You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2020. It is now read-only.
@@ -22,7 +22,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.batch-size]]`
22
22
[.description]
23
23
--
24
24
The batch size.
25
-
--|int
25
+
--|int
26
26
|`0`
27
27
28
28
@@ -31,7 +31,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.fetch-size]]`
31
31
[.description]
32
32
--
33
33
The fetch size.
34
-
--|int
34
+
--|int
35
35
|`0`
36
36
37
37
@@ -40,7 +40,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.max-rows]]`li
40
40
[.description]
41
41
--
42
42
The max rows.
43
-
--|int
43
+
--|int
44
44
|`0`
45
45
46
46
@@ -49,17 +49,17 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.query-timeout
49
49
[.description]
50
50
--
51
51
The query timeout limit in seconds.
52
-
--|int
52
+
--|int
53
53
|`0`
54
54
55
55
56
56
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.sql-load-script]]`link:#quarkus-doma_quarkus.doma.sql-load-script[quarkus.doma.sql-load-script]`
57
57
58
58
[.description]
59
59
--
60
-
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode:
61
-
* In dev and test modes, it defaults to `import.sql`. Simply add an `import.sql` file in the root of your resources directory and it will be picked up without having to set this property. Pass `no-file` to force Doma to ignore the SQL import file. * In production mode, it defaults to `no-file`. It means Doma won't try to execute any SQL import file by default. Pass an explicit value to force Doma to execute the SQL import file.
62
-
--|string
60
+
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode:
61
+
++*++ In dev and test modes, it defaults to `import.sql`. Simply add an `import.sql` file in the root of your resources directory and it will be picked up without having to set this property. Pass `no-file` to force Doma to ignore the SQL import file. ++*++ In production mode, it defaults to `no-file`. It means Doma won't try to execute any SQL import file by default. Pass an explicit value to force Doma to execute the SQL import file.
62
+
--|string
63
63
|`import.sql in DEV, TEST ; no-file otherwise`
64
64
65
65
@@ -68,7 +68,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.sql-file-repo
68
68
[.description]
69
69
--
70
70
The SQL file repository.
71
-
--|`no-cache`, `greedy-cache`
71
+
--|`no-cache`, `greedy-cache`
72
72
|`greedy-cache`
73
73
74
74
@@ -77,7 +77,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.naming]]`link
@@ -86,38 +86,11 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.exception-sql
86
86
[.description]
87
87
--
88
88
The SQL log type that determines the SQL log format in exceptions.
89
-
--|`raw`, `formatted`, `none`
89
+
--|`raw`, `formatted`, `none`
90
90
|`none`
91
91
92
92
93
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.log.sql]]`link:#quarkus-doma_quarkus.doma.log.sql[quarkus.doma.log.sql]`
94
-
95
-
[.description]
96
-
--
97
-
Shows SQL logs.
98
-
--|boolean
99
-
|`false`
100
-
101
-
102
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.log.dao]]`link:#quarkus-doma_quarkus.doma.log.dao[quarkus.doma.log.dao]`
103
-
104
-
[.description]
105
-
--
106
-
Shows DAO logs.
107
-
--|boolean
108
-
|`false`
109
-
110
-
111
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.log.closing-failure]]`link:#quarkus-doma_quarkus.doma.log.closing-failure[quarkus.doma.log.closing-failure]`
112
-
113
-
[.description]
114
-
--
115
-
Shows the logs of the failure to close JDBC resource.
116
-
--|boolean
117
-
|`false`
118
-
119
-
120
-
h|[[quarkus-doma_quarkus.doma.named-data-sources]]link:#quarkus-doma_quarkus.doma.named-data-sources[Additional named datasources]
93
+
h|[[quarkus-doma_quarkus.doma.named-data-sources-additional-named-datasources]]link:#quarkus-doma_quarkus.doma.named-data-sources-additional-named-datasources[Additional named datasources]
121
94
122
95
h|Type
123
96
h|Default
@@ -127,7 +100,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-n
@@ -136,7 +109,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-n
136
109
[.description]
137
110
--
138
111
The batch size.
139
-
--|int
112
+
--|int
140
113
|`0`
141
114
142
115
@@ -145,7 +118,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-n
145
118
[.description]
146
119
--
147
120
The fetch size.
148
-
--|int
121
+
--|int
149
122
|`0`
150
123
151
124
@@ -154,7 +127,7 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-n
154
127
[.description]
155
128
--
156
129
The max rows.
157
-
--|int
130
+
--|int
158
131
|`0`
159
132
160
133
@@ -163,17 +136,17 @@ a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-n
163
136
[.description]
164
137
--
165
138
The query timeout limit in seconds.
166
-
--|int
139
+
--|int
167
140
|`0`
168
141
169
142
170
143
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.sql-load-script]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.sql-load-script[quarkus.doma."datasource-name".sql-load-script]`
171
144
172
145
[.description]
173
146
--
174
-
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode:
175
-
* In dev and test modes, it defaults to `import.sql`. Simply add an `import.sql` file in the root of your resources directory and it will be picked up without having to set this property. Pass `no-file` to force Doma to ignore the SQL import file. * In production mode, it defaults to `no-file`. It means Doma won't try to execute any SQL import file by default. Pass an explicit value to force Doma to execute the SQL import file.
176
-
--|string
147
+
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode:
148
+
++*++ In dev and test modes, it defaults to `import.sql`. Simply add an `import.sql` file in the root of your resources directory and it will be picked up without having to set this property. Pass `no-file` to force Doma to ignore the SQL import file. ++*++ In production mode, it defaults to `no-file`. It means Doma won't try to execute any SQL import file by default. Pass an explicit value to force Doma to execute the SQL import file.
0 commit comments