Uses of Interface
org.hibernate.loader.ast.spi.NaturalIdLoadOptions
-
Packages that use NaturalIdLoadOptions Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.loader.internal -
-
Uses of NaturalIdLoadOptions in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type NaturalIdLoadOptions Modifier and Type Method Description TAbstractNaturalIdLoader. load(Object naturalIdValue, NaturalIdLoadOptions options, SharedSessionContractImplementor session)protected <L> LAbstractNaturalIdLoader. 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 NaturalIdLoadOptions Modifier and Type Field Description static NaturalIdLoadOptionsNaturalIdLoadOptions. NONESingleton accessMethods in org.hibernate.loader.ast.spi with parameters of type NaturalIdLoadOptions Modifier and Type Method Description TNaturalIdLoader. 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 NaturalIdLoadOptions Modifier and Type Class Description classBaseNaturalIdLoadAccessImpl<T>Base support for load-by-natural-idclassNaturalIdLoadAccessImpl<T>classSimpleNaturalIdLoadAccessImpl<T>
-