Skip to content

Commit 0bdfe7e

Browse files
committed
Update README for clarity and add entity association support
1 parent 6a6ae46 commit 0bdfe7e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
Doma
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)

0 commit comments

Comments
 (0)