Interface NaturalIdLoader<T>
- All Superinterfaces:
EntityLoader, Loader, MultiKeyLoader
Loader for
NaturalId-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionload(Object naturalIdToLoad, NaturalIdLoader.Options options, SharedSessionContractImplementor session) Perform the load of the entity by its natural-idload(Object naturalIdToLoad, NaturalIdLoadOptions options, SharedSessionContractImplementor session) Deprecated.resolveIdToNaturalId(Object id, SharedSessionContractImplementor session) Resolve the natural-id value(s) from an idresolveNaturalIdToId(Object naturalIdValue, SharedSessionContractImplementor session) Resolve the id from natural-id valueMethods inherited from interface EntityLoader
getLoadable
-
Method Details
load(Object, Options, SharedSessionContractImplementor)instead.