An object relational-mapping (ORM) library for Java
The Hibernate projects offer a suite of powerful Java libraries to work with data. It is best known for Hibernate ORM, which provides relational persistence for Java models and is an implementation of the Jakarta Persistence specification.
Hibernate projects do not consistently release binaries or documentation to SourceForge anymore. For up-to-date information, refer to the Hibernate website:
* Hibernate ORM: https://hibernate.org/orm/
* Hibernate Validator:...
RapidJDBC - Java library for easier JDBC and SQL development
A JDBC wrapper build on AspectJ interceptors. Annotation based solution. Also provides a simple ORM for entities.
For information please visit homepage or read readme.md file from source and release.