Uses of Interface
org.hibernate.sql.results.graph.AssemblerCreationState
-
-
Uses of AssemblerCreationState in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type AssemblerCreationState Modifier and Type Method Description default CollectionInitializer
CollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
CollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AssemblerCreationState in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type AssemblerCreationState Modifier and Type Method Description Initializer
CompoundNaturalIdMapping.DomainResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<Object[]>
CompoundNaturalIdMapping.DomainResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler
ToOneAttributeMapping.NullDomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type AssemblerCreationState Modifier and Type Method Description List<DomainResultAssembler<?>>
JdbcValuesMappingImpl. resolveAssemblers(AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete with parameters of type AssemblerCreationState Modifier and Type Method Description Initializer
EntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
Initializer
EntityResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<?>
EntityResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler<R>
SqmMapEntryResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler<?>
Fetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Create the assembler for this fetchInitializer
FetchParent. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Initializer
InitializerProducer. createInitializer(P resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<J>
DomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Create an assembler (and any initializers) for this result. -
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler
BasicFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<T>
BasicFetch. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<T>
BasicResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler<?>
CollectionFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<?>
DelayedCollectionFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
CollectionDomainResult. createInitializer(CollectionDomainResult resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
CollectionDomainResult. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Initializer
CollectionFetch. createInitializer(CollectionFetch resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
DelayedCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
EagerCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
SelectEagerCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler
CollectionDomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
CollectionInitializer
ArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
ArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
CollectionInitializer
BagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
BagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
CollectionInitializer
ListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
ListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
CollectionInitializer
MapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
MapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
CollectionInitializer
SetInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
CollectionInitializer
SetInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
Constructors in org.hibernate.sql.results.graph.collection.internal with parameters of type AssemblerCreationState Constructor Description AbstractCollectionInitializer(NavigablePath collectionPath, PluralAttributeMapping collectionAttributeMapping, FetchParentAccess parentAccess, @Nullable DomainResult<?> collectionKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
AbstractImmediateCollectionInitializer(NavigablePath collectionPath, PluralAttributeMapping collectionAttributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)
ArrayInitializer(NavigablePath navigablePath, PluralAttributeMapping arrayDescriptor, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, Fetch listIndexFetch, Fetch elementFetch, boolean isResultInitializer, AssemblerCreationState creationState)
BagInitializer(PluralAttributeMapping bagDescriptor, FetchParentAccess parentAccess, NavigablePath navigablePath, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, Fetch elementFetch, @Nullable Fetch collectionIdFetch, boolean isResultInitializer, AssemblerCreationState creationState)
DelayedCollectionInitializer(NavigablePath fetchedPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResult<?> collectionKeyResult, AssemblerCreationState creationState)
ListInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, Fetch listIndexFetch, Fetch elementFetch, boolean isResultInitializer, AssemblerCreationState creationState)
MapInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, Fetch mapKeyFetch, Fetch mapValueFetch, boolean isResultInitializer, AssemblerCreationState creationState)
SelectEagerCollectionInitializer(NavigablePath fetchedPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, @Nullable DomainResult<?> collectionKeyResult, AssemblerCreationState creationState)
SetInitializer(NavigablePath navigablePath, PluralAttributeMapping setDescriptor, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, Fetch elementFetch, boolean isResultInitializer, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable with parameters of type AssemblerCreationState Modifier and Type Method Description protected DomainResultAssembler<?>[]
AbstractEmbeddableInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor)
Constructors in org.hibernate.sql.results.graph.embeddable with parameters of type AssemblerCreationState Constructor Description AbstractEmbeddableInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.embeddable.internal
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler<?>
AbstractNonLazyEntityFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract EntityInitializer
AbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.sql.results.graph.entity with parameters of type AssemblerCreationState Constructor Description AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)
Deprecated, for removal: This API element is subject to removal in a future version.AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.entity.internal
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type AssemblerCreationState Constructor Description DiscriminatedEntityInitializer(FetchParentAccess parentAccess, DiscriminatedAssociationModelPart fetchedPart, NavigablePath fetchedNavigable, Fetch discriminatorFetch, Fetch keyFetch, boolean eager, boolean resultInitializer, AssemblerCreationState creationState)
EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, FetchParentAccess parentAccess, AssemblerCreationState creationState)
EntityResultInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, BasicFetch<?> discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type AssemblerCreationState Modifier and Type Method Description ArgumentReader<A>
ArgumentDomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<R>
DynamicInstantiationResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with parameters of type AssemblerCreationState Modifier and Type Method Description DomainResultAssembler<T>
TupleResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain with parameters of type AssemblerCreationState Modifier and Type Method Description protected EntityInitializer
CircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
DomainResultAssembler
CircularBiDirectionalFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<?>
CircularFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
EntityInitializer
CircularFetchImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal with parameters of type AssemblerCreationState Modifier and Type Method Description List<DomainResultAssembler<?>>
StandardJdbcValuesMapping. resolveAssemblers(AssemblerCreationState creationState)
-
Uses of AssemblerCreationState in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type AssemblerCreationState Modifier and Type Method Description List<DomainResultAssembler<?>>
JdbcValuesMapping. resolveAssemblers(AssemblerCreationState creationState)
-