A framework that provides transparent persistence of Java objects for JDBC-compliant RDBMS. Implements ODMG 3.0, JDO and uses XML-based O/R Mapping. [Open Source, LGPL]
Hibernate an open source Java persistence framework project. Perform powerful object relational mapping and query databases using HQL and SQL. [Open source, LGPL]
A simple transactional persistence engine for Java. It can used to store a mix of objects and BLOBs, and all updates are done in a transactionally safe manner. JDBM also provides scalable data structures, such as HTree and B+Tree, to support persisten...
Provides the following features: build generated client side data objects structurally mirroring server side business objects; pluggable persistence; pluggable binding between client and server; pluggable query mechanism; zero-configuration externaliz...