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 CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)Create an initializer for the given attribute relative to the given navigable path. -
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 DomainResultAssembler<Object[]>CompoundNaturalIdMapping.DomainResultImpl. 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 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 fetchDomainResultAssembler<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
Constructors in org.hibernate.sql.results.graph.collection.internal with parameters of type AssemblerCreationState Constructor Description DelayedCollectionAssembler(NavigablePath fetchPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResult<?> collectionKeyResult, AssemblerCreationState creationState)SelectEagerCollectionAssembler(NavigablePath fetchPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResultAssembler<?> collectionKeyResultAssembler, 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 fetchParentAccess, 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)protected abstract EntityInitializerAbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)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) -
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 EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, 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 InitializerCircularFetchImpl. 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)protected InitializerCircularFetchImpl. initializerFactory(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)
-