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.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.tuple -
-
Uses of FetchParentAccess in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type FetchParentAccess Modifier and Type Method Description default CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState)CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)Deprecated, for removal: This API element is subject to removal in a future version. -
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 InitializerEntityResultImpl. createInitializer(EntityResultImpl resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerEntityResultImpl. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<?>EntityResultImpl. 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 static @Nullable FetchParentAccessFetchParentAccess. determineOwningParent(@Nullable FetchParentAccess parentAccess)@Nullable FetchParentAccessFetchParentAccess. findFirstEntityDescriptorAccess()Find the first entity access up the fetch parent graphdefault @Nullable FetchParentAccessFetchParentAccess. getFetchParentAccess()@Nullable FetchParentAccessFetchParentAccess. getOwningParent()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 fetchInitializerFetchParent. createInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)InitializerInitializerProducer. createInitializer(P resultGraphNode, FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<J>DomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)Create an assembler (and any initializers) for this result.static @Nullable EntityMappingTypeFetchParentAccess. determineOwnedModelPartDeclaringType(ModelPart modelPart, @Nullable FetchParentAccess parentAccess, @Nullable FetchParentAccess owningParent)static @Nullable FetchParentAccessFetchParentAccess. determineOwningParent(@Nullable FetchParentAccess parentAccess)static booleanInitializer. isPartOfKey(NavigablePath navigablePath, FetchParentAccess parentAccess)<P extends FetchParent>
InitializerAssemblerCreationState. resolveInitializer(P resultGraphNode, FetchParentAccess parentAccess, InitializerProducer<P> producer) -
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
Subinterfaces of FetchParentAccess in org.hibernate.sql.results.graph.collection Modifier and Type Interface Description interfaceCollectionInitializerInitializer implementation for initializing collections (plural attributes) -
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()@Nullable FetchParentAccessAbstractEmbeddableInitializer. getOwningParent()Constructors in org.hibernate.sql.results.graph.embeddable with parameters of type FetchParentAccess Constructor Description AbstractEmbeddableInitializer(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()FetchParentAccessAbstractEntityInitializer. getFetchParentAccess()@Nullable FetchParentAccessAbstractEntityInitializer. getOwningParent()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)Deprecated, for removal: This API element is subject to removal in a future version.protected abstract EntityInitializerAbstractNonLazyEntityFetch. getEntityInitializer(FetchParentAccess parentAccess, AssemblerCreationState creationState)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.sql.results.graph.entity with parameters of type FetchParentAccess Constructor Description AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, 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)
-