|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NaturalIdLoadAccess | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. |
| org.hibernate.engine.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
| Uses of NaturalIdLoadAccess in org.hibernate |
|---|
| Methods in org.hibernate that return NaturalIdLoadAccess | |
|---|---|
NaturalIdLoadAccess |
Session.byNaturalId(Class entityClass)
Create an NaturalIdLoadAccess instance to retrieve the specified entity by
its natural id. |
NaturalIdLoadAccess |
Session.byNaturalId(String entityName)
Create an NaturalIdLoadAccess instance to retrieve the specified entity by
its natural id. |
NaturalIdLoadAccess |
NaturalIdLoadAccess.setSynchronizationEnabled(boolean enabled)
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness). |
NaturalIdLoadAccess |
NaturalIdLoadAccess.using(String attributeName,
Object value)
Add a NaturalId attribute value. |
NaturalIdLoadAccess |
NaturalIdLoadAccess.with(LockOptions lockOptions)
Specify the LockOptions to use when retrieving the entity. |
| Uses of NaturalIdLoadAccess in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return NaturalIdLoadAccess | |
|---|---|
NaturalIdLoadAccess |
SessionDelegatorBaseImpl.byNaturalId(Class entityClass)
|
NaturalIdLoadAccess |
SessionDelegatorBaseImpl.byNaturalId(String entityName)
|
| Uses of NaturalIdLoadAccess in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return NaturalIdLoadAccess | |
|---|---|
NaturalIdLoadAccess |
SessionImpl.byNaturalId(Class entityClass)
|
NaturalIdLoadAccess |
SessionImpl.byNaturalId(String entityName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||