jPersist 3.2.0 (Default branch) |
|
|
jPersist is an extremely powerful
object-relational database persistence API that
manages to avoid the need for configuration and
annotation; mapping is automatic. It uses JDBC,
and can work with any relational database and any
type of connection resource. It uses information
obtained from the database to handle mapping
between the database and Java objects, so mapping
configuration is not needed, and annotation is not
needed. In fact, there is no configuration needed
at all.
License: GNU General Public License (GPL)
Changes:
This major update includes several added annotations for easier mapping (when needed), improved class/table matching (making false positives mostly non-existent), the replacement of several Java legacy classes with the newer versions, and switching to concurrentHashMap where needed.
|