Uses of Interface
org.hibernate.sql.results.graph.DomainResult
Packages that use DomainResult
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Defines the internal implementation of the stored procedure SPI.
Support for defining result set mappings
used in
NativeQuery
, ProcedureCall
,
and StoredProcedureQuery
.Support for immutable result/fetch builder graph nodes built from static sources
such as
SqlResultSetMapping
, orm.xml
,
mapping.xml
or hbm.xml
.Support for mutable result/fetch builder graphs nodes built dynamically.
Defines support for implicit ResultSet mappings.
An SPI for defining, registering, and rendering functions in HQL.
Nodes representing expressions in the SQM tree.
AST nodes representing expressions in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
AST nodes representing
select
statements in a SQL tree.Defines domain result graphs.
-
Uses of DomainResult in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type DomainResultModifier and TypeMethodDescriptionCollectionInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) Create an initializer for the given attribute relative to the given navigable path. -
Uses of DomainResult in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type DomainResultModifier and TypeMethodDescriptionstatic SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) static SelectStatement
LoaderSelectBuilder.createSelect
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement based on matching one-or-more keysstatic SelectStatement
LoaderSelectBuilder.createSelectByUniqueKey
(Loadable loadable, List<? extends ModelPart> partsToSelect, ModelPart restrictedPart, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement for loading by unique keystatic SelectStatement
LoaderSelectBuilder.createSubSelectFetchSelect
(PluralAttributeMapping attributeMapping, SubselectFetch subselect, DomainResult<?> cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory) Create an SQL AST select-statement used for subselect-based CollectionLoaderMethod parameters in org.hibernate.loader.ast.internal with type arguments of type DomainResultModifier and TypeMethodDescriptionprotected <L> L
AbstractNaturalIdLoader.selectByNaturalId
(Object bindValue, NaturalIdLoadOptions options, BiFunction<TableGroup, LoaderSqlAstCreationState, DomainResult<?>> domainResultProducer, LoaderSqlAstCreationState.FetchProcessor fetchProcessor, Function<Boolean, Long> statementStartHandler, BiConsumer<Object, Long> statementCompletionHandler, SharedSessionContractImplementor session) Perform a select, restricted by natural-id, based on `domainResultProducer` and `fetchProcessor`Constructors in org.hibernate.loader.ast.internal with parameters of type DomainResultModifierConstructorDescriptionCollectionLoaderSubSelectFetch
(PluralAttributeMapping attributeMapping, DomainResult<?> cachedDomainResult, SubselectFetch subselect, SharedSessionContractImplementor session) -
Uses of DomainResult in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return DomainResultModifier and TypeMethodDescription<T> DomainResult<T>
AbstractCompositeIdentifierMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return DomainResultModifier and TypeMethodDescription<T> DomainResult<T>
EmbeddableMappingType.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) default <T> DomainResult<T>
EntityValuedModelPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
ForeignKeyDescriptor.createDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, String resultVariable, DomainResultCreationState creationState) Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.<T> DomainResult<T>
ModelPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) Create a DomainResult for a specific reference to this ModelPart.DomainResult<?>
ForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState) Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.DomainResult<?>
ForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) Create a DomainResult for the referring-side of the fk The table group must be the one containing the target.default <T> DomainResult<T>
PluralAttributeMapping.createSnapshotDomainResult
(NavigablePath navigablePath, TableGroup parentTableGroup, String resultVariable, DomainResultCreationState creationState) DomainResult<?>
ForeignKeyDescriptor.createTargetDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) Create a DomainResult for the target-side of the fk The table group must be the one containing the target -
Uses of DomainResult in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DomainResultModifier and TypeClassDescriptionstatic class
static class
Methods in org.hibernate.metamodel.mapping.internal that return DomainResultModifier and TypeMethodDescriptionAbstractDiscriminatorMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AbstractEntityCollectionPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AnyDiscriminatorPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AnyKeyPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
BasicAttributeMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
BasicEntityIdentifierMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
BasicValuedCollectionPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) CaseStatementDiscriminatorMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
CollectionIdentifierDescriptorImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) DomainResult<?>
CollectionIdentifierDescriptorImpl.createDomainResult
(NavigablePath collectionPath, TableGroup tableGroup, DomainResultCreationState creationState) <T> DomainResult<T>
CompoundNaturalIdMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
DiscriminatedAssociationAttributeMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
DiscriminatedAssociationMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
DiscriminatedCollectionPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EmbeddableMappingTypeImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EmbeddedAttributeMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EmbeddedCollectionPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EmbeddedForeignKeyDescriptor.createDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EntityRowIdMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
EntityVersionMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
IdClassEmbeddable.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
NonAggregatedIdentifierMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
PluralAttributeMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
SimpleForeignKeyDescriptor.createDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
SimpleNaturalIdMapping.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
SoftDeleteMappingImpl.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
VirtualIdEmbeddable.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) DomainResult<?>
EmbeddedForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState) DomainResult<?>
EmbeddedForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) DomainResult<?>
SimpleForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, ForeignKeyDescriptor.Nature fromSide, FetchParent fetchParent, DomainResultCreationState creationState) DomainResult<?>
SimpleForeignKeyDescriptor.createKeyDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) <T> DomainResult<T>
ToOneAttributeMapping.createSnapshotDomainResult
(NavigablePath navigablePath, TableGroup parentTableGroup, String resultVariable, DomainResultCreationState creationState) DomainResult<?>
EmbeddedForeignKeyDescriptor.createTargetDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) DomainResult<?>
SimpleForeignKeyDescriptor.createTargetDomainResult
(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState) Methods in org.hibernate.metamodel.mapping.internal with parameters of type DomainResultModifier and TypeMethodDescriptionprotected Fetch
PluralAttributeMappingImpl.buildDelayedCollectionFetch
(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, FetchParent fetchParent, DomainResult<?> collectionKeyResult, boolean unfetched) For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping.buildEntityDelayedFetch
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState) For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping.buildEntityFetchJoined
(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, boolean isAffectedByFilter, NavigablePath navigablePath, DomainResultCreationState creationState) For Hibernate Reactiveprotected EntityFetch
ToOneAttributeMapping.buildEntityFetchSelect
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, boolean isAffectedByFilter, DomainResultCreationState creationState) For Hibernate Reactiveprotected Fetch
PluralAttributeMappingImpl.buildSelectEagerCollectionFetch
(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, DomainResult<?> collectionKeyDomainResult, FetchParent fetchParent) For Hibernate Reactive -
Uses of DomainResult in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return DomainResultModifier and TypeMethodDescription<T> DomainResult<T>
AbstractEntityPersister.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal that return DomainResultModifier and TypeMethodDescriptionScalarDomainResultBuilder.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) -
Uses of DomainResult in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return DomainResultModifier and TypeMethodDescription<T> DomainResult<T>
AnonymousTupleBasicValuedModelPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AnonymousTupleEmbeddableValuedModelPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AnonymousTupleEntityValuedModelPart.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) <T> DomainResult<T>
AnonymousTupleTableGroupProducer.createDomainResult
(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.query.results
Methods in org.hibernate.query.results that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
ResultBuilder.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) Build a result -
Uses of DomainResult in org.hibernate.query.results.internal.complete
Classes in org.hibernate.query.results.internal.complete that implement DomainResultMethods in org.hibernate.query.results.internal.complete that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
CompleteResultBuilderCollectionStandard.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) DomainResult<?>
CompleteResultBuilderInstantiation.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) -
Uses of DomainResult in org.hibernate.query.results.internal.dynamic
Methods in org.hibernate.query.results.internal.dynamic that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
DynamicResultBuilderAttribute.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) DomainResult<?>
DynamicResultBuilderInstantiation.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) -
Uses of DomainResult in org.hibernate.query.results.internal.implicit
Methods in org.hibernate.query.results.internal.implicit that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
ImplicitResultClassBuilder.buildResult
(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, DomainResultCreationState domainResultCreationState) -
Uses of DomainResult in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
SelfRenderingFunctionSqlAstExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal that return DomainResultModifier and TypeMethodDescriptionExpressionDomainResultProducer.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement DomainResultMethods in org.hibernate.query.sqm.sql.internal that return DomainResultModifier and TypeMethodDescriptionAbstractSqmPathInterpretation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) AsWrappedExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) DiscriminatorPathInterpretation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) DomainResultProducer.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Produce the domain queryEmbeddableValuedExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) PluralValuedSimplePathInterpretation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) DomainResult<?>
SqmParameterInterpretation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Constructors in org.hibernate.query.sqm.sql.internal with parameters of type DomainResultModifierConstructorDescriptionSqmMapEntryResult
(DomainResult<K> keyResult, DomainResult<V> valueResult, String alias, JavaType<R> javaType) -
Uses of DomainResult in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return DomainResultModifier and TypeMethodDescriptionConversion.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return DomainResultModifier and TypeMethodDescriptionAny.createDomainResult
(String resultVariable, DomainResultCreationState creationState) BinaryArithmeticExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) CaseSearchedExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) CaseSimpleExpression.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Duration.createDomainResult
(String resultVariable, DomainResultCreationState creationState) EmbeddableTypeLiteral.createDomainResult
(String resultVariable, DomainResultCreationState creationState) EntityTypeLiteral.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Every.createDomainResult
(String resultVariable, DomainResultCreationState creationState) JdbcLiteral.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Over.createDomainResult
(String resultVariable, DomainResultCreationState creationState) QueryLiteral.createDomainResult
(String resultVariable, DomainResultCreationState creationState) SqlTuple.createDomainResult
(String resultVariable, DomainResultCreationState creationState) UnaryOperation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) UnparsedNumericLiteral.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return DomainResultModifier and TypeMethodDescriptionDelegatingTableGroup.createDomainResult
(String resultVariable, DomainResultCreationState creationState) OneToManyTableGroup.createDomainResult
(String resultVariable, DomainResultCreationState creationState) default DomainResult
TableGroup.createDomainResult
(String resultVariable, DomainResultCreationState creationState) TableGroupJoin.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.ast.tree.predicate
Methods in org.hibernate.sql.ast.tree.predicate that return DomainResultModifier and TypeMethodDescriptiondefault DomainResult<Boolean>
Predicate.createDomainResult
(String resultVariable, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return DomainResultModifier and TypeMethodDescriptionSelectStatement.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Methods in org.hibernate.sql.ast.tree.select that return types with arguments of type DomainResultModifier and TypeMethodDescriptionList<DomainResult<?>>
SelectStatement.getDomainResultDescriptors()
Constructor parameters in org.hibernate.sql.ast.tree.select with type arguments of type DomainResultModifierConstructorDescriptionSelectStatement
(CteContainer cteContainer, QueryPart queryPart, List<DomainResult<?>> domainResults) SelectStatement
(QueryPart queryPart, List<DomainResult<?>> domainResults) -
Uses of DomainResult in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return DomainResultModifier and TypeMethodDescriptiondefault <T> DomainResult<T>
DatabaseSnapshotContributor.createSnapshotDomainResult
(NavigablePath navigablePath, TableGroup parentTableGroup, String resultVariable, DomainResultCreationState creationState) Create a DomainResult to be used when selecting snapshots from the database.Method parameters in org.hibernate.sql.results.graph with type arguments of type DomainResultModifier and TypeMethodDescriptionstatic void
DomainResultGraphPrinter.logDomainResultGraph
(String header, List<DomainResult<?>> domainResults) static void
DomainResultGraphPrinter.logDomainResultGraph
(List<DomainResult<?>> domainResults) -
Uses of DomainResult in org.hibernate.sql.results.graph.basic
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.basicModifier and TypeInterfaceDescriptioninterface
DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResultModifier and TypeClassDescriptionclass
BasicFetch<T>
Fetch for a basic-valueclass
BasicResult<T>
DomainResult for a basic-value -
Uses of DomainResult in org.hibernate.sql.results.graph.collection.internal
Classes in org.hibernate.sql.results.graph.collection.internal that implement DomainResultMethods in org.hibernate.sql.results.graph.collection.internal with parameters of type DomainResultModifier and TypeMethodDescriptionArrayInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) BagInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) ListInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) MapInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) SetInitializerProducer.produceInitializer
(NavigablePath navigablePath, PluralAttributeMapping attribute, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) Constructors in org.hibernate.sql.results.graph.collection.internal with parameters of type DomainResultModifierConstructorDescriptionprotected
AbstractCollectionInitializer
(NavigablePath collectionPath, PluralAttributeMapping collectionAttributeMapping, InitializerParent<?> parent, @Nullable DomainResult<?> collectionKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) AbstractImmediateCollectionInitializer
(NavigablePath collectionPath, PluralAttributeMapping collectionAttributeMapping, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) AbstractNonJoinCollectionInitializer
(NavigablePath collectionPath, PluralAttributeMapping collectionAttributeMapping, InitializerParent<?> parent, @Nullable DomainResult<?> collectionKeyResult, boolean isResultInitializer, AssemblerCreationState creationState) ArrayInitializer
(NavigablePath navigablePath, PluralAttributeMapping arrayDescriptor, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState, Fetch listIndexFetch, Fetch elementFetch) BagInitializer
(NavigablePath navigablePath, PluralAttributeMapping bagDescriptor, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState, Fetch elementFetch, @Nullable Fetch collectionIdFetch) DelayedCollectionFetch
(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, FetchParent fetchParent, DomainResult<?> collectionKeyResult, boolean unfetched) DelayedCollectionInitializer
(NavigablePath fetchedPath, PluralAttributeMapping fetchedMapping, InitializerParent<?> parent, DomainResult<?> collectionKeyResult, AssemblerCreationState creationState) ListInitializer
(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState, Fetch listIndexFetch, Fetch elementFetch) MapInitializer
(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState, Fetch mapKeyFetch, Fetch mapValueFetch) SelectEagerCollectionFetch
(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, DomainResult<?> collectionKeyDomainResult, FetchParent fetchParent) SelectEagerCollectionInitializer
(NavigablePath fetchedPath, PluralAttributeMapping fetchedMapping, InitializerParent<?> parent, @Nullable DomainResult<?> collectionKeyResult, AssemblerCreationState creationState) SetInitializer
(NavigablePath navigablePath, PluralAttributeMapping setDescriptor, InitializerParent<?> parent, LockMode lockMode, DomainResult<?> collectionKeyResult, DomainResult<?> collectionValueKeyResult, boolean isResultInitializer, AssemblerCreationState creationState, Fetch elementFetch) -
Uses of DomainResult in org.hibernate.sql.results.graph.embeddable
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.embeddableModifier and TypeInterfaceDescriptioninterface
DomainResult specialization for embeddable-valued results -
Uses of DomainResult in org.hibernate.sql.results.graph.embeddable.internal
Classes in org.hibernate.sql.results.graph.embeddable.internal that implement DomainResultModifier and TypeClassDescriptionclass
A Result for an embeddable that is mapped as aggregate e.g.class
class
class
class
-
Uses of DomainResult in org.hibernate.sql.results.graph.entity
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Specialization of DomainResult for entity-valued resultsMethods in org.hibernate.sql.results.graph.entity that return DomainResult -
Uses of DomainResult in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement DomainResultModifier and TypeClassDescriptionclass
class
Standard ReturnEntity implMethods in org.hibernate.sql.results.graph.entity.internal that return DomainResultModifier and TypeMethodDescriptionDomainResult<?>
AbstractNonJoinedEntityFetch.getKeyResult()
protected DomainResult<?>
EntityFetchJoinedImpl.getKeyResult()
Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type DomainResultModifier and TypeMethodDescriptionstatic EntityInitializer<?>
EntitySelectFetchInitializerBuilder.createInitializer
(InitializerParent<?> parent, ToOneAttributeMapping fetchedAttribute, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, boolean affectedByFilter, AssemblerCreationState creationState) Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type DomainResultModifierConstructorDescriptionAbstractBatchEntitySelectFetchInitializer
(InitializerParent<?> parent, ToOneAttributeMapping toOneMapping, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) AbstractNonJoinedEntityFetch
(NavigablePath navigablePath, ToOneAttributeMapping fetchedModelPart, FetchParent fetchParent, DomainResult<?> keyResult, boolean selectDiscriminator, boolean selectByUniqueKey, DomainResultCreationState creationState) protected
AbstractNonJoinedEntityFetch
(NavigablePath navigablePath, ToOneAttributeMapping fetchedModelPart, FetchParent fetchParent, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, boolean selectByUniqueKey) BatchEntityInsideEmbeddableSelectFetchInitializer
(InitializerParent<?> parentAccess, ToOneAttributeMapping referencedModelPart, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) BatchEntitySelectFetchInitializer
(InitializerParent<?> parentAccess, ToOneAttributeMapping referencedModelPart, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) BatchInitializeEntitySelectFetchInitializer
(InitializerParent<?> parent, ToOneAttributeMapping referencedModelPart, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) EntityDelayedFetchImpl
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState) EntityDelayedFetchInitializer
(InitializerParent<?> parent, NavigablePath fetchedNavigable, ToOneAttributeMapping referencedModelPart, boolean selectByUniqueKey, DomainResult<?> keyResult, @Nullable BasicFetch<?> discriminatorResult, AssemblerCreationState creationState) EntityFetchJoinedImpl
(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, boolean isAffectedByFilter, NavigablePath navigablePath, DomainResultCreationState creationState) EntityFetchSelectImpl
(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, boolean isAffectedByFilter, DomainResultCreationState creationState) EntityInitializerImpl
(EntityResultGraphNode resultDescriptor, String sourceAlias, @Nullable Fetch identifierFetch, @Nullable Fetch discriminatorFetch, @Nullable DomainResult<?> keyResult, @Nullable DomainResult<Object> rowIdResult, NotFoundAction notFoundAction, boolean affectedByFilter, @Nullable InitializerParent<?> parent, boolean isResultInitializer, AssemblerCreationState creationState) EntitySelectFetchByUniqueKeyInitializer
(InitializerParent<?> parent, ToOneAttributeMapping fetchedAttribute, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) EntitySelectFetchInitializer
(InitializerParent<?> parent, ToOneAttributeMapping toOneMapping, NavigablePath fetchedNavigable, EntityPersister concreteDescriptor, DomainResult<?> keyResult, boolean affectedByFilter, AssemblerCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.results.graph.instantiation
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.instantiationModifier and TypeInterfaceDescriptioninterface
Specialization of DomainResult to model dynamic instantiation -
Uses of DomainResult in org.hibernate.sql.results.graph.instantiation.internal
Classes in org.hibernate.sql.results.graph.instantiation.internal that implement DomainResultModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.sql.results.graph.instantiation.internal that return DomainResultModifier and TypeMethodDescriptionDynamicInstantiation.createDomainResult
(String resultVariable, DomainResultCreationState creationState) Constructors in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DomainResult -
Uses of DomainResult in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResult -
Uses of DomainResult in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain with parameters of type DomainResultModifier and TypeMethodDescriptionprotected EntityInitializer<?>
CircularFetchImpl.buildEntityDelayedFetchInitializer
(InitializerParent<?> parent, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResult<?> keyResult, BasicFetch<?> discriminatorFetch, AssemblerCreationState creationState) protected EntityInitializer<?>
CircularFetchImpl.buildEntitySelectFetchInitializer
(InitializerParent<?> parent, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState) Constructors in org.hibernate.sql.results.internal.domain with parameters of type DomainResultModifierConstructorDescriptionCircularBiDirectionalFetchImpl
(FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, ToOneAttributeMapping referencedModelPart, NavigablePath referencedNavigablePath, @Nullable DomainResult<?> keyResult) CircularFetchImpl
(ToOneAttributeMapping referencedModelPart, FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, boolean selectByUniqueKey, NavigablePath referencedNavigablePath, DomainResult<?> keyResult, DomainResultCreationState creationState) -
Uses of DomainResult in org.hibernate.sql.results.jdbc.internal
Methods in org.hibernate.sql.results.jdbc.internal that return types with arguments of type DomainResultModifier and TypeMethodDescriptionList<DomainResult<?>>
StandardJdbcValuesMapping.getDomainResults()
-
Uses of DomainResult in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return types with arguments of type DomainResult