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 CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerCollectionInitializerProducer. 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 InitializerCompoundNaturalIdMapping.DomainResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<Object[]>CompoundNaturalIdMapping.DomainResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssemblerToOneAttributeMapping.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 InitializerEntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerEntityResultImpl. 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 fetchInitializerFetchParent. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerInitializerProducer. 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 DomainResultAssemblerBasicFetch. 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)CollectionInitializerCollectionDomainResult. createInitializer(CollectionDomainResult resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)CollectionInitializerCollectionDomainResult. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerCollectionFetch. createInitializer(CollectionFetch resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)CollectionInitializerDelayedCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)CollectionInitializerEagerCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)CollectionInitializerSelectEagerCollectionFetch. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssemblerCollectionDomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)CollectionInitializerArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerBagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerBagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerMapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerMapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerSetInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerSetInitializerProducer. 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 EntityInitializerAbstractNonLazyEntityFetch. 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 EntityInitializerCircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)DomainResultAssemblerCircularBiDirectionalFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<?>CircularFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)EntityInitializerCircularFetchImpl. 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)
-