Package org.hibernate.loader.ast.spi
Interface NaturalIdLoadOptions
-
- All Known Implementing Classes:
BaseNaturalIdLoadAccessImpl
,NaturalIdLoadAccessImpl
,SimpleNaturalIdLoadAccessImpl
public interface NaturalIdLoadOptions
Options for loading by natural-id
-
-
Field Summary
Fields Modifier and Type Field Description static NaturalIdLoadOptions
NONE
Singleton access
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LockOptions
getLockOptions()
The locking options for the loaded entityboolean
isSynchronizationEnabled()
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?
-
-