Skip to content

Latest commit

 

History

History
85 lines (68 loc) · 2.22 KB

index.rst

File metadata and controls

85 lines (68 loc) · 2.22 KB
images/doma.png

Welcome to Doma 2

Doma 2 is a database access framework for Java 8+. Doma has various strengths:

  • Verifies and generates source code at compile time using annotation processing.
  • Provides type-safe Criteria API.
  • Supports Kotlin.
  • Uses SQL templates, called "two-way SQL".
  • Has no dependence on other libraries.

This document consists of following sections:

Please help with the improvement and localization of our documentation.

For matters related to the English version of the documentation and general issues concerning the documentation, please add issues or pull requests to the GitHub repository.

For localization into Japanese, please perform translations and voting through the project on Crowdin.

User Documentation

.. toctree::
   :maxdepth: 2

   getting-started
   config
   basic
   domain
   embeddable
   entity
   dao
   query/index
   query-builder/index
   criteria-api
   sql
   expression
   transaction
   build
   annotation-processing
   lombok-support
   kotlin-support
   slf4j-support
   jpms-support
   quarkus-support
   codegen

About Doma

.. toctree::
   :maxdepth: 1

   faq

Links