Fixup code formatting
This commit is contained in:
parent
696db95416
commit
49d2fccbcb
|
@ -3352,7 +3352,7 @@ public abstract class AbstractEntityPersister
|
|||
if ( useBatch ) {
|
||||
insert = session
|
||||
.getJdbcCoordinator()
|
||||
.getBatch(insertBatchKey)
|
||||
.getBatch( insertBatchKey )
|
||||
.getBatchStatement( sql, callable );
|
||||
}
|
||||
else {
|
||||
|
@ -3372,7 +3372,7 @@ public abstract class AbstractEntityPersister
|
|||
dehydrate( id, fields, null, notNull, propertyColumnInsertable, j, insert, session, index, false );
|
||||
|
||||
if ( useBatch ) {
|
||||
session.getJdbcCoordinator().getBatch(insertBatchKey).addToBatch();
|
||||
session.getJdbcCoordinator().getBatch( insertBatchKey ).addToBatch();
|
||||
}
|
||||
else {
|
||||
expectation.verifyOutcome(
|
||||
|
|
Loading…
Reference in New Issue