Uses of Interface
org.hibernate.sql.results.graph.FetchParentAccess
-
Packages that use FetchParentAccess Package Description org.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.metamodel.mapping.internal org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMapping
or `hbm.xml` mapping<resultset/>
.org.hibernate.query.sqm.sql.internal org.hibernate.sql.results.graph 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 `attribute` relative to `navigablePath`. -
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 graphMethods 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
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
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type FetchParentAccess Constructor Description AggregateEmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)
AggregateEmbeddableResultInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, SqlSelection structSelection)
EmbeddableFetchInitializer(FetchParentAccess fetchParentAccess, EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState)
EmbeddableResultInitializer(EmbeddableResultGraphNode resultDescriptor, FetchParentAccess parentAccess, AssemblerCreationState creationState)
-
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
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
-
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
Methods in org.hibernate.sql.results.internal.domain with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssembler
CircularBiDirectionalFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
DomainResultAssembler<?>
CircularFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-