Uses of Interface
org.hibernate.sql.results.graph.Initializer
-
-
Uses of Initializer in org.hibernate.sql.results.graph
Subinterfaces of Initializer in org.hibernate.sql.results.graph Modifier and Type Interface Description interfaceFetchParentAccessProvides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Classes in org.hibernate.sql.results.graph that implement Initializer Modifier and Type Class Description classAbstractFetchParentAccessBase support for FetchParentAccess implementations.Methods in org.hibernate.sql.results.graph that return Initializer Modifier and Type Method Description InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)Method parameters in org.hibernate.sql.results.graph with type arguments of type Initializer Modifier and Type Method Description InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer) -
Uses of Initializer in org.hibernate.sql.results.graph.collection
Subinterfaces of Initializer in org.hibernate.sql.results.graph.collection Modifier and Type Interface Description interfaceCollectionInitializerInitializer implementation for initializing collections (plural attributes) -
Uses of Initializer in org.hibernate.sql.results.graph.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement Initializer Modifier and Type Class Description classAbstractCollectionInitializerBase support for CollectionInitializer implementationsclassAbstractImmediateCollectionInitializerBase support for CollectionInitializer implementations that represent an immediate initialization of some sort (join, select, batch, sub-select) for a persistent collection.classArrayInitializerclassBagInitializerInitializer for bothPersistentBagandPersistentIdentifierBagcollectionsclassDelayedCollectionInitializerclassListInitializerCollectionInitializer for PersistentList loadingclassMapInitializerRepresents an immediate initialization of some sort (join, select, batch, sub-select) of a persistent Map valued attribute.classSelectEagerCollectionInitializerclassSetInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of Initializer in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceEmbeddableInitializerSpecial initializer contract for embeddablesClasses in org.hibernate.sql.results.graph.embeddable that implement Initializer Modifier and Type Class Description classAbstractEmbeddableInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.embeddable.internal
Subinterfaces of Initializer in org.hibernate.sql.results.graph.embeddable.internal Modifier and Type Interface Description interfaceAggregateEmbeddableInitializerClasses in org.hibernate.sql.results.graph.embeddable.internal that implement Initializer Modifier and Type Class Description classAbstractNonAggregatedIdentifierMappingInitializerclassAggregateEmbeddableFetchInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializerMethods in org.hibernate.sql.results.graph.embeddable.internal that return Initializer Modifier and Type Method Description protected InitializerEmbeddableFetchImpl. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)protected InitializerNonAggregatedIdentifierMappingFetch. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)InitializerNestedRowProcessingState. resolveInitializer(NavigablePath path) -
Uses of Initializer in org.hibernate.sql.results.graph.entity
Subinterfaces of Initializer in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interfaceEntityInitializerInitializer implementation for initializing entity references.Classes in org.hibernate.sql.results.graph.entity that implement Initializer Modifier and Type Class Description classAbstractEntityInitializer -
Uses of Initializer in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement Initializer Modifier and Type Class Description classAbstractBatchEntitySelectFetchInitializerclassBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassBatchInitializeEntitySelectFetchInitializerLoads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.classEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializerMethods in org.hibernate.sql.results.graph.entity.internal that return Initializer Modifier and Type Method Description protected InitializerEntityDelayedFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)protected InitializerEntityDelayedResultImpl. buildEntityDelayedFetchInitializer(NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, DomainResultAssembler resultAssembler)protected InitializerEntityFetchJoinedImpl. buildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)For Hibernate Reactiveprotected InitializerEntityFetchSelectImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedMapping, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type Initializer Modifier and Type Method Description protected EntityAssemblerEntityDelayedFetchImpl. buildEntityAssembler(Initializer entityInitializer)protected EntityAssemblerEntityDelayedResultImpl. buildEntityAssembler(Initializer initializer)protected DomainResultAssembler<?>EntityFetchSelectImpl. buildEntityAssembler(Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return Initializer Modifier and Type Method Description InitializerNavigablePathMapToInitializer. get(NavigablePath navigablePath)InitializerInitializersList. resolveInitializer(NavigablePath path)InitializerRowProcessingStateStandardImpl. resolveInitializer(NavigablePath path)Methods in org.hibernate.sql.results.internal that return types with arguments of type Initializer Modifier and Type Method Description List<Initializer>InitializersList. asList()Deprecated.List<Initializer>StandardRowReader. getInitializers()Deprecated.Methods in org.hibernate.sql.results.internal with parameters of type Initializer Modifier and Type Method Description voidNavigablePathMapToInitializer. put(NavigablePath navigablePath, Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return Initializer Modifier and Type Method Description protected InitializerCircularFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)protected InitializerCircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)protected InitializerCircularFetchImpl. initializerFactory(FetchParentAccess parentAccess, AssemblerCreationState creationState) -
Uses of Initializer in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return Initializer Modifier and Type Method Description InitializerJdbcValuesSourceProcessingStateStandardImpl. findInitializer(EntityUniqueKey entityKey)Methods in org.hibernate.sql.results.jdbc.internal with parameters of type Initializer Modifier and Type Method Description voidJdbcValuesSourceProcessingStateStandardImpl. registerInitializer(EntityUniqueKey entityKey, Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return Initializer Modifier and Type Method Description InitializerJdbcValuesSourceProcessingState. findInitializer(EntityUniqueKey entityKey)InitializerRowProcessingState. resolveInitializer(NavigablePath path)Locate the Initializer registered for the given pathMethods in org.hibernate.sql.results.jdbc.spi with parameters of type Initializer Modifier and Type Method Description voidJdbcValuesSourceProcessingState. registerInitializer(EntityUniqueKey entityKey, Initializer initializer) -
Uses of Initializer in org.hibernate.sql.results.spi
Methods in org.hibernate.sql.results.spi that return Initializer Modifier and Type Method Description InitializerLoadContexts. findInitializer(EntityUniqueKey key)Methods in org.hibernate.sql.results.spi that return types with arguments of type Initializer Modifier and Type Method Description List<Initializer>RowReader. getInitializers()Deprecated.
-