public interface MultiLoadOptions
Modifier and Type | Method and Description |
---|---|
Integer |
getBatchSize()
Batch size to use when loading entities from the database.
|
LockOptions |
getLockOptions()
Specify the lock options applied during loading.
|
boolean |
isOrderReturnEnabled()
Should the entities be returned in the same order as their associated entity identifiers were provided.
|
boolean |
isReturnOfDeletedEntitiesEnabled()
Should we returned entities that are scheduled for deletion.
|
boolean |
isSecondLevelCacheCheckingEnabled()
Check the second-level cache first, and only if the entity is not found in the cache
should Hibernate hit the database.
|
boolean |
isSessionCheckingEnabled()
Check the first-level cache first, and only if the entity is not found in the cache
should Hibernate hit the database.
|
boolean isSessionCheckingEnabled()
boolean isSecondLevelCacheCheckingEnabled()
boolean isReturnOfDeletedEntitiesEnabled()
boolean isOrderReturnEnabled()
LockOptions getLockOptions()
Integer getBatchSize()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.