Zonator.com - The Software Directory
 
T H E   S O F T W A R E   D I R E C T O R Y
 HOME
 Audio 
 Business 
 Development 
 Education 
 Graphics 
 Home/Hobby 
 Internet 
 Miscellaneous 
 Screen Savers 
 Utilities 
 New Entries 

Submit

News
LaPensie.com
Americanul.com
YourUrls.com
OmniTop.com
EmailSecret.com


© 2006-2007 Zonator.com

jPersist v 2.5.2 Freeware


Download
Download 2

jPersist is an extremely powerful object-relational persistence API that is based on the Active-Record pattern. jPersist is mapless and has no need for XML or annotation-based mapping (all mapping is automatic and dynamic). jPersist wraps and uses JDBC functionality and can work with any relational database, and any type of connection resource, including: java.sql.DriverManager, JNDI, javax.sql.DataSource, and third-party connection pooling libraries (DBCP, C3PO, etc.). jPersist has full support for database transactions and automatically handles transactions with all relationships (inheritance and associations). Transactions can also be handled manually with beginTransaction(), commit() and rollback() functionality. jPersist automatically handles inheritance via multi-table joins, but also supports single-table inheritance. jPersist easily handles associations with support for arrays, collections, and single-instance objects. With jPersist, all JDBC functionality is supported and available.