Uses of Interface
org.hibernate.sql.results.graph.FetchParentAccess
-
Packages that use FetchParentAccess Package Description org.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.metamodel.mapping.internal org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such as JPA'sSqlResultSetMappingor `hbm.xml` mapping ``. 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 CollectionInitializerCollectionInitializerProducer. 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 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 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 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()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
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement FetchParentAccess Modifier and Type Class Description classEmbeddableFetchInitializerclassEmbeddableResultInitializerMethods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type FetchParentAccess Modifier and Type Method Description DomainResultAssemblerEmbeddableFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>EmbeddableForeignKeyResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>EmbeddableResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type FetchParentAccess Constructor Description 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 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 classAbstractBatchEntitySelectFetchInitializerclassBatchEntityInsideEmbeddableSelectFetchInitializerclassBatchEntitySelectFetchInitializerclassEntityDelayedFetchInitializerclassEntityJoinedFetchInitializerclassEntityResultInitializerInitializer 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. 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 DomainResultAssemblerCircularBiDirectionalFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<?>CircularFetchImpl. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)
-