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
@@ -56,11 +48,7 @@ You need to configure the following things
56
48
<dt>SOME_SEQUENCE_NAME</dt>
57
49
<dd>the SQL name of the sequence from which the values should be fetched</dd>
58
50
<dt>SOME_FETCH_SIZE_VALUE</dt>
59
-
<dd>integer, how many values should be fetched at once, this should be equal to the <code>CACHE</code> value of the sequence</dd>
60
-
<dt>SOME_COLUMN_NAME</dt>
61
-
<dd>the SQL name of the column for which the value should be generated</dd>
62
-
<dt>some_column_name_id_generator</dt>
63
-
<dd>unique if of the generator</dd>
51
+
<dd>integer, how many values should be fetched at once, this should be equal to the <code>CACHE</code> value of the sequence, optional, default value is 10</dd>
Copy file name to clipboardExpand all lines: src/test/java/com/github/marschall/hibernate/batchsequencegenerator/configurations/HibernateConfiguration.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ public LocalContainerEntityManagerFactoryBean entityManager() {
0 commit comments