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.
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.batch-size]]`link:#quarkus-doma_quarkus.doma.batch-size[quarkus.doma.batch-size]`
21
+
22
+
[.description]
23
+
--
24
+
The batch size.
25
+
--|int
26
+
|`0`
27
+
28
+
29
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.fetch-size]]`link:#quarkus-doma_quarkus.doma.fetch-size[quarkus.doma.fetch-size]`
30
+
31
+
[.description]
32
+
--
33
+
The fetch size.
34
+
--|int
35
+
|`0`
36
+
37
+
38
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.max-rows]]`link:#quarkus-doma_quarkus.doma.max-rows[quarkus.doma.max-rows]`
39
+
40
+
[.description]
41
+
--
42
+
The max rows.
43
+
--|int
44
+
|`0`
45
+
46
+
47
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.query-timeout]]`link:#quarkus-doma_quarkus.doma.query-timeout[quarkus.doma.query-timeout]`
48
+
49
+
[.description]
50
+
--
51
+
The query timeout limit in seconds.
52
+
--|int
53
+
|`0`
54
+
55
+
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
+
58
+
[.description]
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
63
+
|`import.sql in DEV, TEST ; no-file otherwise`
64
+
65
+
20
66
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.sql-file-repository]]`link:#quarkus-doma_quarkus.doma.sql-file-repository[quarkus.doma.sql-file-repository]`
21
67
22
68
[.description]
@@ -44,85 +90,90 @@ The SQL log type that determines the SQL log format in exceptions.
44
90
|`none`
45
91
46
92
47
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.datasource-name]]`link:#quarkus-doma_quarkus.doma.datasource-name[quarkus.doma.datasource-name]`
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]`
48
94
49
95
[.description]
50
96
--
51
-
The name of the data source.
52
-
--|string
53
-
|`depends on 'quarkus.datasource."datasource-name".db-kind'`
97
+
Shows SQL logs.
98
+
--|boolean
99
+
|`false`
54
100
55
101
56
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.batch-size]]`link:#quarkus-doma_quarkus.doma.batch-size[quarkus.doma.batch-size]`
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]`
57
103
58
104
[.description]
59
105
--
60
-
The batch size.
61
-
--|int
62
-
|`0`
106
+
Shows DAO logs.
107
+
--|boolean
108
+
|`false`
63
109
64
110
65
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.fetch-size]]`link:#quarkus-doma_quarkus.doma.fetch-size[quarkus.doma.fetch-size]`
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]`
66
112
67
113
[.description]
68
114
--
69
-
The fetch size.
70
-
--|int
71
-
|`0`
115
+
Shows the logs of the failure to close JDBC resource.
116
+
--|boolean
117
+
|`false`
72
118
73
119
74
-
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.max-rows]]`link:#quarkus-doma_quarkus.doma.max-rows[quarkus.doma.max-rows]`
120
+
h|[[quarkus-doma_quarkus.doma.named-data-sources]]link:#quarkus-doma_quarkus.doma.named-data-sources[Additional named datasources]
121
+
122
+
h|Type
123
+
h|Default
124
+
125
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.dialect]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.dialect[quarkus.doma."datasource-name".dialect]`
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.query-timeout]]`link:#quarkus-doma_quarkus.doma.query-timeout[quarkus.doma.query-timeout]`
134
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.batch-size]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.batch-size[quarkus.doma."datasource-name".batch-size]`
84
135
85
136
[.description]
86
137
--
87
-
The query timeout limit in seconds.
138
+
The batch size.
88
139
--|int
89
140
|`0`
90
141
91
142
92
-
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]`
143
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.fetch-size]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.fetch-size[quarkus.doma."datasource-name".fetch-size]`
93
144
94
145
[.description]
95
146
--
96
-
Name of the file containing the SQL statements to execute when Doma starts. Its default value differs depending on the Quarkus launch mode:
97
-
* 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.
98
-
--|string
99
-
|`import.sql in DEV, TEST ; no-file otherwise`
147
+
The fetch size.
148
+
--|int
149
+
|`0`
100
150
101
151
102
-
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]`
152
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.max-rows]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.max-rows[quarkus.doma."datasource-name".max-rows]`
103
153
104
154
[.description]
105
155
--
106
-
Shows SQL logs.
107
-
--|boolean
108
-
|`false`
156
+
The max rows.
157
+
--|int
158
+
|`0`
109
159
110
160
111
-
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]`
161
+
a|icon:lock[title=Fixed at build time] [[quarkus-doma_quarkus.doma.-datasource-name-.query-timeout]]`link:#quarkus-doma_quarkus.doma.-datasource-name-.query-timeout[quarkus.doma."datasource-name".query-timeout]`
112
162
113
163
[.description]
114
164
--
115
-
Shows DAO logs.
116
-
--|boolean
117
-
|`false`
165
+
The query timeout limit in seconds.
166
+
--|int
167
+
|`0`
118
168
119
169
120
-
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]`
170
+
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]`
121
171
122
172
[.description]
123
173
--
124
-
Shows the logs of the failure to close JDBC resource.
125
-
--|boolean
126
-
|`false`
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.
0 commit comments