Package org.hibernate.cfg
Interface BatchSettings
- All Known Subinterfaces:
AvailableSettings
- All Known Implementing Classes:
Environment
public interface BatchSettings
- Author:
- Steve Ebersole
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringWhen enabled, specifies that versioned data should be included in batching.static final StringNames theBatchBuilderimplementation to use.static final StringEnable ordering of insert statements by primary key value, for the purpose of more efficient JDBC batching.static final StringEnable ordering of update statements by primary key value, for the purpose of more efficient JDBC batchingstatic final StringSpecifies the maximum number of statements to batch together.
-
Field Details
-
BUILDER
Names theBatchBuilderimplementation to use.- See Also:
-
STATEMENT_BATCH_SIZE
Specifies the maximum number of statements to batch together. A nonzero value enables batching -
ORDER_UPDATES
Enable ordering of update statements by primary key value, for the purpose of more efficient JDBC batching -
ORDER_INSERTS
Enable ordering of insert statements by primary key value, for the purpose of more efficient JDBC batching. -
BATCH_VERSIONED_DATA
When enabled, specifies that versioned data should be included in batching. -
BATCH_STRATEGY
Deprecated.UseBUILDERinstead- See Also:
-
BUILDERinstead