-
Notifications
You must be signed in to change notification settings - Fork 26
Configuration
Uragami Taichi edited this page Feb 28, 2025
·
4 revisions
Name | Description | Default Value |
---|---|---|
doma.batch-size |
Size in executing PreparedStatement#addBatch() . Regarded as 1 unless this value is greater than 1. |
0 |
doma.data-source-name |
Datasource name. | org.seasar.doma.jdbc.Config |
doma.dialect |
Dialect of database used by Doma. | |
doma.exception-sql-log-type |
Type of SQL log in the exception. | NONE |
doma.exception-translation-enabled |
Whether convert org.seasar.doma.jdbc.JdbcException into org.springframework.dao.DataAccessException . |
true |
doma.fetch-size |
Hint to the number of rows that should be fetched. Ignored unless this value is greater than 0. | 0 |
doma.jdbc-logger |
Type of org.seasar.doma.jdbc.JdbcLogger . |
JUL |
doma.max-rows |
Limit for the maximum number of rows. Ignored unless this value is greater than 0. | 0 |
doma.naming |
Type of org.seasar.doma.jdbc.Naming . |
DEFAULT |
doma.query-timeout |
Number of seconds the driver will wait for a Statement object to execute. Ignored unless this value is greater than 0. |
0 |
doma.sql-file-repository |
Type of org.seasar.doma.jdbc.SqlFileRepository . |
GREEDY_CACHE |
doma.sql-builder-settings.should-remove-blank-lines |
Whether the blank lines should be removed. | false |
doma.sql-builder-settings.should-require-in-list-padding |
Whether padding is required for elements in an "IN" list in SQL queries. | false |
doma.throw-exception-if-duplicate-column |
Whether to throw an exception when duplicate columns are detected. | false |
doma.statistic-manager.enabled |
If set to true , constructs a DefaultStatisticManager with enabled set to true . |
false |