From b1615156a14e0aac6769537e12976e1d2e23fb2b Mon Sep 17 00:00:00 2001 From: tmarwen Date: Fri, 7 Nov 2014 18:17:47 +0100 Subject: [PATCH] Add Ebean framework to ORM section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc8946..884a223 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [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. +* [Ebean](http://ebean-orm.github.io/) - ORM Framework that provides fast data access and even faster coding. ## PDF