Package org.hibernate.persister.entity
Interface MultiLoadOptions
-
public interface MultiLoadOptionsEncapsulation of the options for performing a load by multiple identifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetBatchSize()LockOptionsgetLockOptions()booleanisOrderReturnEnabled()booleanisReturnOfDeletedEntitiesEnabled()booleanisSessionCheckingEnabled()
-
-
-
Method Detail
-
isSessionCheckingEnabled
boolean isSessionCheckingEnabled()
-
isReturnOfDeletedEntitiesEnabled
boolean isReturnOfDeletedEntitiesEnabled()
-
isOrderReturnEnabled
boolean isOrderReturnEnabled()
-
getLockOptions
LockOptions getLockOptions()
-
getBatchSize
java.lang.Integer getBatchSize()
-
-