Uses of Class
org.hibernate.spi.NavigablePath
-
Packages that use NavigablePath Package Description org.hibernate.boot.query Support for handling named queries during the bootstrap process.org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.internal.log org.hibernate.loader.ast.internal org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria queries.org.hibernate.query.criteria Support for JPA criteria queries.org.hibernate.query.derived org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.internal org.hibernate.query.named Support for named queriesorg.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.query.results.dynamic Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate'sNativeQueryAPIsorg.hibernate.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.mutation.internal.temptable Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.spi A tiny SPI for dealing with compound names and navigable paths.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.cte Support for common table expressions (CTE) in a SQL tree.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.embeddable.internal org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.entity.internal org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.internal org.hibernate.sql.results.internal.domain org.hibernate.sql.results.jdbc.spi -
-
Uses of NavigablePath in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return NavigablePath Modifier and Type Method Description NavigablePathHbmResultSetMappingDescriptor.HbmFetchParentMemento. getNavigablePath()Methods in org.hibernate.boot.query with parameters of type NavigablePath Modifier and Type Method Description ResultMementoFetchDescriptor. asResultMemento(NavigablePath path, ResultSetMappingResolutionContext resolutionContext)ResultMementoHbmResultSetMappingDescriptor.JoinDescriptor. asResultMemento(NavigablePath path, ResultSetMappingResolutionContext resolutionContext)ResultMementoHbmResultSetMappingDescriptor.PropertyFetchDescriptor. asResultMemento(NavigablePath path, ResultSetMappingResolutionContext resolutionContext)Constructors in org.hibernate.boot.query with parameters of type NavigablePath Constructor Description HbmFetchParentMemento(NavigablePath navigablePath, FetchableContainer fetchableContainer) -
Uses of NavigablePath in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal with parameters of type NavigablePath Modifier and Type Method Description CollectionInitializerProducerCustomCollectionTypeSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerStandardArraySemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerStandardListSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) -
Uses of NavigablePath in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type NavigablePath Modifier and Type Method Description static CollectionInitializerProducerInitializerProducerBuilder. createArrayInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createBagInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createCollectionTypeWrapperInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractBagSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractMapSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractSetSemantics. 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 semanticsstatic CollectionInitializerProducerInitializerProducerBuilder. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createListInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createMapInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createSetInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)Create an initializer for the given attribute relative to the given navigable path. -
Uses of NavigablePath in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type NavigablePath Modifier and Type Method Description static StringLoggingHelper. toLoggableString(NavigablePath path)static StringLoggingHelper. toLoggableString(NavigablePath path, Object key) -
Uses of NavigablePath in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type NavigablePath Modifier and Type Method Description ModelPartLoaderSqlAstCreationState. resolveModelPart(NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.metamodel
Method parameters in org.hibernate.metamodel with type arguments of type NavigablePath Modifier and Type Method Description MappingModelExpressible<?>MappingMetamodel. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator) -
Uses of NavigablePath in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type NavigablePath Modifier and Type Method Description <T> DomainResult<T>AbstractCompositeIdentifierMapping. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)TableGroupAbstractCompositeIdentifierMapping. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupJoinAbstractCompositeIdentifierMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)FetchAbstractCompositeIdentifierMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of NavigablePath in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type NavigablePath Modifier and Type Method Description default 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.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<?>EntityDiscriminatorMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)booleanPluralAttributeMapping. isBidirectionalAttributeName(NavigablePath fetchablePath, ToOneAttributeMapping modelPart)ExpressionDiscriminatorMapping. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)Create the appropriate SQL expression for this discriminatorExpressionEntityDiscriminatorMapping. 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.internal
Methods in org.hibernate.metamodel.mapping.internal that return NavigablePath Modifier and Type Method Description NavigablePathCompoundNaturalIdMapping.DomainResultImpl. getNavigablePath()Methods in org.hibernate.metamodel.mapping.internal with parameters of type NavigablePath Modifier and Type Method Description voidAbstractDiscriminatorMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAbstractDiscriminatorMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyDiscriminatorPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnyDiscriminatorPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnyKeyPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnyKeyPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidBasicAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicEntityIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidBasicEntityIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidBasicValuedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidBasicValuedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCollectionIdentifierDescriptorImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidCollectionIdentifierDescriptorImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidCompoundNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidCompoundNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedAssociationAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidDiscriminatedAssociationAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidDiscriminatedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidDiscriminatedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEmbeddedAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEmbeddedCollectionPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEmbeddedForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEmbeddedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEmbeddedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityRowIdMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEntityRowIdMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidEntityVersionMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidEntityVersionMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidInverseNonAggregatedIdentifierMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidInverseNonAggregatedIdentifierMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidNonAggregatedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidNonAggregatedIdentifierMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidPluralAttributeMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidPluralAttributeMappingImpl. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidSimpleForeignKeyDescriptor. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidSimpleNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidSimpleNaturalIdMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidToOneAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidToOneAttributeMapping. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)protected FetchPluralAttributeMappingImpl. buildDelayedCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, FetchParent fetchParent, DomainResult<?> collectionKeyResult)For Hibernate Reactiveprotected EagerCollectionFetchAbstractEntityCollectionPart. buildEagerCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, TableGroup collectionTableGroup, FetchParent fetchParent, DomainResultCreationState creationState)For Hibernate Reactiveprotected FetchPluralAttributeMappingImpl. buildEagerCollectionFetch(NavigablePath fetchedPath, PluralAttributeMapping fetchedAttribute, TableGroup collectionTableGroup, FetchParent fetchParent, DomainResultCreationState creationState)For Hibernate Reactiveprotected EntityFetchToOneAttributeMapping. buildEntityDelayedFetch(FetchParent fetchParent, ToOneAttributeMapping fetchedAttribute, NavigablePath navigablePath, DomainResult<?> keyResult, boolean selectByUniqueKey)For Hibernate Reactiveprotected EntityFetchAbstractEntityCollectionPart. buildEntityFetchJoined(FetchParent fetchParent, AbstractEntityCollectionPart abstractEntityCollectionPart, TableGroup partTableGroup, NavigablePath fetchablePath, DomainResultCreationState creationState)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 ReactivebooleanManyToManyCollectionPart. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)booleanToOneAttributeMapping. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)TableGroupOneToManyCollectionPart. createAssociatedTableGroup(boolean canUseInnerJoins, NavigablePath append, boolean fetched, String sourceAlias, SqlAliasBase sqlAliasBase, SqlAstCreationState creationState)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)TableGroupPluralAttributeMappingImpl. createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState)TableGroupDiscriminatedAssociationAttributeMapping. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupDiscriminatedCollectionPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupEmbeddedAttributeMapping. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupEmbeddedCollectionPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)LazyTableGroupManyToManyCollectionPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupOneToManyCollectionPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupPluralAttributeMappingImpl. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)LazyTableGroupToOneAttributeMapping. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)<T> DomainResult<T>ToOneAttributeMapping. createSnapshotDomainResult(NavigablePath navigablePath, TableGroup parentTableGroup, String resultVariable, DomainResultCreationState creationState)TableGroupAbstractEntityCollectionPart. createTableGroupInternal(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, String sourceAlias, SqlAliasBase sqlAliasBase, SqlAstCreationState creationState)TableGroupToOneAttributeMapping. createTableGroupInternal(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, String sourceAlias, SqlAliasBase sqlAliasBase, SqlAstCreationState creationState)TableGroupJoinDiscriminatedAssociationAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinDiscriminatedCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinEmbeddedAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinEmbeddedCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinManyToManyCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinOneToManyCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinPluralAttributeMappingImpl. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinToOneAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)DomainResult<?>EmbeddedForeignKeyDescriptor. createTargetDomainResult(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState)DomainResult<?>SimpleForeignKeyDescriptor. createTargetDomainResult(NavigablePath navigablePath, TableGroup targetTableGroup, FetchParent fetchParent, DomainResultCreationState creationState)BasicFetch<?>AbstractDiscriminatorMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)EntityFetchAbstractEntityCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchAnyDiscriminatorPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchAnyKeyPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchBasicAttributeMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchBasicEntityIdentifierMappingImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchBasicValuedCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)BasicFetch<?>CaseStatementDiscriminatorMappingImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchCollectionIdentifierDescriptorImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchDiscriminatedAssociationAttributeMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchDiscriminatedAssociationMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchDiscriminatedCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchEmbeddedAttributeMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchEmbeddedCollectionPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchEntityVersionMappingImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchNonAggregatedIdentifierMappingImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchPluralAttributeMappingImpl. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchSimpleForeignKeyDescriptor. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)EntityFetchToOneAttributeMapping. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)booleanPluralAttributeMappingImpl. isBidirectionalAttributeName(NavigablePath fetchablePath, ToOneAttributeMapping modelPart)protected booleanToOneAttributeMapping. isBidirectionalAttributeName(NavigablePath parentNavigablePath, ModelPart parentModelPart, NavigablePath fetchablePath, DomainResultCreationState creationState)FetchPluralAttributeMappingImpl. resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState)FetchToOneAttributeMapping. resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState)ExpressionAnyDiscriminatorPart. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)ExpressionCaseStatementDiscriminatorMappingImpl. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)ExpressionExplicitColumnDiscriminatorMappingImpl. resolveSqlExpression(NavigablePath navigablePath, JdbcMapping jdbcMappingToUse, TableGroup tableGroup, SqlAstCreationState creationState)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NavigablePath Constructor Description DomainResultImpl(NavigablePath navigablePath, CompoundNaturalIdMapping naturalIdMapping, JavaType<Object[]> arrayJtd, String resultVariable, DomainResultCreationState creationState) -
Uses of NavigablePath in org.hibernate.metamodel.mapping.ordering.ast
Fields in org.hibernate.metamodel.mapping.ordering.ast declared as NavigablePath Modifier and Type Field Description protected NavigablePathDomainPathContinuation. navigablePathMethods in org.hibernate.metamodel.mapping.ordering.ast that return NavigablePath Modifier and Type Method Description NavigablePathCollectionPartPath. getNavigablePath()NavigablePathDomainPath. getNavigablePath()NavigablePathDomainPathContinuation. getNavigablePath()NavigablePathPluralAttributePath. getNavigablePath()Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type NavigablePath Constructor Description DomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart)FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart)FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths) -
Uses of NavigablePath in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return NavigablePath Modifier and Type Method Description NavigablePathAbstractPluralAttribute. createNavigablePath(SqmPath<?> parent, String alias)NavigablePathSingularAttributeImpl. createNavigablePath(SqmPath parent, String alias)NavigablePathSingularAttributeImpl.Identifier. createNavigablePath(SqmPath parent, String alias)Method parameters in org.hibernate.metamodel.model.domain.internal with type arguments of type NavigablePath Modifier and Type Method Description MappingModelExpressible<?>MappingMetamodelImpl. resolveMappingExpressible(SqmExpressible<?> sqmExpressible, Function<NavigablePath,TableGroup> tableGroupLocator)Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type NavigablePath Constructor Description AnyDiscriminatorSqmPath(NavigablePath navigablePath, SqmPathSource referencedPathSource, SqmPath lhs, NodeBuilder nodeBuilder)EntityDiscriminatorSqmPath(NavigablePath navigablePath, SqmPathSource referencedPathSource, SqmPath<?> lhs, EntityDomainType entityDomainType, EntityMappingType entityDescriptor, NodeBuilder nodeBuilder) -
Uses of NavigablePath in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type NavigablePath Modifier and Type Method Description voidAbstractEntityPersister. 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)<T> DomainResult<T>JoinedSubclassEntityPersister. createDomainResult(NavigablePath navigablePath, TableGroup tableGroup, String resultVariable, DomainResultCreationState creationState)TableGroupAbstractEntityPersister. createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState)TableGroupUnionSubclassEntityPersister. createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase sqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState) -
Uses of NavigablePath in org.hibernate.query
Methods in org.hibernate.query that return NavigablePath Modifier and Type Method Description NavigablePathNativeQuery.CollectionReturn. getNavigablePath()NavigablePathNativeQuery.RootReturn. getNavigablePath() -
Uses of NavigablePath in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return NavigablePath Modifier and Type Method Description NavigablePathJpaPath. getNavigablePath()Get this path's NavigablePath -
Uses of NavigablePath in org.hibernate.query.derived
Methods in org.hibernate.query.derived with parameters of type NavigablePath Modifier and Type Method Description voidAnonymousTupleBasicValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnonymousTupleBasicValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEmbeddableValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnonymousTupleEmbeddableValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnonymousTupleEntityValuedModelPart. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)voidAnonymousTupleTableGroupProducer. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState)voidAnonymousTupleTableGroupProducer. applySqlSelections(NavigablePath navigablePath, TableGroup tableGroup, DomainResultCreationState creationState, BiConsumer<SqlSelection,JdbcMapping> selectionConsumer)booleanAnonymousTupleEntityValuedModelPart. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)<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)TableGroupAnonymousTupleEmbeddableValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)LazyTableGroupAnonymousTupleEntityValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupAnonymousTupleEntityValuedModelPart. createTableGroupInternal(boolean canUseInnerJoins, NavigablePath navigablePath, boolean fetched, String sourceAlias, SqlAliasBase sqlAliasBase, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEmbeddableValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEntityValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)BasicFetchAnonymousTupleBasicValuedModelPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)FetchAnonymousTupleEmbeddableValuedModelPart. generateFetch(FetchParent fetchParent, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState) -
Uses of NavigablePath in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type NavigablePath Modifier and Type Method Description <X extends SqmFrom<?,?>>
XSqmPathRegistryImpl. findFromByPath(NavigablePath navigablePath)<X extends SqmFrom<?,?>>
XSqmPathRegistryImpl. resolveFrom(NavigablePath navigablePath, Function<NavigablePath,SqmFrom<?,?>> creator)Method parameters in org.hibernate.query.hql.internal with type arguments of type NavigablePath Modifier and Type Method Description <X extends SqmFrom<?,?>>
XSqmPathRegistryImpl. resolveFrom(NavigablePath navigablePath, Function<NavigablePath,SqmFrom<?,?>> creator) -
Uses of NavigablePath in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type NavigablePath Modifier and Type Method Description <X extends SqmFrom<?,?>>
XSqmPathRegistry. findFromByPath(NavigablePath navigablePath)Find a SqmFrom by its NavigablePath.<X extends SqmFrom<?,?>>
XSqmPathRegistry. resolveFrom(NavigablePath path, Function<NavigablePath,SqmFrom<?,?>> creator)Similar toSqmPathRegistry.findFromByPath(org.hibernate.spi.NavigablePath), but accepting a producer to be used to create and register a SqmFrom if none yet registered.Method parameters in org.hibernate.query.hql.spi with type arguments of type NavigablePath Modifier and Type Method Description <X extends SqmFrom<?,?>>
XSqmPathRegistry. resolveFrom(NavigablePath path, Function<NavigablePath,SqmFrom<?,?>> creator)Similar toSqmPathRegistry.findFromByPath(org.hibernate.spi.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.internal
Methods in org.hibernate.query.internal that return NavigablePath Modifier and Type Method Description NavigablePathFetchMementoBasicStandard. getNavigablePath()NavigablePathFetchMementoEmbeddableStandard. getNavigablePath()NavigablePathFetchMementoEntityStandard. getNavigablePath()NavigablePathFetchMementoHbmStandard.FetchParentMemento. getNavigablePath()NavigablePathFetchMementoHbmStandard. getNavigablePath()NavigablePathImplicitAttributeFetchMemento. getNavigablePath()NavigablePathImplicitModelPartResultMemento. getNavigablePath()NavigablePathModelPartResultMementoBasicImpl. getNavigablePath()NavigablePathResultMementoCollectionStandard. getNavigablePath()NavigablePathResultMementoEntityJpa. getNavigablePath()NavigablePathResultMementoEntityStandard. getNavigablePath() -
Uses of NavigablePath in org.hibernate.query.named
Methods in org.hibernate.query.named that return NavigablePath Modifier and Type Method Description NavigablePathModelPartReferenceMemento. getNavigablePath()Path to the memento, relative to the result roots -
Uses of NavigablePath in org.hibernate.query.results
Methods in org.hibernate.query.results that return types with arguments of type NavigablePath Modifier and Type Method Description Map.Entry<String,NavigablePath>DomainResultCreationStateImpl. getCurrentRelativePath()Methods in org.hibernate.query.results with parameters of type NavigablePath Modifier and Type Method Description BasicFetch<?>BasicValuedFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchImplicitAttributeFetchBuilder. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)TableGroupFromClauseAccessImpl. findTableGroup(NavigablePath navigablePath)TableGroupFromClauseAccessImpl. findTableGroupOnCurrentFromClause(NavigablePath navigablePath)TableReferenceTableGroupImpl. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)static ImplicitFetchBuilderBuilders. implicitFetchBuilder(NavigablePath fetchPath, Fetchable fetchable, DomainResultCreationState creationState)voidFromClauseAccessImpl. registerTableGroup(NavigablePath navigablePath, TableGroup tableGroup)ModelPartDomainResultCreationStateImpl. resolveModelPart(NavigablePath navigablePath)Constructors in org.hibernate.query.results with parameters of type NavigablePath Constructor Description ImplicitAttributeFetchBuilder(NavigablePath navigablePath, AttributeMapping attributeMapping)TableGroupImpl(NavigablePath navigablePath, String alias, TableReference primaryTableReference, ModelPartContainer container) -
Uses of NavigablePath in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return NavigablePath Modifier and Type Method Description NavigablePathCompleteFetchBuilderBasicPart. getNavigablePath()NavigablePathCompleteFetchBuilderEmbeddableValuedModelPart. getNavigablePath()NavigablePathCompleteFetchBuilderEntityValuedModelPart. getNavigablePath()NavigablePathCompleteResultBuilderBasicModelPart. getNavigablePath()NavigablePathCompleteResultBuilderCollectionStandard. getNavigablePath()NavigablePathCompleteResultBuilderEntityJpa. getNavigablePath()NavigablePathCompleteResultBuilderEntityStandard. getNavigablePath()NavigablePathDelayedFetchBuilderBasicPart. getNavigablePath()NavigablePathEntityResultImpl. getNavigablePath()NavigablePathModelPartReference. getNavigablePath()Methods in org.hibernate.query.results.complete with parameters of type NavigablePath Modifier and Type Method Description BasicFetch<?>CompleteFetchBuilderBasicPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchCompleteFetchBuilderEmbeddableValuedModelPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchCompleteFetchBuilderEntityValuedModelPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)BasicFetch<?>DelayedFetchBuilderBasicPart. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState) -
Uses of NavigablePath in org.hibernate.query.results.dynamic
Methods in org.hibernate.query.results.dynamic that return NavigablePath Modifier and Type Method Description NavigablePathDynamicResultBuilderEntityCalculated. getNavigablePath()NavigablePathDynamicResultBuilderEntityStandard. getNavigablePath()Methods in org.hibernate.query.results.dynamic with parameters of type NavigablePath Modifier and Type Method Description FetchDynamicFetchBuilderLegacy. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)FetchDynamicFetchBuilderStandard. buildFetch(FetchParent parent, NavigablePath fetchPath, JdbcValuesMetadata jdbcResultsMetadata, BiFunction<String,String,DynamicFetchBuilderLegacy> legacyFetchResolver, DomainResultCreationState domainResultCreationState)Constructors in org.hibernate.query.results.dynamic with parameters of type NavigablePath Constructor Description DynamicResultBuilderEntityStandard(EntityMappingType entityMapping, String tableAlias, NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.query.results.implicit
-
Uses of NavigablePath in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return NavigablePath Modifier and Type Method Description default NavigablePathSqmJoinable. createNavigablePath(SqmPath<?> parent, String alias) -
Uses of NavigablePath in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return types with arguments of type NavigablePath Modifier and Type Method Description static List<NavigablePath>SqmUtil. getGroupByNavigablePaths(SqmQuerySpec<?> querySpec)static List<NavigablePath>SqmUtil. getOrderByNavigablePaths(SqmQuerySpec<?> querySpec)Method parameters in org.hibernate.query.sqm.internal with type arguments of type NavigablePath Modifier and Type Method Description static JdbcParameterBindingsSqmUtil. createJdbcParameterBindings(QueryParameterBindings domainParamBindings, DomainParameterXref domainParameterXref, Map<QueryParameterImplementor<?>,Map<SqmParameter<?>,List<JdbcParametersList>>> jdbcParamXref, MappingMetamodel domainModel, Function<NavigablePath,TableGroup> tableGroupLocator, SqmParameterMappingModelResolutionAccess mappingModelResolutionAccess, SharedSessionContractImplementor session)static MappingModelExpressible<?>SqmMappingModelHelper. resolveMappingModelExpressible(SqmTypedNode<?> sqmNode, MappingMetamodel domainModel, Function<NavigablePath,TableGroup> tableGroupLocator) -
Uses of NavigablePath in org.hibernate.query.sqm.mutation.internal.temptable
Methods in org.hibernate.query.sqm.mutation.internal.temptable with parameters of type NavigablePath Modifier and Type Method Description static QuerySpecExecuteWithoutIdTableHelper. createIdMatchingSubQuerySpec(NavigablePath navigablePath, TableReference rootTableReference, Predicate predicate, EntityPersister rootEntityPersister, SqlExpressionResolver sqlExpressionResolver, SessionFactoryImplementor sessionFactory) -
Uses of NavigablePath in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return NavigablePath Modifier and Type Method Description static NavigablePathSqmCreationHelper. buildRootNavigablePath(String base, String alias)static NavigablePathSqmCreationHelper. buildSubNavigablePath(SqmPath<?> lhs, String subNavigable, String alias)static NavigablePathSqmCreationHelper. buildSubNavigablePath(NavigablePath lhs, String base, String alias)Methods in org.hibernate.query.sqm.spi with parameters of type NavigablePath Modifier and Type Method Description static NavigablePathSqmCreationHelper. buildSubNavigablePath(NavigablePath lhs, String base, String alias) -
Uses of NavigablePath in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type NavigablePath Modifier and Type Method Description SqmAttributeJoinFromClauseIndex. findFetchedJoinByPath(NavigablePath path)TableGroupBaseSqmToSqlAstConverter. findTableGroup(NavigablePath navigablePath)TableGroupBaseSqmToSqlAstConverter. findTableGroupOnCurrentFromClause(NavigablePath navigablePath)voidFromClauseIndex. register(SqmPath<?> sqmPath, TableGroup tableGroup, NavigablePath identifierForTableGroup)voidBaseSqmToSqlAstConverter. registerTableGroup(NavigablePath navigablePath, TableGroup tableGroup)ModelPartBaseSqmToSqlAstConverter. resolveModelPart(NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.query.sqm.sql.internal
Methods in org.hibernate.query.sqm.sql.internal that return NavigablePath Modifier and Type Method Description NavigablePathAbstractSqmPathInterpretation. getNavigablePath()NavigablePathSqmPathInterpretation. getNavigablePath()Methods in org.hibernate.query.sqm.sql.internal with parameters of type NavigablePath Modifier and Type Method Description static <T> EntityValuedPathInterpretation<T>EntityValuedPathInterpretation. from(NavigablePath navigablePath, TableGroup tableGroup, ModelPart resultModelPart, EntityValuedModelPart mapping, EntityValuedModelPart treatedMapping, SqmToSqlAstConverter sqlAstCreationState) -
Uses of NavigablePath in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return NavigablePath Modifier and Type Method Description NavigablePathAbstractSqmPath. getNavigablePath()NavigablePathSqmPath. 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.Constructors in org.hibernate.query.sqm.tree.domain with parameters of type NavigablePath Constructor Description AbstractSqmAttributeJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, SqmJoinable joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)AbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> entityType, String alias, NodeBuilder nodeBuilder)Intended for use withSqmTreatedRoottoSqmRootAbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder)Intended for use withSqmCorrelatedRootJointhroughSqmRootAbstractSqmFrom(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, SqmFrom<?,?> lhs, String alias, NodeBuilder nodeBuilder)AbstractSqmJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, SqmFrom<?,?> lhs, String alias, SqmJoinType joinType, NodeBuilder nodeBuilder)AbstractSqmPath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)AbstractSqmPluralJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, PluralPersistentAttribute<O,C,E> joinedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)AbstractSqmQualifiedJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, SqmFrom<?,?> lhs, String alias, SqmJoinType joinType, NodeBuilder nodeBuilder)AbstractSqmSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)AbstractSqmSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)AbstractSqmSpecificPluralPartPath(NavigablePath navigablePath, SqmPath<?> pluralDomainPath, PluralPersistentAttribute<?,?,?> referencedAttribute, SqmPathSource<T> pathSource)NonAggregatedCompositeSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmAnyValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)SqmAnyValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmBagJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, BagPersistentAttribute<O,E> attribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)SqmBasicValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)SqmBasicValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmCorrelatedDerivedRootJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder)SqmCorrelatedRoot(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder, SqmRoot<T> correlationParent)SqmCorrelatedRootJoin(NavigablePath navigablePath, SqmPathSource<T> referencedNavigable, NodeBuilder nodeBuilder)SqmCteRoot(NavigablePath navigablePath, SqmCteStatement<T> cte, SqmPathSource<T> pathSource, String alias)SqmDerivedRoot(NavigablePath navigablePath, SqmSubQuery<T> subQuery, SqmPathSource<T> pathSource, String alias)SqmEmbeddedValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)SqmEmbeddedValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmEntityValuedSimplePath(NavigablePath navigablePath, SqmPathSource<T> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmIndexedCollectionAccessPath(NavigablePath navigablePath, SqmPath<?> pluralDomainPath, SqmExpression<?> selectorExpression)SqmListJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, ListPersistentAttribute<O,E> listAttribute, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)SqmMapJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, MapPersistentAttribute<O,K,V> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)SqmPluralPartJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, SqmPathSource<T> joinedNavigable, String alias, SqmJoinType joinType, NodeBuilder nodeBuilder)SqmPluralValuedSimplePath(NavigablePath navigablePath, PluralPersistentAttribute<?,C,?> referencedNavigable, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder)SqmPluralValuedSimplePath(NavigablePath navigablePath, PluralPersistentAttribute<?,C,?> referencedNavigable, SqmPath<?> lhs, NodeBuilder nodeBuilder)SqmSetJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, SetPersistentAttribute<O,E> pluralValuedNavigable, String alias, SqmJoinType joinType, boolean fetched, NodeBuilder nodeBuilder)SqmSingularJoin(SqmFrom<?,O> lhs, NavigablePath navigablePath, SingularPersistentAttribute<O,T> joinedNavigable, 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 NavigablePath Modifier and Type Method Description NavigablePathSqmAliasedNodeRef. getNavigablePath()Constructors in org.hibernate.query.sqm.tree.expression with parameters of type NavigablePath Constructor Description SqmAliasedNodeRef(int position, NavigablePath navigablePath, SqmExpressible<? extends 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 NavigablePath Constructor Description SqmCrossJoin(NavigablePath navigablePath, EntityDomainType<T> joinedEntityDescriptor, String alias, SqmRoot<?> sqmRoot)SqmCteJoin(NavigablePath navigablePath, SqmCteStatement<T> cte, SqmPathSource<T> pathSource, String alias, SqmJoinType joinType, SqmRoot<?> sqmRoot)SqmDerivedJoin(NavigablePath navigablePath, SqmSubQuery<T> subQuery, boolean lateral, SqmPathSource<T> pathSource, String alias, SqmJoinType joinType, SqmRoot<?> sqmRoot)SqmEntityJoin(NavigablePath navigablePath, EntityDomainType<T> joinedEntityDescriptor, String alias, SqmJoinType joinType, SqmRoot<?> sqmRoot)SqmRoot(NavigablePath navigablePath, EntityDomainType<E> entityType, String alias, NodeBuilder nodeBuilder)SqmRoot(NavigablePath navigablePath, SqmPathSource<E> referencedNavigable, String alias, boolean allowJoins, NodeBuilder nodeBuilder)SqmRoot(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 NavigablePath Modifier and Type Method Description booleanSqmQuerySpec. groupByClauseContains(NavigablePath navigablePath, SqmToSqlAstConverter sqlAstConverter)booleanSqmQuerySpec. orderByClauseContains(NavigablePath navigablePath, SqmToSqlAstConverter sqlAstConverter) -
Uses of NavigablePath in org.hibernate.spi
Subclasses of NavigablePath in org.hibernate.spi Modifier and Type Class Description classEntityIdentifierNavigablePathSpecialized implementation ofNavigablePathfor handling special cases pertaining to entity identifiers.classTreatedNavigablePathAn implementation ofNavigablePathwith special handling for treated paths.Methods in org.hibernate.spi that return NavigablePath Modifier and Type Method Description NavigablePathNavigablePath. append(String property)NavigablePathNavigablePath. append(String property, String alias)@Nullable NavigablePathNavigablePath. getParent()@Nullable NavigablePathNavigablePath. getRealParent()NavigablePathNavigablePath. treatAs(String entityName)NavigablePathNavigablePath. treatAs(String entityName, String alias)NavigablePathTreatedNavigablePath. treatAs(String entityName)NavigablePathTreatedNavigablePath. treatAs(String entityName, String alias)@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 NavigablePath Modifier and Type Method Description StringNavigablePath.FullPathCalculator. calculateFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)protected static StringNavigablePath. calculateIdMapperFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)Pattern used for `_identifierMapper`protected static StringNavigablePath. calculateRootFullPath(@Nullable NavigablePath parent, String rootName, @Nullable String alias)The pattern used for root NavigablePathsprotected static StringTreatedNavigablePath. calculateTreatedFullPath(@Nullable NavigablePath parent, String localName, @Nullable String alias)booleanNavigablePath. 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 p)@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 NavigablePath Constructor Description EntityIdentifierNavigablePath(NavigablePath parent, String identifierAttributeName)EntityIdentifierNavigablePath(NavigablePath parent, String alias, String identifierAttributeName)NavigablePath(@Nullable NavigablePath parent, String localName, @Nullable String alias, String identifierForTableGroup, NavigablePath.FullPathCalculator fullPathCalculator, 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 NavigablePath Modifier and Type Field Description protected Map<NavigablePath,TableGroup>SimpleFromClauseAccessImpl. tableGroupMapMethods in org.hibernate.sql.ast.spi with parameters of type NavigablePath Modifier and Type Method Description TableGroupFromClauseAccess. 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.TableGroupSimpleFromClauseAccessImpl. 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.TableGroupSimpleFromClauseAccessImpl. findTableGroupForGetOrCreate(NavigablePath navigablePath)TableGroupFromClauseAccess. findTableGroupOnCurrentFromClause(NavigablePath navigablePath)Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.TableGroupSimpleFromClauseAccessImpl. 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 NavigablePath Modifier and Type Method Description default 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 NavigablePath Modifier and Type Method Description TableReferenceCteTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)Constructors in org.hibernate.sql.ast.tree.cte with parameters of type NavigablePath Constructor Description CteTableGroup(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 NavigablePath Modifier and Type Method Description NavigablePathAbstractTableGroup. getNavigablePath()NavigablePathDelegatingTableGroup. getNavigablePath()NavigablePathLazyTableGroup. getNavigablePath()NavigablePathMappedByTableGroup. getNavigablePath()NavigablePathMutatingTableReferenceGroupWrapper. getNavigablePath()NavigablePathOneToManyTableGroup. getNavigablePath()NavigablePathTableGroup. getNavigablePath()NavigablePathTableGroupJoin. getNavigablePath()Methods in org.hibernate.sql.ast.tree.from with parameters of type NavigablePath Modifier and Type Method Description booleanLazyTableGroup.ParentTableGroupUseChecker. canUseParentTableGroup(TableGroupProducer producer, NavigablePath navigablePath, ValuedModelPart valuedModelPart)TableGroupRootTableGroupProducer. createRootTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, Supplier<Consumer<Predicate>> additionalPredicateCollectorAccess, SqlAstCreationState creationState)Create a root TableGroup as defined by this producerTableGroupTableGroupJoinProducer. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)Create the "join", but return a TableGroup.TableGroupJoinTableGroupJoinProducer. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)Create a TableGroupJoin.TableGroupFromClause. findTableGroup(NavigablePath navigablePath)TableReferenceAbstractColumnReferenceQualifier. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceCollectionTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)default TableReferenceColumnReferenceQualifier. getTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceColumnReferenceQualifier. 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)TableReferenceCorrelatedPluralTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceCorrelatedPluralTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceCorrelatedTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceCorrelatedTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceDelegatingTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceDelegatingTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceDerivedTableReference. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceFunctionTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceLazyTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceLazyTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceMappedByTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceMappedByTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceMutatingTableReferenceGroupWrapper. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceNamedTableReference. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceOneToManyTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceQueryPartTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceStandardTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceStandardVirtualTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceStandardVirtualTableGroup. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceTableReference. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceUnionTableGroup. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceUnionTableReference. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceValuesTableGroup. 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)TableReferenceDerivedTableReference. resolveTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceDerivedTableReference. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)TableReferenceMappedByTableGroup. resolveTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceMappedByTableGroup. resolveTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression)TableReferenceNamedTableReference. resolveTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceTableReference. resolveTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceUnionTableReference. resolveTableReference(NavigablePath navigablePath, String tableExpression)Constructors in org.hibernate.sql.ast.tree.from with parameters of type NavigablePath Constructor Description AbstractTableGroup(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)FunctionTableGroup(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, FunctionExpression functionExpression, String sourceAlias, List<String> columnNames, boolean lateral, boolean canUseInnerJoins, 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.model.ast
Methods in org.hibernate.sql.model.ast with parameters of type NavigablePath Modifier and Type Method Description TableReferenceMutatingTableReference. getTableReference(NavigablePath navigablePath, String tableExpression, boolean resolve)TableReferenceMutatingTableReference. getTableReference(NavigablePath navigablePath, ValuedModelPart modelPart, String tableExpression, boolean resolve)TableReferenceMutatingTableReference. resolveTableReference(NavigablePath navigablePath, String tableExpression)TableReferenceMutatingTableReference. 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 NavigablePath Modifier and Type Method Description NavigablePathAbstractFetchParent. getNavigablePath()default NavigablePathDomainResultGraphNode. getNavigablePath()The NavigablePath for this node (if one!).NavigablePathFetch. getNavigablePath()Get the property path to this fetchNavigablePathFetchParent. getNavigablePath()Get the property path to this parentNavigablePathFetchParentAccess. getNavigablePath()NavigablePathInitializer. getNavigablePath()NavigablePathBiDirectionalFetch. 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 NavigablePath 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.FetchFetchable. 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)default FetchFetchable. resolveCircularFetch(NavigablePath fetchablePath, FetchParent fetchParent, FetchTiming fetchTiming, DomainResultCreationState creationState)Check whether this Fetchable is considered a circular fetch.InitializerAssemblerCreationState. resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)ModelPartDomainResultCreationState. resolveModelPart(NavigablePath navigablePath)Resolve the ModelPart associated with a given NavigablePath.Constructors in org.hibernate.sql.results.graph with parameters of type NavigablePath Constructor Description AbstractFetchParent(NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.sql.results.graph.basic
Methods in org.hibernate.sql.results.graph.basic that return NavigablePath Modifier and Type Method Description NavigablePathBasicFetch. getNavigablePath()NavigablePathBasicResult. getNavigablePath()Constructors in org.hibernate.sql.results.graph.basic with parameters of type NavigablePath Constructor Description BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean coerceResultType)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, DomainResultCreationState creationState)BasicResult(int jdbcValuesArrayPosition, String resultVariable, JdbcMapping jdbcMapping, NavigablePath navigablePath)BasicResult(int jdbcValuesArrayPosition, String resultVariable, JavaType<T> javaType, NavigablePath navigablePath)BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T,?> valueConverter, NavigablePath navigablePath)BasicResult(int valuesArrayPosition, String resultVariable, JavaType<T> javaType, BasicValueConverter<T,?> valueConverter, NavigablePath navigablePath, boolean coerceResultType) -
Uses of NavigablePath in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return NavigablePath Modifier and Type Method Description NavigablePathAbstractCollectionInitializer. getNavigablePath()NavigablePathAbstractCollectionResultNode. getNavigablePath()NavigablePathCollectionDomainResult. getNavigablePath()NavigablePathCollectionFetch. getNavigablePath()Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type NavigablePath Modifier and Type Method Description CollectionInitializerArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerBagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerMapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerSetInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState) -
Uses of NavigablePath in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return NavigablePath Modifier and Type Method Description NavigablePathAbstractEmbeddableInitializer. getNavigablePath()default NavigablePathEmbeddableResultGraphNode. getNavigablePath() -
Uses of NavigablePath in org.hibernate.sql.results.graph.embeddable.internal
Methods in org.hibernate.sql.results.graph.embeddable.internal that return NavigablePath Modifier and Type Method Description NavigablePathAbstractNonAggregatedIdentifierMappingInitializer. getNavigablePath()NavigablePathAggregateEmbeddableFetchImpl. resolveNavigablePath(Fetchable fetchable)NavigablePathEmbeddableFetchImpl. resolveNavigablePath(Fetchable fetchable)Methods in org.hibernate.sql.results.graph.embeddable.internal with parameters of type NavigablePath Modifier and Type Method Description FetchEmbeddableForeignKeyResultImpl. generateFetchableFetch(Fetchable fetchable, NavigablePath fetchablePath, FetchTiming fetchTiming, boolean selected, String resultVariable, DomainResultCreationState creationState)InitializerNestedRowProcessingState. resolveInitializer(NavigablePath path) -
Uses of NavigablePath in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return NavigablePath Modifier and Type Method Description NavigablePathAbstractEntityInitializer. getNavigablePath()NavigablePathEntityResultGraphNode. getNavigablePath()Methods in org.hibernate.sql.results.graph.entity with parameters of type NavigablePath Modifier and Type Method Description EntityFetchEntityValuedFetchable. 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 NavigablePath Constructor Description AbstractEntityInitializer(EntityResultGraphNode resultDescriptor, NavigablePath navigablePath, LockMode lockMode, Fetch identifierFetch, Fetch discriminatorFetch, DomainResult<Object> rowIdResult, AssemblerCreationState creationState)AbstractEntityResultGraphNode(EntityValuedModelPart referencedModelPart, NavigablePath navigablePath)AbstractNonLazyEntityFetch(FetchParent fetchParent, EntityValuedFetchable fetchedPart, NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return NavigablePath Modifier and Type Method Description NavigablePathAbstractBatchEntitySelectFetchInitializer. getNavigablePath()NavigablePathAbstractNonJoinedEntityFetch. getNavigablePath()NavigablePathEntityDelayedFetchInitializer. getNavigablePath()NavigablePathEntityDelayedResultImpl. getNavigablePath()NavigablePathEntitySelectFetchInitializer. getNavigablePath()NavigablePathEntityResultImpl. resolveNavigablePath(Fetchable fetchable)Methods in org.hibernate.sql.results.graph.entity.internal with parameters of type NavigablePath Modifier and Type Method Description protected InitializerEntityDelayedFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)protected InitializerEntityDelayedResultImpl. buildEntityDelayedFetchInitializer(NavigablePath navigablePath, ToOneAttributeMapping entityValuedModelPart, DomainResultAssembler resultAssembler)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) -
Uses of NavigablePath in org.hibernate.sql.results.graph.tuple
Methods in org.hibernate.sql.results.graph.tuple that return NavigablePath Modifier and Type Method Description NavigablePathTupleResult. getNavigablePath()Constructors in org.hibernate.sql.results.graph.tuple with parameters of type NavigablePath Constructor Description TupleResult(int[] jdbcValuesArrayPositions, String resultVariable, JavaType<T> javaType, NavigablePath navigablePath) -
Uses of NavigablePath in org.hibernate.sql.results.internal
Methods in org.hibernate.sql.results.internal with parameters of type NavigablePath Modifier and Type Method Description InitializerNavigablePathMapToInitializer. get(NavigablePath navigablePath)voidNavigablePathMapToInitializer. put(NavigablePath navigablePath, Initializer initializer)InitializerInitializersList. resolveInitializer(NavigablePath path)InitializerRowProcessingStateStandardImpl. resolveInitializer(NavigablePath path) -
Uses of NavigablePath in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return NavigablePath Modifier and Type Method Description NavigablePathCircularBiDirectionalFetchImpl. getNavigablePath()NavigablePathCircularFetchImpl. getNavigablePath()NavigablePathCircularBiDirectionalFetchImpl. getReferencedPath()NavigablePathCircularFetchImpl. getReferencedPath()Methods in org.hibernate.sql.results.internal.domain with parameters of type NavigablePath Modifier and Type Method Description protected InitializerCircularFetchImpl. buildEntityDelayedFetchInitializer(FetchParentAccess parentAccess, NavigablePath referencedPath, ToOneAttributeMapping fetchable, boolean selectByUniqueKey, DomainResultAssembler<?> resultAssembler)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 NavigablePath 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 NavigablePath in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi with parameters of type NavigablePath Modifier and Type Method Description InitializerRowProcessingState. resolveInitializer(NavigablePath path)Locate the Initializer registered for the given path
-