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 -
Method Summary
Modifier and TypeMethodDescriptionThe locking options for the loaded entityboolean
Whether Hibernate should perform "synchronization" prior to performing look-ups?
-
Field Details
-
NONE
Singleton access
-
-
Method Details
-
getLockOptions
LockOptions getLockOptions()The locking options for the loaded entity -
isSynchronizationEnabled
boolean isSynchronizationEnabled()Whether Hibernate should perform "synchronization" prior to performing look-ups?
-