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 asSqlResultSetMappingor thehbm.xmlmapping 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 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 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 classAbstractFetchParentAccessBase support for FetchParentAccess implementations.Methods in org.hibernate.sql.results.graph that return FetchParentAccess Modifier and Type Method Description FetchParentAccessFetchParentAccess. findFirstEntityDescriptorAccess()Find the first entity access up the fetch parent graphdefault FetchParentAccessFetchParentAccess. 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 booleanInitializer. 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 DomainResultAssemblerBasicFetch. 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 FetchParentAccessAbstractCollectionInitializer. parentAccessMethods in org.hibernate.sql.results.graph.collection.internal that return FetchParentAccess Modifier and Type Method Description protected FetchParentAccessAbstractCollectionInitializer. 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 interfaceEmbeddableInitializerSpecial initializer contract for embeddablesClasses in org.hibernate.sql.results.graph.embeddable that implement FetchParentAccess Modifier and Type Class Description classAbstractEmbeddableInitializerMethods in org.hibernate.sql.results.graph.embeddable that return FetchParentAccess Modifier and Type Method Description FetchParentAccessAbstractEmbeddableInitializer. findFirstEntityDescriptorAccess()FetchParentAccessAbstractEmbeddableInitializer. getFetchParentAccess()FetchParentAccessEmbeddableInitializer. 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 interfaceAggregateEmbeddableInitializerClasses in org.hibernate.sql.results.graph.embeddable.internal that implement FetchParentAccess Modifier and Type Class Description classAbstractNonAggregatedIdentifierMappingInitializerclassAggregateEmbeddableFetchInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classAggregateEmbeddableResultInitializerAn initializer for an embeddable that is mapped as aggregate e.g.classEmbeddableFetchInitializerclassEmbeddableResultInitializerclassNonAggregatedIdentifierMappingFetchInitializerclassNonAggregatedIdentifierMappingResultInitializerMethods in org.hibernate.sql.results.graph.embeddable.internal that return FetchParentAccess Modifier and Type Method Description FetchParentAccessAbstractNonAggregatedIdentifierMappingInitializer. findFirstEntityDescriptorAccess()FetchParentAccessAbstractNonAggregatedIdentifierMappingInitializer. 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 interfaceEntityInitializerInitializer implementation for initializing entity references.Classes in org.hibernate.sql.results.graph.entity that implement FetchParentAccess Modifier and Type Class Description classAbstractEntityInitializerMethods in org.hibernate.sql.results.graph.entity that return FetchParentAccess Modifier and Type Method Description default FetchParentAccessEntityInitializer. 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 EntityInitializerAbstractNonLazyEntityFetch. 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 classAbstractBatchEntitySelectFetchInitializerclassBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassBatchInitializeEntitySelectFetchInitializerLoads entities from the persistence context or creates proxies if not found there, and initializes all proxies in a batch.classEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer for cases where the entity is a root domain selectionclassEntitySelectFetchByUniqueKeyInitializerclassEntitySelectFetchInitializerFields in org.hibernate.sql.results.graph.entity.internal declared as FetchParentAccess Modifier and Type Field Description protected FetchParentAccessAbstractBatchEntitySelectFetchInitializer. parentAccessprotected FetchParentAccessEntitySelectFetchInitializer. parentAccessMethods in org.hibernate.sql.results.graph.entity.internal that return FetchParentAccess Modifier and Type Method Description FetchParentAccessAbstractBatchEntitySelectFetchInitializer. getFetchParentAccess()FetchParentAccessEntityDelayedFetchInitializer. getFetchParentAccess()FetchParentAccessEntitySelectFetchInitializer. getFetchParentAccess()Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type FetchParentAccess Modifier and Type Method Description protected InitializerEntityDelayedFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)protected InitializerEntityFetchSelectImpl. 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 AbstractFetchParentAccessEntitySelectFetchInitializerBuilder. createInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedAttribute, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)DomainResultAssemblerEntityDelayedResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssemblerEntityResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssemblerEntityResultJoinedSubclassImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)protected EntityInitializerEntityFetchJoinedImpl. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)protected EntityInitializerEntityDelayedFetchInitializer. getParentEntityInitializer(FetchParentAccess parentAccess)protected static StringBatchEntityInsideEmbeddableSelectFetchInitializer. getRootEmbeddablePropertyName(EntityInitializer firstEntityInitializer, FetchParentAccess parentAccess, ToOneAttributeMapping referencedModelPart)protected voidAbstractBatchEntitySelectFetchInitializer. 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
-