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 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
AssemblerCreationState. 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 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
-
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
Methods in org.hibernate.sql.results.graph.embeddable.internal that return Initializer Modifier and Type Method Description protected Initializer
EmbeddableFetchImpl. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)
protected Initializer
NonAggregatedIdentifierMappingFetch. buildEmbeddableFetchInitializer(FetchParentAccess parentAccess, EmbeddableResultGraphNode embeddableFetch, AssemblerCreationState creationState)
Initializer
NestedRowProcessingState. 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 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
EntityDelayedFetchInitializer
class
EntityJoinedFetchInitializer
class
EntityResultInitializer
Initializer for cases where the entity is a root domain selectionclass
EntitySelectFetchByUniqueKeyInitializer
class
EntitySelectFetchInitializer
Methods in org.hibernate.sql.results.graph.entity.internal that return Initializer Modifier and Type Method Description protected Initializer
EntityDelayedFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)
protected Initializer
EntityDelayedResultImpl. buildEntityDelayedFetchInitializer(NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, DomainResultAssembler resultAssembler)
protected Initializer
EntityFetchJoinedImpl. 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 Initializer
EntityFetchSelectImpl. 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 EntityAssembler
EntityDelayedFetchImpl. buildEntityAssembler(Initializer entityInitializer)
protected EntityAssembler
EntityDelayedResultImpl. 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 Initializer
NavigablePathMapToInitializer. get(NavigablePath navigablePath)
Initializer
InitializersList. resolveInitializer(NavigablePath path)
Initializer
RowProcessingStateStandardImpl. 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 void
NavigablePathMapToInitializer. 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 Initializer
CircularFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)
protected Initializer
CircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
protected Initializer
CircularFetchImpl. 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 Initializer
JdbcValuesSourceProcessingStateStandardImpl. findInitializer(EntityUniqueKey entityKey)
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type Initializer Modifier and Type Method Description void
JdbcValuesSourceProcessingStateStandardImpl. 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 Initializer
JdbcValuesSourceProcessingState. findInitializer(EntityUniqueKey entityKey)
Initializer
RowProcessingState. 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 void
JdbcValuesSourceProcessingState. 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 Initializer
LoadContexts. 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.
-