Simple examples for Doma.
This repository includes the following examples:
- example-sql-file - Uses SQL files to store SQL templates.
- example-sql-annotation - Uses SQL annotations to store SQL templates.
- example-criteria - Uses the Criteria API.
- example-jpms - Uses the Java Platform Module System (JPMS).
- example-geometric-type - Uses Geometric types of PostgreSQL.
- example-codegen-plugin - Uses Doma CodeGen Plugin.
$ git clone https://github.com/domaframework/simple-examples.git
$ cd simple-examples
You need Java 17.
$ ./gradlew build
Import the project as a Gradle project.
Import the project as a Eclipse project.