Uses of Class
org.hibernate.spi.NavigablePath
Packages that use NavigablePath
Package
Description
Support for handling named queries during the bootstrap process.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Contains a framework of strategies for efficient retrieval of
database-generated values.
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
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 support for performing mutation operations originating
from persistence-context events.
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPIs for HQL support.
Support for named queries
Support for defining result set mappings
used in
NativeQuery, ProcedureCall,
and StoredProcedureQuery.This package defines a semantic model of HQL queries.
An SPI for defining, registering, and rendering functions in HQL.
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing path expressions in the SQM tree.
Nodes representing expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing
select statements in the SQM tree.A tiny SPI for dealing with compound names and navigable paths.
Package defining support for creating and consuming a SQL AST.
Support for common table expressions (CTE) in a SQL tree.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing
select statements in a SQL tree.SPI for execution of SQL statements via JDBC.
SQL AST extensions for model mutations.
Defines domain result graphs.
-
Uses of NavigablePath in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NavigablePathModifier and TypeMethodDescriptionHbmResultSetMappingDescriptor.HbmFetchParentMemento.getNavigablePath()Methods in org.hibernate.boot.query with parameters of type NavigablePathModifier and TypeMethodDescriptionFetchDescriptor.asResultMemento(NavigablePath path, org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) HbmResultSetMappingDescriptor.JoinDescriptor.asResultMemento(NavigablePath path, org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) HbmResultSetMappingDescriptor.PropertyFetchDescriptor.asResultMemento(NavigablePath path, org.hibernate.query.internal.ResultSetMappingResolutionContext resolutionContext) Constructors in org.hibernate.boot.query with parameters of type NavigablePathModifierConstructorDescriptionHbmFetchParentMemento(NavigablePath navigablePath, FetchableContainer fetchableContainer) -
Uses of NavigablePath in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type NavigablePathModifier and TypeMethodDescriptionInitializerProducerBuilder.createArrayInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createBagInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createCollectionTypeWrapperInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) AbstractBagSemantics.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) AbstractMapSemantics.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) AbstractSetSemantics.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) default CollectionInitializerProducerCollectionSemantics.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, DomainResultCreationState creationState) Create a producer forCollectionInitializerinstances for the given collection semanticsdefault CollectionInitializerProducerCollectionSemantics.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) Create a producer forCollectionInitializerinstances for the given collection semanticsInitializerProducerBuilder.createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createListInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createMapInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) InitializerProducerBuilder.createSetInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState) CollectionInitializerProducer.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 NavigablePath in org.hibernate.dialect
Method parameters in org.hibernate.dialect with type arguments of type NavigablePathModifier and TypeMethodDescriptionprotected LockingClauseStrategyDialect.buildLockingClauseStrategy(org.hibernate.sql.ast.internal.PessimisticLockKind lockKind, RowLockStrategy rowLockStrategy, LockOptions lockOptions, Set<NavigablePath> rootPathsForLocking) -
Uses of NavigablePath in org.hibernate.generator.values
Constructors in org.hibernate.generator.values with parameters of type NavigablePathModifierConstructorDescriptionGeneratedValueBasicResultBuilder(NavigablePath navigablePath, BasicValuedModelPart modelPart, TableGroup tableGroup, Integer valuesArrayPosition) -
Uses of NavigablePath in org.hibernate.metamodel
Method parameters in org.hibernate.metamodel with type arguments of type NavigablePathModifier and TypeMethodDescriptionMappingMetamodel.resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath, TableGroup> tableGroupLocator) -
Uses of NavigablePath in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type NavigablePathModifier and TypeMethodDescriptiondefault voidEmbeddableMappingType.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState) default voidEmbeddableMappingType.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) default voidEntityValuedModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState) default voidEntityValuedModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) voidModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState) Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.voidModelPart.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) Apply SQL selections for a specific reference to this ModelPart outside the domain query's root select clause.<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.<K> DomainResult<K> TableDetails.KeyDetails.createDomainResult(NavigablePath navigablePath, TableReference tableReference, String resultVariable, DomainResultCreationState creationState) Create a DomainResult for selecting and retrieving the key.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 TableGroupEntityMappingType.createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState) 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 targetBasicFetch<?> DiscriminatorMapping.generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) booleanPluralAttributeMapping.isBidirectionalAttributeName(NavigablePath fetchablePath, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping modelPart) DiscriminatorMapping.resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState) Create the appropriate SQL expression for this discriminator -
Uses of NavigablePath in org.hibernate.metamodel.mapping.ordering.ast
Fields in org.hibernate.metamodel.mapping.ordering.ast declared as NavigablePathModifier and TypeFieldDescriptionprotected final NavigablePathDomainPathContinuation.navigablePathMethods in org.hibernate.metamodel.mapping.ordering.ast that return NavigablePathModifier and TypeMethodDescriptionCollectionPartPath.getNavigablePath()DomainPath.getNavigablePath()DomainPathContinuation.getNavigablePath()PluralAttributePath.getNavigablePath()Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type NavigablePathModifierConstructorDescriptionDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart) FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping referencedModelPart) FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths) -
Uses of NavigablePath in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type NavigablePathModifier and TypeMethodDescriptionvoidAbstractEntityPersister.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState) voidAbstractEntityPersister.applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection, JdbcMapping> selectionConsumer) <T> DomainResult<T> AbstractEntityPersister.createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState) AbstractEntityPersister.createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState) UnionSubclassEntityPersister.createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase sqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState) -
Uses of NavigablePath in org.hibernate.persister.entity.mutation
Methods in org.hibernate.persister.entity.mutation with parameters of type NavigablePathModifier and TypeMethodDescription<K> DomainResult<K> EntityTableMapping.CompositeKeyMapping.createDomainResult(NavigablePath navigablePath, TableReference tableReference, String resultVariable, DomainResultCreationState creationState) <K> DomainResult<K> EntityTableMapping.SimpleKeyMapping.createDomainResult(NavigablePath navigablePath, TableReference tableReference, String resultVariable, DomainResultCreationState creationState) -
Uses of NavigablePath in org.hibernate.query
Methods in org.hibernate.query that return NavigablePathModifier and TypeMethodDescriptionNativeQuery.CollectionReturn.getNavigablePath()NativeQuery.RootReturn.getNavigablePath() -
Uses of NavigablePath in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return NavigablePath -
Uses of NavigablePath in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type NavigablePathModifier and TypeMethodDescription<X extends SqmFrom<?,?>>
@Nullable XSqmPathRegistry.findFromByPath(NavigablePath navigablePath) Find a SqmFrom by its NavigablePath.<X extends SqmFrom<?,?>>
XSqmPathRegistry.resolveFrom(NavigablePath path, Function<NavigablePath, SqmFrom<?, ?>> creator) Similar toSqmPathRegistry.findFromByPath(NavigablePath), but accepting a producer to be used to create and register a SqmFrom if none yet registered.<X extends SqmFrom<?,?>>
XSqmPathRegistry.resolveFromByPath(NavigablePath navigablePath) Find a SqmFrom by its NavigablePath.Method parameters in org.hibernate.query.hql.spi with type arguments of type NavigablePathModifier and TypeMethodDescription<X extends SqmFrom<?,?>>
XSqmPathRegistry.resolveFrom(NavigablePath path, Function<NavigablePath, SqmFrom<?, ?>> creator) Similar toSqmPathRegistry.findFromByPath(NavigablePath), but accepting a producer to be used to create and register a SqmFrom if none yet registered. -
Uses of NavigablePath in org.hibernate.query.named
Methods in org.hibernate.query.named that return NavigablePathModifier and TypeMethodDescriptionModelPartReferenceMemento.getNavigablePath()Path to the memento, relative to the result roots -
Uses of NavigablePath in org.hibernate.query.results
Methods in org.hibernate.query.results with parameters of type NavigablePathModifier and TypeMethodDescriptionFetchBuilder.buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) BasicFetch<?> FetchBuilderBasicValued.buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, DomainResultCreationState domainResultCreationState) -
Uses of NavigablePath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return NavigablePathModifier and TypeMethodDescriptiondefault NavigablePathSqmJoinable.createNavigablePath(SqmPath<?> parent, @Nullable String alias) -
Uses of NavigablePath in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type NavigablePathModifier and TypeMethodDescriptionSelfRenderingSqmSetReturningFunction.convertToSqlAst(NavigablePath navigablePath, String identifierVariable, boolean lateral, boolean canUseInnerJoins, boolean withOrdinality, SqmToSqlAstConverter walker) -
Uses of NavigablePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return NavigablePathModifier and TypeMethodDescriptionstatic NavigablePathSqmCreationHelper.buildRootNavigablePath(String base, @Nullable String alias) static NavigablePathSqmCreationHelper.buildSubNavigablePath(SqmPath<?> lhs, String subNavigable, @Nullable String alias) static NavigablePathSqmCreationHelper.buildSubNavigablePath(NavigablePath lhs, String base, @Nullable String alias) Methods in org.hibernate.query.sqm.spi with parameters of type NavigablePathModifier and TypeMethodDescriptionstatic NavigablePathSqmCreationHelper.buildSubNavigablePath(NavigablePath lhs, String base, @Nullable String alias) -
Uses of NavigablePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type NavigablePathModifier and TypeMethodDescriptionFromClauseIndex.findFetchedJoinByPath(NavigablePath path) BaseSqmToSqlAstConverter.findTableGroup(NavigablePath navigablePath) BaseSqmToSqlAstConverter.findTableGroupOnCurrentFromClause(NavigablePath navigablePath) voidFromClauseIndex.register(SqmPath<?> sqmPath, TableGroup tableGroup, NavigablePath identifierForTableGroup) voidBaseSqmToSqlAstConverter.registerTableGroup(NavigablePath navigablePath, TableGroup tableGroup) BaseSqmToSqlAstConverter.resolveModelPart(NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return NavigablePathModifier and TypeMethodDescriptionAbstractSqmPath.getNavigablePath()SqmPath.getNavigablePath()Returns the NavigablePath.protected NavigablePathAbstractSqmPath.getNavigablePathCopy(SqmPath<?> parent) Utility that checks if this path's parent navigable path is compatible with the specified SQM parent, and if not creates a copy of the navigable path with the correct parent.protected @NonNull NavigablePathAbstractSqmSimplePath.getParentNavigablePath()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type NavigablePathModifierConstructorDescriptionprotectedAbstractSqmAttributeJoin(SqmFrom<?, L> lhs, NavigablePath navigablePath, SqmPathSource<R> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetchJoin, NodeBuilder nodeBuilder) protectedAbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> entityType, @Nullable String alias, NodeBuilder nodeBuilder) Intended for use withSqmTreatedRoottoSqmRootprotectedAbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder) Intended for use withSqmCorrelatedRootJointhroughSqmRootprotectedAbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, SqmFrom<?, ?> lhs, @Nullable String alias, NodeBuilder nodeBuilder) AbstractSqmJoin(NavigablePath navigablePath, SqmPathSource<R> referencedNavigable, SqmFrom<?, L> lhs, @Nullable String alias, SqmJoinType joinType, NodeBuilder nodeBuilder) protectedAbstractSqmPath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, @Nullable SqmPath<?> lhs, NodeBuilder nodeBuilder) protectedAbstractSqmPluralJoin(SqmFrom<?, L> lhs, NavigablePath navigablePath, PluralPersistentAttribute<L, C, E> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) AbstractSqmSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) AbstractSqmSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) AbstractSqmSpecificPluralPartPath(NavigablePath navigablePath, SqmPluralValuedSimplePath<?> pluralDomainPath, PluralPersistentAttribute<?, ?, ?> referencedAttribute, SqmPathSource<T> pathSource) NonAggregatedCompositeSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) SqmAnyValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmAnyValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) protectedSqmBagJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmBagPersistentAttribute<O, E> attribute, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) SqmBasicValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmBasicValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) SqmCorrelatedDerivedRootJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder) protectedSqmCorrelatedRoot(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder, SqmRoot<T> correlationParent) SqmCorrelatedRootJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder) protectedSqmCteRoot(NavigablePath navigablePath, SqmCteStatement<T> cte, SqmPathSource<T> pathSource, @Nullable String alias) protectedSqmDerivedRoot(NavigablePath navigablePath, SqmSubQuery<T> subQuery, SqmPathSource<T> pathSource, @Nullable String alias) SqmEmbeddedValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmEmbeddedValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) SqmEntityValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) protectedSqmFunctionRoot(NavigablePath navigablePath, SqmSetReturningFunction<E> function, SqmPathSource<E> pathSource, @Nullable String alias) SqmIndexedCollectionAccessPath(NavigablePath navigablePath, SqmAttributeJoin<?, ?> pluralDomainPath, SqmExpression<?> selectorExpression) protectedSqmListJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmListPersistentAttribute<O, E> listAttribute, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmMapJoin(SqmFrom<?, L> lhs, NavigablePath navigablePath, SqmMapPersistentAttribute<L, K, V> pluralValuedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmPluralPartJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmPathSource<T> joinedNavigable, @Nullable String alias, SqmJoinType joinType, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, @Nullable String explicitAlias, NodeBuilder nodeBuilder) SqmPluralValuedSimplePath(NavigablePath navigablePath, SqmPluralPersistentAttribute<?, C, ?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder) protectedSqmSetJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSetPersistentAttribute<O, E> pluralValuedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) protectedSqmSingularJoin(SqmFrom<?, O> lhs, NavigablePath navigablePath, SqmSingularPersistentAttribute<? super O, T> joinedNavigable, @Nullable String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder) -
Uses of NavigablePath in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return NavigablePathMethods in org.hibernate.query.sqm.tree.expression with parameters of type NavigablePathModifier and TypeMethodDescriptionabstract TableGroupSqmSetReturningFunction.convertToSqlAst(NavigablePath navigablePath, String identifierVariable, boolean lateral, boolean canUseInnerJoins, boolean withOrdinality, SqmToSqlAstConverter walker) Constructors in org.hibernate.query.sqm.tree.expression with parameters of type NavigablePathModifierConstructorDescriptionSqmAliasedNodeRef(int position, NavigablePath navigablePath, SqmBindableType<Integer> type, NodeBuilder criteriaBuilder) -
Uses of NavigablePath in org.hibernate.query.sqm.tree.from
Constructors in org.hibernate.query.sqm.tree.from with parameters of type NavigablePathModifierConstructorDescriptionprotectedSqmCrossJoin(NavigablePath navigablePath, SqmEntityDomainType<T> joinedEntityDescriptor, @Nullable String alias, SqmRoot<?> sqmRoot) protectedSqmCteJoin(NavigablePath navigablePath, SqmCteStatement<T> cte, SqmPathSource<T> pathSource, @Nullable String alias, SqmJoinType joinType, SqmRoot<T> sqmRoot) protectedSqmDerivedJoin(NavigablePath navigablePath, SqmSubQuery<T> subQuery, boolean lateral, SqmPathSource<T> pathSource, @Nullable String alias, SqmJoinType joinType, SqmRoot<T> sqmRoot) protectedSqmEntityJoin(NavigablePath navigablePath, EntityDomainType<R> joinedEntityDescriptor, @Nullable String alias, SqmJoinType joinType, SqmRoot<L> sqmRoot) SqmFunctionJoin(NavigablePath navigablePath, SqmSetReturningFunction<E> function, boolean lateral, SqmPathSource<E> pathSource, @Nullable String alias, SqmJoinType joinType, SqmRoot<Object> sqmRoot) SqmRoot(NavigablePath navigablePath, EntityDomainType<E> entityType, @Nullable String alias, NodeBuilder nodeBuilder) protectedSqmRoot(NavigablePath navigablePath, SqmPathSource<E> referencedNavigable, @Nullable String alias, boolean allowJoins, NodeBuilder nodeBuilder) protectedSqmRoot(NavigablePath navigablePath, SqmPathSource<E> referencedNavigable, NodeBuilder nodeBuilder) -
Uses of NavigablePath in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type NavigablePathModifier and TypeMethodDescriptionbooleanSqmQuerySpec.groupByClauseContains(NavigablePath navigablePath, SqmToSqlAstConverter sqlAstConverter) booleanSqmQuerySpec.orderByClauseContains(NavigablePath navigablePath, SqmToSqlAstConverter sqlAstConverter) booleanSqmQuerySpec.whereClauseContains(NavigablePath navigablePath, SqmToSqlAstConverter sqlAstConverter) -
Uses of NavigablePath in org.hibernate.spi
Subclasses of NavigablePath in org.hibernate.spiModifier and TypeClassDescriptionclassSpecialized implementation ofNavigablePathfor handling special cases pertaining to entity identifiers.classAn implementation ofNavigablePathwith special handling for treated paths.Methods in org.hibernate.spi that return NavigablePathModifier and TypeMethodDescription@Nullable NavigablePathNavigablePath.getParent()@Nullable NavigablePathNavigablePath.getRealParent()@Nullable NavigablePathNavigablePath.trimSuffix(@Nullable DotIdentifierSequence suffix) Removes the suffix part from the NavigablePath, when the NavigablePath does not contain the suffix it returns null;Methods in org.hibernate.spi with parameters of type NavigablePathModifier and TypeMethodDescriptionbooleanNavigablePath.isParent(@Nullable NavigablePath navigablePath) Determine whether this path is part of the given path's parentbooleanNavigablePath.isParentOrEqual(@Nullable NavigablePath navigablePath) Determine whether this path is part of the given path's parentbooleanNavigablePath.pathsMatch(@Nullable NavigablePath path) @Nullable StringNavigablePath.relativize(NavigablePath base) Ignores aliases in the resulting Stringprotected voidNavigablePath.relativize(NavigablePath base, NavigablePath.RelativePathCollector collector) Constructors in org.hibernate.spi with parameters of type NavigablePathModifierConstructorDescriptionEntityIdentifierNavigablePath(NavigablePath parent, String identifierAttributeName) EntityIdentifierNavigablePath(NavigablePath parent, String alias, String identifierAttributeName) NavigablePath(@Nullable NavigablePath parent, String localName, @Nullable String alias, String identifierForTableGroup, int hashCode) NavigablePath(NavigablePath parent, String navigableName) NavigablePath(NavigablePath parent, String localName, @Nullable String alias) TreatedNavigablePath(NavigablePath parent, String entityTypeName) TreatedNavigablePath(NavigablePath parent, String entityTypeName, @Nullable String alias) -
Uses of NavigablePath in org.hibernate.sql.ast.spi
Fields in org.hibernate.sql.ast.spi with type parameters of type NavigablePathModifier and TypeFieldDescriptionprotected final Map<NavigablePath, TableGroup> SimpleFromClauseAccessImpl.tableGroupMapMethods in org.hibernate.sql.ast.spi that return types with arguments of type NavigablePathMethods in org.hibernate.sql.ast.spi with parameters of type NavigablePathModifier and TypeMethodDescriptionFromClauseAccess.findTableGroup(NavigablePath navigablePath) Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent.SimpleFromClauseAccessImpl.findTableGroup(NavigablePath navigablePath) default TableGroupFromClauseAccess.findTableGroupForGetOrCreate(NavigablePath navigablePath) Find the TableGroup by the NavigablePath for the purpose of creating a new TableGroup if none can be found.SimpleFromClauseAccessImpl.findTableGroupForGetOrCreate(NavigablePath navigablePath) SimpleFromClauseAccessImpl.findTableGroupForGetOrCreate(NavigablePath navigablePath, boolean allowLeftJoins) FromClauseAccess.findTableGroupOnCurrentFromClause(NavigablePath navigablePath) Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.SimpleFromClauseAccessImpl.findTableGroupOnCurrentFromClause(NavigablePath navigablePath) default TableGroupFromClauseAccess.getTableGroup(NavigablePath navigablePath) Get a TableGroup by the NavigablePath it is registered under.voidFromClauseAccess.registerTableGroup(NavigablePath navigablePath, TableGroup tableGroup) Register a TableGroup under the given `navigablePath`.voidSimpleFromClauseAccessImpl.registerTableGroup(NavigablePath navigablePath, TableGroup tableGroup) default TableGroupFromClauseAccess.resolveTableGroup(NavigablePath navigablePath, Function<NavigablePath, TableGroup> creator) Finds the TableGroup associated with the given `navigablePath`.Method parameters in org.hibernate.sql.ast.spi with type arguments of type NavigablePathModifier and TypeMethodDescriptiondefault TableGroupFromClauseAccess.resolveTableGroup(NavigablePath navigablePath, Function<NavigablePath, TableGroup> creator) Finds the TableGroup associated with the given `navigablePath`. -
Uses of NavigablePath in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte with parameters of type NavigablePathModifier and TypeMethodDescriptionCteTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) Constructors in org.hibernate.sql.ast.tree.cte with parameters of type NavigablePathModifierConstructorDescriptionCteTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, SqlAliasBase sqlAliasBase, ModelPartContainer modelPartContainer, NamedTableReference cteTableReference, Set<String> compatibleTableExpressions) -
Uses of NavigablePath in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return NavigablePathModifier and TypeMethodDescriptionAbstractTableGroup.getNavigablePath()DelegatingTableGroup.getNavigablePath()LazyTableGroup.getNavigablePath()MappedByTableGroup.getNavigablePath()MutatingTableReferenceGroupWrapper.getNavigablePath()OneToManyTableGroup.getNavigablePath()TableGroup.getNavigablePath()TableGroupJoin.getNavigablePath()Methods in org.hibernate.sql.ast.tree.from with parameters of type NavigablePathModifier and TypeMethodDescriptionbooleanLazyTableGroup.ParentTableGroupUseChecker.canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart) RootTableGroupProducer.createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState) Create a root TableGroup as defined by this producerTableGroupJoinProducer.createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, @Nullable Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState) Create the "join", but return a TableGroup.TableGroupJoinProducer.createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState) Create a TableGroupJoin.FromClause.findTableGroup(NavigablePath navigablePath) AbstractColumnReferenceQualifier.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) CollectionTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) default TableReferenceColumnReferenceQualifier.getTableReference(NavigablePath navigablePath, String tableExpression) ColumnReferenceQualifier.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) Returns the table reference for the table expression, or null if not found.default TableReferenceColumnReferenceQualifier.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) CorrelatedPluralTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) CorrelatedPluralTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) CorrelatedTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) CorrelatedTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) DelegatingTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) DelegatingTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) DerivedTableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) EmbeddableFunctionTableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) FunctionTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) LazyTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) LazyTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) MappedByTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) MappedByTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) MutatingTableReferenceGroupWrapper.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) NamedTableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) OneToManyTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) QueryPartTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) StandardTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) StandardVirtualTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) StandardVirtualTableGroup.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) TableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) UnionTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) UnionTableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) ValuesTableGroup.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) voidAbstractTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidCorrelatedTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidDelegatingTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidMutatingTableReferenceGroupWrapper.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidOneToManyTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidStandardVirtualTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) voidTableGroup.prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join) Adds the given table group join before a join as found via the given navigable path.default TableReferenceColumnReferenceQualifier.resolveTableReference(NavigablePath navigablePath, String tableExpression) LikeColumnReferenceQualifier.getTableReference(NavigablePath, String, boolean), but will throw an exception if no table reference can be found, even after resolving possible table reference joins.default TableReferenceColumnReferenceQualifier.resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression) DerivedTableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) DerivedTableReference.resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression) EmbeddableFunctionTableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) MappedByTableGroup.resolveTableReference(NavigablePath navigablePath, String tableExpression) MappedByTableGroup.resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression) NamedTableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) TableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) UnionTableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) Constructors in org.hibernate.sql.ast.tree.from with parameters of type NavigablePathModifierConstructorDescriptionAbstractTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, ModelPartContainer modelPartContainer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory) CollectionTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, PluralAttributeMapping tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String, TableGroup, TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory) EmbeddableFunctionTableGroup(NavigablePath navigablePath, EmbeddableMappingType embeddableMappingType, Expression expression) EmbeddableFunctionTableReference(NavigablePath navigablePath, EmbeddableMappingType embeddableMappingType, Expression expression) FunctionTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, FunctionExpression functionExpression, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, boolean rendersIdentifierVariable, SessionFactoryImplementor sessionFactory) LazyTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, Supplier<TableGroup> tableGroupSupplier, LazyTableGroup.ParentTableGroupUseChecker parentTableGroupUseChecker, TableGroupProducer tableGroupProducer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory, TableGroup parentTableGroup) MappedByTableGroup(NavigablePath navigablePath, TableGroupProducer producer, TableGroup underlyingTableGroup, boolean fetched, TableGroup parentTableGroup, LazyTableGroup.ParentTableGroupUseChecker parentTableGroupUseChecker) MutatingTableReferenceGroupWrapper(NavigablePath navigablePath, ModelPartContainer modelPart, NamedTableReference mutatingTableReference) QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) QueryPartTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, SelectStatement selectStatement, String sourceAlias, List<String> columnNames, Set<String> compatibleTableExpressions, boolean lateral, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String, TableGroup, TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory) StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String, TableGroup, TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory) StandardTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, TableGroupProducer tableGroupProducer, String sourceAlias, TableReference primaryTableReference, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory) StandardVirtualTableGroup(NavigablePath navigablePath, ModelPartContainer modelPart, TableGroup underlyingTableGroup, boolean fetched) TableGroupJoin(NavigablePath navigablePath, SqlAstJoinType joinType, TableGroup joinedGroup) TableGroupJoin(NavigablePath navigablePath, SqlAstJoinType joinType, TableGroup joinedGroup, Predicate predicate) UnionTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, UnionTableReference tableReference, UnionSubclassEntityPersister modelPart, String sourceAlias) ValuesTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, List<Values> valuesList, String sourceAlias, List<String> columnNames, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) -
Uses of NavigablePath in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return types with arguments of type NavigablePathModifier and TypeMethodDescriptionQuerySpec.getRootPathsForLocking()Set ofNavigablePathreferences to be considered roots for locking purposes.Methods in org.hibernate.sql.ast.tree.select with parameters of type NavigablePathModifier and TypeMethodDescriptionvoidQuerySpec.applyRootPathForLocking(NavigablePath path) Applies aNavigablePathto be considered a root for the purpose of potential locking. -
Uses of NavigablePath in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi that return NavigablePathModifier and TypeMethodDescriptionLoadedValuesCollector.LoadedCollectionRegistration.navigablePath()Returns the value of thenavigablePathrecord component.LoadedValuesCollector.LoadedEntityRegistration.navigablePath()Returns the value of thenavigablePathrecord component.LoadedValuesCollector.LoadedPartRegistration.navigablePath()Methods in org.hibernate.sql.exec.spi with parameters of type NavigablePathModifier and TypeMethodDescriptionvoidLoadedValuesCollector.registerCollection(NavigablePath navigablePath, PluralAttributeMapping collectionDescriptor, CollectionKey collectionKey) Register a loading collection.voidLoadedValuesCollector.registerEntity(NavigablePath navigablePath, EntityMappingType entityDescriptor, EntityKey entityKey) Register a loading entity.Constructors in org.hibernate.sql.exec.spi with parameters of type NavigablePathModifierConstructorDescriptionLoadedCollectionRegistration(NavigablePath navigablePath, PluralAttributeMapping collectionDescriptor, CollectionKey collectionKey) Creates an instance of aLoadedCollectionRegistrationrecord class.LoadedEntityRegistration(NavigablePath navigablePath, EntityMappingType entityDescriptor, EntityKey entityKey) Creates an instance of aLoadedEntityRegistrationrecord class. -
Uses of NavigablePath in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast with parameters of type NavigablePathModifier and TypeMethodDescriptionMutatingTableReference.getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve) MutatingTableReference.getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve) MutatingTableReference.resolveTableReference(NavigablePath navigablePath, String tableExpression) MutatingTableReference.resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression) -
Uses of NavigablePath in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return NavigablePathModifier and TypeMethodDescriptionAbstractFetchParent.getNavigablePath()default NavigablePathDomainResultGraphNode.getNavigablePath()The NavigablePath for this node (if one!).Fetch.getNavigablePath()Get the property path to this fetchFetchParent.getNavigablePath()Get the property path to this parentInitializer.getNavigablePath()BiDirectionalFetch.getReferencedPath()The NavigablePath for the DomainResult or Fetch that this Fetch refers to.default NavigablePathFetchParent.resolveNavigablePath(Fetchable fetchable) Methods in org.hibernate.sql.results.graph with parameters of type NavigablePathModifier 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.Fetchable.generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) Generates a Fetch of this fetchabledefault FetchFetchParent.generateFetchableFetch(Fetchable fetchable, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) static booleanInitializer.isPartOfKey(NavigablePath navigablePath, InitializerParent<?> parent) default FetchFetchable.resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState) Check whether this Fetchable is considered a circular fetch.Initializer<?> AssemblerCreationState.resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer<?>> producer) DomainResultCreationState.resolveModelPart(NavigablePath navigablePath) Resolve the ModelPart associated with a given NavigablePath.Constructors in org.hibernate.sql.results.graph with parameters of type NavigablePath -
Uses of NavigablePath in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic that return NavigablePathConstructors in org.hibernate.sql.results.graph.basic with parameters of type NavigablePathModifierConstructorDescriptionBasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean unwrapRowProcessingState) BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T, ?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType, boolean unwrapRowProcessingState) BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping, NavigablePath navigablePath, boolean coerceResultType, boolean unwrapRowProcessingState) BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T, ?> converter, NavigablePath navigablePath, boolean coerceResultType, boolean unwrapRowProcessingState) -
Uses of NavigablePath in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return NavigablePathModifier and TypeMethodDescriptiondefault NavigablePathEmbeddableResultGraphNode.getNavigablePath() -
Uses of NavigablePath in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return NavigablePathModifier and TypeMethodDescriptionAbstractDiscriminatedEntityResultGraphNode.getNavigablePath()EntityResultGraphNode.getNavigablePath()Methods in org.hibernate.sql.results.graph.entity with parameters of type NavigablePathModifier and TypeMethodDescriptionEntityValuedFetchable.generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) Constructors in org.hibernate.sql.results.graph.entity with parameters of type NavigablePathModifierConstructorDescriptionAbstractDiscriminatedEntityResultGraphNode(NavigablePath navigablePath, DiscriminatedAssociationModelPart graphedPart, JavaType<?> baseAssociationJtd) AbstractEntityResultGraphNode(EntityValuedModelPart referencedModelPart, NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple that return NavigablePathConstructors in org.hibernate.sql.results.graph.tuple with parameters of type NavigablePathModifierConstructorDescriptionTupleResult(int[] jdbcValuesArrayPositions, String resultVariable, JavaType<T> javaType, NavigablePath navigablePath)