Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoadOptions
Packages that use NaturalIdLoadOptions
Package
Description
-
Uses of NaturalIdLoadOptions in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type NaturalIdLoadOptionsModifier and TypeMethodDescriptionAbstractNaturalIdLoader.load
(Object naturalIdValue, NaturalIdLoadOptions options, SharedSessionContractImplementor session) protected <L> L
AbstractNaturalIdLoader.selectByNaturalId
(Object bindValue, NaturalIdLoadOptions options, BiFunction<TableGroup, LoaderSqlAstCreationState, DomainResult<?>> domainResultProducer, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, Function<Boolean, Long> statementStartHandler, BiConsumer<Object, Long> statementCompletionHandler, SharedSessionContractImplementor session) Perform a select, restricted by natural-id, based on `domainResultProducer` and `fetchProcessor` -
Uses of NaturalIdLoadOptions in org.hibernate.loader.ast.spi
Fields in org.hibernate.loader.ast.spi declared as NaturalIdLoadOptionsModifier and TypeFieldDescriptionstatic final NaturalIdLoadOptions
NaturalIdLoadOptions.NONE
Singleton accessMethods in org.hibernate.loader.ast.spi with parameters of type NaturalIdLoadOptionsModifier and TypeMethodDescriptionNaturalIdLoader.load
(Object naturalIdToLoad, NaturalIdLoadOptions options, SharedSessionContractImplementor session) Perform the load of the entity by its natural-id -
Uses of NaturalIdLoadOptions in org.hibernate.loader.internal
Classes in org.hibernate.loader.internal that implement NaturalIdLoadOptionsModifier and TypeClassDescriptionclass
Base support for load-by-natural-idclass
class