Interface BatchSettings

All Known Subinterfaces:
AvailableSettings
All Known Implementing Classes:
Environment

public interface BatchSettings
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Use BUILDER instead
    static final String
    Names the BatchBuilder implementation to use.
    static final String
    Enable ordering of entity insert statements by entity type and primary key value, for the purpose of more efficient JDBC batching.
    static final String
    Enable ordering of entity update statements by entity type and primary key value, and of statements relating to collection modification by collection role and foreign key value, for the purpose of more efficient JDBC batching.
    static final String
    Specifies the maximum number of statements to batch together in a stateful session.