Package org.hibernate.loader.ast.spi
Interface NaturalIdLoadOptions
- All Known Implementing Classes:
BaseNaturalIdLoadAccessImpl,NaturalIdLoadAccessImpl,SimpleNaturalIdLoadAccessImpl
public interfaceNaturalIdLoadOptionsOptions for loading by natural-id
Field Summary
Fields Modifier and Type Field Description staticNaturalIdLoadOptionsNONESingleton access
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LockOptionsgetLockOptions()The locking options for the loaded entitybooleanisSynchronizationEnabled()Whether Hibernate should perform "synchronization" prior to performing look-ups?
Field Detail
NONE
static final NaturalIdLoadOptions NONE
Singleton access
Method Detail
getLockOptions
LockOptions getLockOptions()
The locking options for the loaded entity
isSynchronizationEnabled
boolean isSynchronizationEnabled()
Whether Hibernate should perform "synchronization" prior to performing look-ups?