Uses of Interface
org.hibernate.sql.results.graph.FetchParentAccess
-
Packages that use FetchParentAccess Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.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.query.sqm.sql.internal org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic 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.graph.instantiation.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal.domain -
-
Uses of FetchParentAccess in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type FetchParentAccess Modifier and Type Method Description CollectionInitializer
CollectionInitializerProducer. 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 FetchParentAccess in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler<Object[]>
CompoundNaturalIdMapping.DomainResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler<?>
EntityResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler<R>
SqmMapEntryResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph
Classes in org.hibernate.sql.results.graph that implement FetchParentAccess Modifier and Type Class Description class
AbstractFetchParentAccess
Base support for FetchParentAccess implementations.Methods in org.hibernate.sql.results.graph that return FetchParentAccess Modifier and Type Method Description FetchParentAccess
FetchParentAccess. findFirstEntityDescriptorAccess()
Find the first entity access up the fetch parent graphdefault FetchParentAccess
FetchParentAccess. getFetchParentAccess()
Methods in org.hibernate.sql.results.graph with parameters of type FetchParentAccess 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.default boolean
Initializer. isAttributeAssignableToConcreteDescriptor(FetchParentAccess parentAccess, AttributeMapping referencedModelPart)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic with parameters of type FetchParentAccess 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 FetchParentAccess in org.hibernate.sql.results.graph.collection.internal
Fields in org.hibernate.sql.results.graph.collection.internal declared as FetchParentAccess Modifier and Type Field Description protected FetchParentAccess
AbstractCollectionInitializer. parentAccess
Methods in org.hibernate.sql.results.graph.collection.internal that return FetchParentAccess Modifier and Type Method Description protected FetchParentAccess
AbstractCollectionInitializer. getParentAccess()
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.embeddable
Subinterfaces of FetchParentAccess 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 FetchParentAccess Modifier and Type Class Description class
AbstractEmbeddableInitializer
Methods in org.hibernate.sql.results.graph.embeddable that return FetchParentAccess Modifier and Type Method Description FetchParentAccess
AbstractEmbeddableInitializer. findFirstEntityDescriptorAccess()
FetchParentAccess
AbstractEmbeddableInitializer. getFetchParentAccess()
FetchParentAccess
EmbeddableInitializer. getFetchParentAccess()
Constructors in org.hibernate.sql.results.graph.embeddable with parameters of type FetchParentAccess Constructor Description AbstractEmbeddableInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess fetchParentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.embeddable.internal
Subinterfaces of FetchParentAccess 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 FetchParentAccess 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 FetchParentAccess Modifier and Type Method Description FetchParentAccess
AbstractNonAggregatedIdentifierMappingInitializer. findFirstEntityDescriptorAccess()
FetchParentAccess
AbstractNonAggregatedIdentifierMappingInitializer. getFetchParentAccess()
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.entity
Subinterfaces of FetchParentAccess 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 FetchParentAccess Modifier and Type Class Description class
AbstractEntityInitializer
Methods in org.hibernate.sql.results.graph.entity that return FetchParentAccess Modifier and Type Method Description default FetchParentAccess
EntityInitializer. findFirstEntityDescriptorAccess()
Methods in org.hibernate.sql.results.graph.entity with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler<?>
AbstractNonLazyEntityFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
protected abstract EntityInitializer
AbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement FetchParentAccess 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
Fields in org.hibernate.sql.results.graph.entity.internal declared as FetchParentAccess Modifier and Type Field Description protected FetchParentAccess
AbstractBatchEntitySelectFetchInitializer. parentAccess
protected FetchParentAccess
EntitySelectFetchInitializer. parentAccess
Methods in org.hibernate.sql.results.graph.entity.internal that return FetchParentAccess Modifier and Type Method Description FetchParentAccess
AbstractBatchEntitySelectFetchInitializer. getFetchParentAccess()
FetchParentAccess
EntityDelayedFetchInitializer. getFetchParentAccess()
FetchParentAccess
EntitySelectFetchInitializer. getFetchParentAccess()
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type FetchParentAccess Modifier and Type Method Description protected Initializer
EntityDelayedFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)
protected Initializer
EntityFetchSelectImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedMapping, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
DomainResultAssembler<?>
EntityDelayedFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<?>
EntityFetchSelectImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
static AbstractFetchParentAccess
EntitySelectFetchInitializerBuilder. createInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedAttribute, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)
DomainResultAssembler
EntityDelayedResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler
EntityResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler
EntityResultJoinedSubclassImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
protected EntityInitializer
EntityFetchJoinedImpl. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)
protected EntityInitializer
EntityDelayedFetchInitializer. getParentEntityInitializer(FetchParentAccess parentAccess)
protected static String
BatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer firstEntityInitializer, FetchParentAccess parentAccess, ToOneAttributeMapping referencedModelPart)
protected void
AbstractBatchEntitySelectFetchInitializer. resolveKey(RowProcessingState rowProcessingState, ToOneAttributeMapping referencedModelPart, FetchParentAccess parentAccess)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.instantiation.internal
Methods in org.hibernate.sql.results.graph.instantiation.internal with parameters of type FetchParentAccess Modifier and Type Method Description ArgumentReader<A>
ArgumentDomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<R>
DynamicInstantiationResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler<T>
TupleResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
Uses of FetchParentAccess in org.hibernate.sql.results.internal.domain
-