File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Doma
22====
33
4- Doma is a database access framework for Java.
5- Doma has various strengths:
6-
7- - Verifies and generates source code ** at compile time** using [ annotation processing] [ apt ] .
8- - Provides type-safe Criteria API.
9- - Supports Kotlin.
10- - Uses SQL templates, called "two-way SQL".
11- - Has no dependence on other libraries.
4+ Doma is a database access framework for Java with several notable strengths:
5+
6+ - It checks and generates source code at compile time using annotation processing.
7+ - It supports associations between entities.
8+ - It offers a type-safe Criteria API.
9+ - It includes SQL templates, known as “two-way SQL.”
10+ - It runs independently, without relying on any other libraries.
1211
1312[ ![ Build Status] ( https://github.com/domaframework/doma/workflows/Java%20CI%20with%20Gradle/badge.svg )] ( https://github.com/domaframework/doma/actions?query=workflow%3A%22Java+CI+with+Gradle%22 )
1413[ ![ javadoc] ( https://javadoc.io/badge2/org.seasar.doma/doma-core/javadoc.svg )] ( https://javadoc.io/doc/org.seasar.doma/doma-core )
You can’t perform that action at this time.
0 commit comments