Interface ReactiveNaturalIdLoader<T>
- All Superinterfaces:
EntityLoader
,Loader
,MultiKeyLoader
,NaturalIdLoader<CompletionStage<T>>
-
Method Summary
Modifier and TypeMethodDescriptionresolveIdToNaturalId
(Object id, SharedSessionContractImplementor session) resolveNaturalIdToId
(Object naturalIdValue, SharedSessionContractImplementor session) Methods inherited from interface org.hibernate.loader.ast.spi.EntityLoader
getLoadable
Methods inherited from interface org.hibernate.loader.ast.spi.NaturalIdLoader
load
-
Method Details