Uses of Interface
org.hibernate.sql.results.graph.DomainResult
-
-
Uses of DomainResult in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type DomainResult Modifier and Type Method Description static 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, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)
Create an SQL AST select-statement for a select by unique key based on matching one-or-more keysstatic 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 DomainResult Modifier and Type Method Description protected <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 DomainResult Constructor Description CollectionLoaderSubSelectFetch(PluralAttributeMapping attributeMapping, DomainResult cachedDomainResult, SubselectFetch subselect, SharedSessionContractImplementor session)
-
Uses of DomainResult in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return DomainResult Modifier and Type Method Description <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 DomainResult Modifier and Type Method Description <T> DomainResult<T>
EmbeddableMappingType. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
<T> DomainResult<T>
EntityMappingType. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
default <T> DomainResult<T>
EntityValuedModelPart. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
DomainResult<?>
ForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
<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 tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
Create a DomainResult for the referring-side of the fkdefault <T> DomainResult<T>
PluralAttributeMapping. createSnapshotDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
DomainResult<?>
ForeignKeyDescriptor. createTargetDomainResult(NavigablePath navigablePath, TableGroup tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
Create a DomainResult for the target-side of the fk -
Uses of DomainResult in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DomainResult Modifier and Type Class Description static class
CompoundNaturalIdMapping.DomainResultImpl
Methods in org.hibernate.metamodel.mapping.internal that return DomainResult Modifier and Type Method Description <T> DomainResult<T>
AbstractDiscriminatorMapping. 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)
<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 tableGroup, String resultVariable, DomainResultCreationState creationState)
DomainResult<?>
EmbeddedForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
<T> DomainResult<T>
EntityCollectionPart. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, 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>
PluralAttributeMappingImpl. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
<T> DomainResult<T>
SimpleForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
DomainResult<?>
SimpleForeignKeyDescriptor. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, ForeignKeyDescriptor.Nature side, FetchParent fetchParent, DomainResultCreationState creationState)
<T> DomainResult<T>
SimpleNaturalIdMapping. 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 tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
DomainResult<?>
SimpleForeignKeyDescriptor. createKeyDomainResult(NavigablePath navigablePath, TableGroup tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
<T> DomainResult<T>
ToOneAttributeMapping. createSnapshotDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
DomainResult<?>
EmbeddedForeignKeyDescriptor. createTargetDomainResult(NavigablePath navigablePath, TableGroup tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
DomainResult<?>
SimpleForeignKeyDescriptor. createTargetDomainResult(NavigablePath navigablePath, TableGroup tableGroup, FetchParent fetchParent, DomainResultCreationState creationState)
-
Uses of DomainResult in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return DomainResult Modifier and Type Method Description <T> DomainResult<T>
AbstractEntityPersister. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
<T> DomainResult<T>
JoinedSubclassEntityPersister. 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 DomainResult Modifier and Type Method Description DomainResult<T>
ScalarDomainResultBuilder. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
-
Uses of DomainResult in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return DomainResult Modifier and Type Method Description <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 DomainResult Modifier and Type Method Description DomainResult<?>
ResultBuilder. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
static DomainResult
ResultsHelper. convertIdFetchToResult(Fetch fetch, DomainResultCreationState creationState)
static DomainResult
ResultsHelper. implicitIdentifierResult(EntityIdentifierMapping identifierMapping, EntityIdentifierNavigablePath idPath, DomainResultCreationState creationState)
-
Uses of DomainResult in org.hibernate.query.results.complete
Classes in org.hibernate.query.results.complete that implement DomainResult Modifier and Type Class Description class
EntityResultImpl
Methods in org.hibernate.query.results.complete that return DomainResult Modifier and Type Method Description DomainResult<?>
CompleteResultBuilderCollectionStandard. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
DomainResult<?>
CompleteResultBuilderInstantiation. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
-
Uses of DomainResult in org.hibernate.query.results.dynamic
Methods in org.hibernate.query.results.dynamic that return DomainResult Modifier and Type Method Description DomainResult<?>
DynamicResultBuilderAttribute. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
DomainResult<?>
DynamicResultBuilderInstantiation. buildResult(JdbcValuesMetadata jdbcResultsMetadata, int resultPosition, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)
-
Uses of DomainResult in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function that return DomainResult Modifier and Type Method Description DomainResult
SelfRenderingFunctionSqlAstExpression. 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 DomainResult Modifier and Type Class Description class
SqmMapEntryResult<K,V,R extends Map.Entry<K,V>>
Methods in org.hibernate.query.sqm.sql.internal that return DomainResult Modifier and Type Method Description DomainResult<T>
AbstractSqmPathInterpretation. createDomainResult(String resultVariable, DomainResultCreationState creationState)
DomainResult<Class<?>>
DiscriminatorPathInterpretation. createDomainResult(String resultVariable, DomainResultCreationState creationState)
DomainResult<T>
DomainResultProducer. createDomainResult(String resultVariable, DomainResultCreationState creationState)
Produce the domain queryDomainResult<T>
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 DomainResult Constructor Description SqmMapEntryResult(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 DomainResult Modifier and Type Method Description DomainResult
Conversion. createDomainResult(String resultVariable, DomainResultCreationState creationState)
-
Uses of DomainResult in org.hibernate.sql.ast.tree.expression
-
Uses of DomainResult in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return DomainResult Modifier and Type Method Description DomainResult
DelegatingTableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)
DomainResult
OneToManyTableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)
default DomainResult
TableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)
DomainResult
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 DomainResult Modifier and Type Method Description default 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 DomainResult Modifier and Type Method Description DomainResult
QueryGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)
DomainResult
QuerySpec. createDomainResult(String resultVariable, DomainResultCreationState creationState)
Methods in org.hibernate.sql.ast.tree.select that return types with arguments of type DomainResult Modifier and Type Method Description List<DomainResult<?>>
SelectStatement. getDomainResultDescriptors()
Constructor parameters in org.hibernate.sql.ast.tree.select with type arguments of type DomainResult Constructor Description SelectStatement(boolean withRecursive, Map<String,CteStatement> cteStatements, QueryPart queryPart, List<DomainResult<?>> domainResults)
SelectStatement(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 DomainResult Modifier and Type Method Description default <T> DomainResult<T>
DatabaseSnapshotContributor. createSnapshotDomainResult(NavigablePath navigablePath, TableGroup tableGroup, 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 DomainResult Modifier and Type Method Description static 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.basic Modifier and Type Interface Description interface
BasicResultGraphNode<J>
DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResult Modifier and Type Class Description class
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 DomainResult Modifier and Type Class Description class
CollectionDomainResult
Constructors in org.hibernate.sql.results.graph.collection.internal with parameters of type DomainResult Constructor Description DelayedCollectionAssembler(NavigablePath fetchPath, PluralAttributeMapping fetchedMapping, FetchParentAccess parentAccess, DomainResult<?> collectionKeyResult, AssemblerCreationState creationState)
DelayedCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, FetchParent fetchParent, DomainResult<?> collectionKeyResult)
SelectEagerCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, DomainResult<?> collectionKeyDomainResult, FetchParent fetchParent)
-
Uses of DomainResult in org.hibernate.sql.results.graph.embeddable
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableResult<T>
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 DomainResult Modifier and Type Class Description class
EmbeddableForeignKeyResultImpl<T>
class
EmbeddableResultImpl<T>
-
Uses of DomainResult in org.hibernate.sql.results.graph.entity
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityResult
Specialization of DomainResult for entity-valued resultsMethods in org.hibernate.sql.results.graph.entity that return DomainResult Modifier and Type Method Description DomainResult<Object>
AbstractEntityResultGraphNode. getRowIdResult()
Constructors in org.hibernate.sql.results.graph.entity with parameters of type DomainResult Constructor Description AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)
-
Uses of DomainResult in org.hibernate.sql.results.graph.entity.internal
Classes in org.hibernate.sql.results.graph.entity.internal that implement DomainResult Modifier and Type Class Description class
EntityDelayedResultImpl
Selects just the FK and builds a proxyclass
EntityResultImpl
Standard ReturnEntity implclass
EntityResultJoinedSubclassImpl
class
NotFoundSnapshotResult
Constructors in org.hibernate.sql.results.graph.entity.internal with parameters of type DomainResult Constructor Description EntityDelayedFetchImpl(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey)
EntityFetchJoinedImpl(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, NavigablePath navigablePath, DomainResultCreationState creationState)
EntityFetchSelectImpl(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState)
EntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)
EntityResultInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, BasicFetch<?> discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)
-
Uses of DomainResult in org.hibernate.sql.results.graph.instantiation
Subinterfaces of DomainResult in org.hibernate.sql.results.graph.instantiation Modifier and Type Interface Description interface
DynamicInstantiationResult<R>
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 DomainResult Modifier and Type Class Description class
ArgumentDomainResult<A>
class
DynamicInstantiationResultImpl<R>
Methods in org.hibernate.sql.results.graph.instantiation.internal that return DomainResult Modifier and Type Method Description DomainResult
DynamicInstantiation. createDomainResult(String resultVariable, DomainResultCreationState creationState)
Constructors in org.hibernate.sql.results.graph.instantiation.internal with parameters of type DomainResult Constructor Description ArgumentDomainResult(DomainResult<A> realDomainResult)
-
Uses of DomainResult in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResult Modifier and Type Class Description class
TupleResult<T>
-
Uses of DomainResult in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return DomainResult Modifier and Type Method Description <T> DomainResult<T>
CircularBiDirectionalFetchImpl. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
<T> DomainResult<T>
CircularFetchImpl. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)
Constructors in org.hibernate.sql.results.internal.domain with parameters of type DomainResult Constructor Description CircularBiDirectionalFetchImpl(FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, ToOneAttributeMapping fetchable, LockMode lockMode, NavigablePath referencedNavigablePath, DomainResult<?> keyDomainResult)
CircularFetchImpl(ToOneAttributeMapping referencedModelPart, EntityMappingType entityMappingType, FetchTiming timing, NavigablePath navigablePath, FetchParent fetchParent, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, NavigablePath referencedNavigablePath, DomainResult<?> keyResult)
-
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 DomainResult Modifier and Type Method Description List<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 Modifier and Type Method Description List<DomainResult<?>>
JdbcValuesMapping. getDomainResults()
-