You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ A curated list of awesome Java frameworks, libraries and software.
7
7
-[Projects](#projects)
8
8
-[Bean Mapping](#bean-mapping)
9
9
-[Build](#build)
10
-
-[Bytecode Manipulation](#bytecode-manipulation)
11
10
-[Caching](#caching)
12
11
-[CLI](#cli)
13
12
-[Cluster Management](#cluster-management)
@@ -672,6 +671,7 @@ A curated list of awesome Java frameworks, libraries and software.
672
671
*APIs that handle the persistence of objects.*
673
672
674
673
-[Apache Cayenne](https://cayenne.apache.org) - Provides a clean, static API for data access. Also includes a GUI Modeler for working with database mappings, and DB reverse engineering and generation.
674
+
-[Doma 2](https://doma.readthedocs.io) - Database access framework that verifies and generates source code at compile time using annotation processing as well as native SQL templates called two-way SQL.
675
675
-[Ebean](https://ebean-orm.github.io) - Provides simple and fast data access.
676
676
-[EclipseLink](https://www.eclipse.org/eclipselink) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.
677
677
-[Hibernate](http://hibernate.org/orm) - Robust and widely used, with an active community.
0 commit comments