Apache Cayenne #450

This commit is contained in:
Ruslan Ibragimov
2016-12-02 16:20:36 +03:00
parent 176e0809e3
commit 76517ed3ba

View File

@ -587,6 +587,7 @@ A curated list of awesome Java frameworks, libraries and software.
*APIs which handle the persistence of objects.*
* [Apache Cayenne](http://cayenne.apache.org/) - Provides clean, static API for data access. Also includes GUI Modeler for working with database mappings, DB reverse engineering and generation.
* [Ebean](http://ebean-orm.github.io/) - Provides simple and fast data access.
* [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.
* [Hibernate](http://hibernate.org/orm/) - Robust and widely used with an active community.