Uses of Package
org.hibernate.sql.results.graph
-
Packages that use org.hibernate.sql.results.graph Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.loader.ast.internal org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.procedure.internal Defines the internal implementation of the stored procedure SPI.org.hibernate.query.derived org.hibernate.query.internal org.hibernate.query.results Support for defining result set mappings used inNativeQuery
,ProcedureCall
, andStoredProcedureQuery
.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.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQuery
APIsorg.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.ast.tree.predicate AST nodes representing logical predicates in a SQL tree.org.hibernate.sql.ast.tree.select AST nodes representingselect
statements in a SQL tree.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.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 org.hibernate.sql.results.graph.instantiation.internal org.hibernate.sql.results.graph.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal org.hibernate.sql.results.internal.domain org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.sql.results.spi -
Classes in org.hibernate.sql.results.graph used by org.hibernate.boot.query Class Description FetchableContainer Container ofFetchable
references -
Classes in org.hibernate.sql.results.graph used by org.hibernate.collection.internal Class Description DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.collection.spi Class Description AssemblerCreationState DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.FetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.dialect Class Description DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.id Class Description FetchableContainer Container ofFetchable
references -
Classes in org.hibernate.sql.results.graph used by org.hibernate.loader.ast.internal Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.metamodel.internal Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchOptions Represents an aggregatedFetchTiming
andFetchStyle
valueFetchParent Contract for things that can be the parent of a fetchFetchStyleAccess Access to a FetchStyleFetchTimingAccess Access to a FetchTiming -
Classes in org.hibernate.sql.results.graph used by org.hibernate.metamodel.mapping Class Description DatabaseSnapshotContributor Contract for model-parts which contribute to their container's state array for database snapshotsDomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchOptions Represents an aggregatedFetchTiming
andFetchStyle
valueFetchParent Contract for things that can be the parent of a fetchFetchStyleAccess Access to a FetchStyleFetchTimingAccess Access to a FetchTiming -
Classes in org.hibernate.sql.results.graph used by org.hibernate.metamodel.mapping.internal Class Description AssemblerCreationState DatabaseSnapshotContributor Contract for model-parts which contribute to their container's state array for database snapshotsDomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchOptions Represents an aggregatedFetchTiming
andFetchStyle
valueFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.FetchStyleAccess Access to a FetchStyleFetchTimingAccess Access to a FetchTiming -
Classes in org.hibernate.sql.results.graph used by org.hibernate.persister.entity Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.procedure.internal Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.derived Class Description DatabaseSnapshotContributor Contract for model-parts which contribute to their container's state array for database snapshotsDomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchOptions Represents an aggregatedFetchTiming
andFetchStyle
valueFetchParent Contract for things that can be the parent of a fetchFetchStyleAccess Access to a FetchStyleFetchTimingAccess Access to a FetchTiming -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.internal Class Description Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
references -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.results Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.results.complete Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.results.dynamic Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.results.implicit Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.sqm.function Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.sqm.mutation.internal Class Description DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.sqm.sql Class Description DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsFetch Contract for fetches including entity, collection and composite.FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.sqm.sql.internal Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.query.sqm.tree.expression Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.ast.spi Class Description FetchParent Contract for things that can be the parent of a fetch -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.ast.tree.expression Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.ast.tree.from Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.ast.tree.predicate Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.ast.tree.select Class Description DomainResult Represents a result value in the domain query results.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphs -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingEntityGraphTraversalState.FetchStrategy EntityGraphTraversalState.TraversalResult Details of a particular traversal within the entity graphFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchOptions Represents an aggregatedFetchTiming
andFetchStyle
valueFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.FetchStyleAccess Access to a FetchStyleFetchTimingAccess Access to a FetchTimingInitializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.basic Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.collection Class Description DomainResultGraphNode Marker for all object types that can be part of a result mappingInitializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.collection.internal Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.embeddable Class Description AbstractFetchParentAccess Base support for FetchParentAccess implementations.AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultGraphNode Marker for all object types that can be part of a result mappingFetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.embeddable.internal Class Description AbstractFetchParent AbstractFetchParentAccess Base support for FetchParentAccess implementations.AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.entity Class Description AbstractFetchParent AbstractFetchParentAccess Base support for FetchParentAccess implementations.AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.entity.internal Class Description AbstractFetchParent AbstractFetchParentAccess Base support for FetchParentAccess implementations.AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.instantiation Class Description DomainResult Represents a result value in the domain query results.DomainResultGraphNode Marker for all object types that can be part of a result mapping -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.instantiation.internal Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultCreationState Contains state related to buildingDomainResult
andFetch
graphsDomainResultGraphNode Marker for all object types that can be part of a result mappingFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.internal Class Description Fetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchableContainer Container ofFetchable
referencesFetchList This is essentially a List of Fetch(es), but exposing an interface which is more suitable to our needs; in particular it expresses the immutable nature of this structure, and allows us to extend it with additional convenience methods such asFetchList.indexedForEach(IndexedConsumer)
. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.graph.tuple Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultGraphNode Marker for all object types that can be part of a result mappingFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.internal Class Description DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.EntityGraphTraversalState State used as part of applying entity graphs to HibernateDomainResult
/Fetch
load graphs.EntityGraphTraversalState.TraversalResult Details of a particular traversal within the entity graphFetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetchInitializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.internal.domain Class Description AssemblerCreationState BiDirectionalFetch DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.DomainResultGraphNode Marker for all object types that can be part of a result mappingFetch Contract for fetches including entity, collection and composite.Fetchable Parts of the domain model that can be fetched.FetchParent Contract for things that can be the parent of a fetchFetchParentAccess Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.jdbc.internal Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.jdbc.spi Class Description AssemblerCreationState DomainResult Represents a result value in the domain query results.DomainResultAssembler Responsible for "assembling" a result for inclusion in the domain query result.Initializer Defines a multi-step process for initializing entity, collection and composite state. -
Classes in org.hibernate.sql.results.graph used by org.hibernate.sql.results.spi Class Description Initializer Defines a multi-step process for initializing entity, collection and composite state.