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 SelectStatementLoaderSelectBuilder. createSelect(Loadable loadable, List<? extends ModelPart> partsToSelect, List<ModelPart> restrictedParts, DomainResult<?> cachedDomainResult, int numberOfKeysToLoad, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)static SelectStatementLoaderSelectBuilder. 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 SelectStatementLoaderSelectBuilder. 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 SelectStatementLoaderSelectBuilder. 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> LAbstractNaturalIdLoader. 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)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 DomainResult Modifier and Type Class Description static classCompoundNaturalIdMapping.DomainResultImplMethods in org.hibernate.metamodel.mapping.internal that return DomainResult Modifier and Type Method Description DomainResultAbstractDiscriminatorMapping. 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)<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>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 DomainResult Modifier and Type Method Description protected FetchPluralAttributeMappingImpl. buildDelayedCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, FetchParent fetchParent, DomainResult<?> collectionKeyResult)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityDelayedFetch(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityFetchJoined(FetchParent fetchParent, ToOneAttributeMapping toOneMapping, TableGroup tableGroup, DomainResult<?> keyResult, NavigablePath navigablePath, DomainResultCreationState creationState)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityFetchSelect(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey, DomainResultCreationState creationState)For Hibernate Reactiveprotected FetchPluralAttributeMappingImpl. 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 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 DomainResultResultsHelper. convertIdFetchToResult(Fetch fetch, DomainResultCreationState creationState)static DomainResultResultsHelper. 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 classEntityResultImplMethods 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.results.implicit
Methods in org.hibernate.query.results.implicit that return DomainResult Modifier and Type Method Description DomainResult<?>ImplicitResultClassBuilder. 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 classSqmMapEntryResult<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<T>DiscriminatorPathInterpretation. createDomainResult(String resultVariable, DomainResultCreationState creationState)DomainResult<T>DomainResultProducer. createDomainResult(String resultVariable, DomainResultCreationState creationState)Produce the domain queryDomainResult<T>EmbeddableValuedExpression. createDomainResult(String resultVariable, DomainResultCreationState creationState)DomainResult<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 DomainResultConversion. 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 DomainResultDelegatingTableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)DomainResultOneToManyTableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)default DomainResultTableGroup. createDomainResult(String resultVariable, DomainResultCreationState creationState)DomainResultTableGroupJoin. 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 DomainResultSelectStatement. 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(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 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 DomainResult Modifier and Type Method Description static voidDomainResultGraphPrinter. logDomainResultGraph(String header, List<DomainResult<?>> domainResults)static voidDomainResultGraphPrinter. 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 interfaceBasicResultGraphNode<J>DomainResult for basic valuesClasses in org.hibernate.sql.results.graph.basic that implement DomainResult Modifier and Type Class Description classBasicFetch<T>Fetch for a basic-valueclassBasicResult<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 classCollectionDomainResultConstructors 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 interfaceEmbeddableResult<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 classAggregateEmbeddableResultImpl<T>A Result for an embeddable that is mapped as aggregate e.g.classEmbeddableExpressionResultImpl<T>classEmbeddableForeignKeyResultImpl<T>classEmbeddableResultImpl<T>classNonAggregatedIdentifierMappingResult<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 interfaceEntityResultSpecialization 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 classEntityDelayedResultImplSelects just the FK and builds a proxyclassEntityResultImplStandard ReturnEntity implclassEntityResultJoinedSubclassImplMethods in org.hibernate.sql.results.graph.entity.internal with parameters of type DomainResult Modifier and Type Method Description protected InitializerEntityFetchJoinedImpl. buildEntityJoinedFetchInitializer(EntityResultGraphNode resultDescriptor, EntityValuedFetchable referencedFetchable, NavigablePath navigablePath, LockMode lockMode, NotFoundAction notFoundAction, DomainResult<?> keyResult, DomainResult<Object> rowIdResult, Fetch identifierFetch, Fetch discriminatorFetch, AssemblerCreationState creationState)For Hibernate Reactiveprotected InitializerEntityFetchSelectImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedMapping, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)static AbstractFetchParentAccessEntitySelectFetchInitializerBuilder. createInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchedAttribute, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState creationState)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, DomainResult<Object> rowIdResult, 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 interfaceDynamicInstantiationResult<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 classArgumentDomainResult<A>classDynamicInstantiationResultImpl<R>Methods in org.hibernate.sql.results.graph.instantiation.internal that return DomainResult Modifier and Type Method Description DomainResultDynamicInstantiation. 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 classTupleResult<T> -
Uses of DomainResult in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain with parameters of type DomainResult Modifier and Type Method Description protected InitializerCircularFetchImpl. buildEntitySelectFetchInitializer(FetchParentAccess parentAccess, ToOneAttributeMapping fetchable, EntityPersister entityPersister, DomainResult<?> keyResult, NavigablePath navigablePath, boolean selectByUniqueKey, AssemblerCreationState 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()
-