Quarkus Doma
Introduction
Doma is a database access framework with support for type-safe Criteria API and SQL templates.
For more details, please refer to https://doma.readthedocs.io/en/latest/quarkus-support/.
Configuration References
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
The SQL dialect. Environment variable: |
|
|
The batch size. Environment variable: |
int |
|
The fetch size. Environment variable: |
int |
|
The max rows. Environment variable: |
int |
|
The query timeout limit in seconds. Environment variable: |
int |
|
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode: * In dev and test modes, it defaults to Environment variable: |
string |
|
The SQL file repository. Environment variable: |
|
|
The naming convention controller. Environment variable: |
|
|
The SQL log type that determines the SQL log format in exceptions. Environment variable: |
|
|
Type |
Default |
|
The SQL dialect. Environment variable: |
|
|
The batch size. Environment variable: |
int |
|
The fetch size. Environment variable: |
int |
|
The max rows. Environment variable: |
int |
|
The query timeout limit in seconds. Environment variable: |
int |
|
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode: * In dev and test modes, it defaults to Environment variable: |
string |
|