Skip to content

Commit cff1cf9

Browse files
authored
Add Doma 2
2 parents ecba472 + 49efca9 commit cff1cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ A curated list of awesome Java frameworks, libraries and software.
77
- [Projects](#projects)
88
- [Bean Mapping](#bean-mapping)
99
- [Build](#build)
10-
- [Bytecode Manipulation](#bytecode-manipulation)
1110
- [Caching](#caching)
1211
- [CLI](#cli)
1312
- [Cluster Management](#cluster-management)
@@ -672,6 +671,7 @@ A curated list of awesome Java frameworks, libraries and software.
672671
*APIs that handle the persistence of objects.*
673672

674673
- [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.
675675
- [Ebean](https://ebean-orm.github.io) - Provides simple and fast data access.
676676
- [EclipseLink](https://www.eclipse.org/eclipselink) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.
677677
- [Hibernate](http://hibernate.org/orm) - Robust and widely used, with an active community.

0 commit comments

Comments
 (0)