Uses of Interface
org.hibernate.sql.results.graph.Initializer
-
Packages that use Initializer Package Description org.hibernate.metamodel.mapping.internal org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
-
Uses of Initializer in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return Initializer Modifier and Type Method Description InitializerCompoundNaturalIdMapping.DomainResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState) -
Uses of Initializer in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return Initializer Modifier and Type Method Description InitializerEntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerEntityResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState) -
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 InitializerFetchParent. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerInitializerProducer. createInitializer(P resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)default @Nullable InitializerDomainResultAssembler. getInitializer()InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)<P extends FetchParent>
InitializerAssemblerCreationState. resolveInitializer(P resultGraphNode, FetchParentAccess parentAccess, InitializerProducer<P> 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.classSelectEagerCollectionInitializerclassSetInitializerMethods in org.hibernate.sql.results.graph.collection.internal that return Initializer Modifier and Type Method Description InitializerCollectionFetch. createInitializer(CollectionFetch resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState) -
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.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializer -
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.classDiscriminatedEntityInitializerInitializer for discriminated mappings.classEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializer -
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(@Nullable NavigablePath path)InitializerRowProcessingStateStandardImpl. resolveInitializer(@Nullable 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.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return Initializer Modifier and Type Method Description InitializerRowProcessingState. resolveInitializer(@Nullable NavigablePath path)Locate the Initializer registered for the given path -
Uses of Initializer in org.hibernate.sql.results.spi
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.
-