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 asSqlResultSetMapping
or thehbm.xml
mapping 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 Initializer
CompoundNaturalIdMapping.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 Initializer
EntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
Initializer
EntityResultImpl. 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 interface
FetchParentAccess
Provides 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 class
AbstractFetchParentAccess
Base support for FetchParentAccess implementations.Methods in org.hibernate.sql.results.graph that return Initializer Modifier and Type Method Description Initializer
FetchParent. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Initializer
InitializerProducer. createInitializer(P resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
default @Nullable Initializer
DomainResultAssembler. getInitializer()
Initializer
AssemblerCreationState. 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 Initializer
AssemblerCreationState. 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 interface
CollectionInitializer
Initializer 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 class
AbstractCollectionInitializer
Base support for CollectionInitializer implementationsclass
AbstractImmediateCollectionInitializer
Base support for CollectionInitializer implementations that represent an immediate initialization of some sort (join, select, batch, sub-select) for a persistent collection.class
ArrayInitializer
class
BagInitializer
Initializer for bothPersistentBag
andPersistentIdentifierBag
collectionsclass
DelayedCollectionInitializer
class
ListInitializer
CollectionInitializer for PersistentList loadingclass
MapInitializer
Represents an immediate initialization of some sort (join, select, batch, sub-select) of a persistent Map valued attribute.class
SelectEagerCollectionInitializer
class
SetInitializer
Methods in org.hibernate.sql.results.graph.collection.internal that return Initializer Modifier and Type Method Description Initializer
CollectionFetch. 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 interface
EmbeddableInitializer
Special initializer contract for embeddablesClasses in org.hibernate.sql.results.graph.embeddable that implement Initializer Modifier and Type Class Description class
AbstractEmbeddableInitializer
-
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 interface
AggregateEmbeddableInitializer
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement Initializer Modifier and Type Class Description class
AbstractNonAggregatedIdentifierMappingInitializer
class
AggregateEmbeddableFetchInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
AggregateEmbeddableResultInitializer
An initializer for an embeddable that is mapped as aggregate e.g.class
EmbeddableFetchInitializer
class
EmbeddableResultInitializer
class
NonAggregatedIdentifierMappingFetchInitializer
class
NonAggregatedIdentifierMappingResultInitializer
-
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 interface
EntityInitializer
Initializer implementation for initializing entity references.Classes in org.hibernate.sql.results.graph.entity that implement Initializer Modifier and Type Class Description class
AbstractEntityInitializer
-
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 class
AbstractBatchEntitySelectFetchInitializer
class
BatchEntityInsideEmbeddableSelectFetchInitializer
class
BatchEntitySelectFetchInitializer
class
BatchInitializeEntitySelectFetchInitializer
Loads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.class
DiscriminatedEntityInitializer
Initializer for discriminated mappings.class
EntityDelayedFetchInitializer
class
EntityJoinedFetchInitializer
class
EntityResultInitializer
Initializer for cases where the entity is a root domain selectionclass
EntitySelectFetchByUniqueKeyInitializer
class
EntitySelectFetchInitializer
-
Uses of Initializer in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal that return Initializer Modifier and Type Method Description Initializer
NavigablePathMapToInitializer. get(NavigablePath navigablePath)
Initializer
InitializersList. resolveInitializer(@Nullable NavigablePath path)
Initializer
RowProcessingStateStandardImpl. 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 void
NavigablePathMapToInitializer. 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 Initializer
RowProcessingState. 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.
-