From 76517ed3ba895d7b9ddbf8aa3c23a12674458b39 Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Fri, 2 Dec 2016 16:20:36 +0300 Subject: [PATCH] Apache Cayenne #450 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f6c2f4..8e381b7 100644 --- a/README.md +++ b/README.md @@ -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.