|
10 | 10 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
11 | 11 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
12 | 12 |
|
13 | | - <properties> |
14 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.DB2Dialect" /> |
15 | | - </properties> |
16 | 13 | </persistence-unit> |
17 | 14 |
|
18 | 15 | <persistence-unit name="db2-batched"> |
|
22 | 19 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
23 | 20 |
|
24 | 21 | <properties> |
25 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.DB2Dialect" /> |
26 | 22 | <property name="hibernate.jdbc.batch_size" value="50" /> |
27 | 23 | <property name="hibernate.order_inserts" value="true" /> |
28 | 24 | <property name="hibernate.order_updates" value="true" /> |
|
36 | 32 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
37 | 33 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
38 | 34 |
|
39 | | - <properties> |
40 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect" /> |
41 | | - </properties> |
42 | 35 | </persistence-unit> |
43 | 36 |
|
44 | 37 | <persistence-unit name="hsql-batched"> |
|
48 | 41 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
49 | 42 |
|
50 | 43 | <properties> |
51 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.HSQLDialect" /> |
52 | 44 | <property name="hibernate.jdbc.batch_size" value="50" /> |
53 | 45 | <property name="hibernate.order_inserts" value="true" /> |
54 | 46 | <property name="hibernate.order_updates" value="true" /> |
|
62 | 54 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
63 | 55 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
64 | 56 |
|
65 | | - <properties> |
66 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" /> |
67 | | - </properties> |
68 | 57 | </persistence-unit> |
69 | 58 |
|
70 | 59 | <persistence-unit name="h2-batched"> |
|
74 | 63 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
75 | 64 |
|
76 | 65 | <properties> |
77 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.H2Dialect" /> |
78 | 66 | <property name="hibernate.jdbc.batch_size" value="50" /> |
79 | 67 | <property name="hibernate.order_inserts" value="true" /> |
80 | 68 | <property name="hibernate.order_updates" value="true" /> |
|
88 | 76 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
89 | 77 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
90 | 78 |
|
91 | | - <properties> |
92 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" /> |
93 | | - </properties> |
94 | 79 | </persistence-unit> |
95 | 80 |
|
96 | 81 | <persistence-unit name="postgres-batched"> |
|
100 | 85 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
101 | 86 |
|
102 | 87 | <properties> |
103 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect" /> |
104 | 88 | <property name="hibernate.jdbc.batch_size" value="50" /> |
105 | 89 | <property name="hibernate.order_inserts" value="true" /> |
106 | 90 | <property name="hibernate.order_updates" value="true" /> |
|
114 | 98 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
115 | 99 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
116 | 100 |
|
117 | | - <properties> |
118 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect" /> |
119 | | - </properties> |
120 | 101 | </persistence-unit> |
121 | 102 |
|
122 | 103 | <persistence-unit name="sqlserver-batched"> |
|
126 | 107 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
127 | 108 |
|
128 | 109 | <properties> |
129 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.SQLServerDialect" /> |
130 | 110 | <property name="hibernate.jdbc.batch_size" value="50" /> |
131 | 111 | <property name="hibernate.order_inserts" value="true" /> |
132 | 112 | <property name="hibernate.order_updates" value="true" /> |
|
140 | 120 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
141 | 121 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
142 | 122 |
|
143 | | - <properties> |
144 | | - <property name="hibernate.dialect" value="org.hibernate.community.dialect.FirebirdDialect" /> |
145 | | - </properties> |
146 | 123 | </persistence-unit> |
147 | 124 |
|
148 | 125 | <persistence-unit name="firebird-batched"> |
|
152 | 129 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
153 | 130 |
|
154 | 131 | <properties> |
155 | | - <property name="hibernate.dialect" value="org.hibernate.community.dialect.FirebirdDialect" /> |
156 | 132 | <property name="hibernate.jdbc.batch_size" value="50" /> |
157 | 133 | <property name="hibernate.order_inserts" value="true" /> |
158 | 134 | <property name="hibernate.order_updates" value="true" /> |
|
166 | 142 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
167 | 143 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
168 | 144 |
|
169 | | - <properties> |
170 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.MariaDBDialect" /> |
171 | | - </properties> |
172 | 145 | </persistence-unit> |
173 | 146 |
|
174 | 147 | <persistence-unit name="maria-batched"> |
|
178 | 151 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
179 | 152 |
|
180 | 153 | <properties> |
181 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.MariaDBDialect" /> |
182 | 154 | <property name="hibernate.jdbc.batch_size" value="50" /> |
183 | 155 | <property name="hibernate.order_inserts" value="true" /> |
184 | 156 | <property name="hibernate.order_updates" value="true" /> |
|
192 | 164 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ParentEntity</class> |
193 | 165 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
194 | 166 |
|
195 | | - <properties> |
196 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.OracleDialect" /> |
197 | | - </properties> |
198 | 167 | </persistence-unit> |
199 | 168 |
|
200 | 169 | <persistence-unit name="oracle-batched"> |
|
204 | 173 | <class>com.github.marschall.hibernate.batchsequencegenerators.entities.ChildEntity</class> |
205 | 174 |
|
206 | 175 | <properties> |
207 | | - <property name="hibernate.dialect" value="org.hibernate.dialect.OracleDialect" /> |
208 | 176 | <property name="hibernate.jdbc.batch_size" value="50" /> |
209 | 177 | <property name="hibernate.order_inserts" value="true" /> |
210 | 178 | <property name="hibernate.order_updates" value="true" /> |
|
0 commit comments