Uses of Class
org.hibernate.metamodel.mapping.SelectablePath
Packages that use SelectablePath
Package
Description
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
-
Uses of SelectablePath in org.hibernate.mapping
Methods in org.hibernate.mapping that return SelectablePathModifier and TypeMethodDescriptionBasicValue.createSelectablePath
(String selectableName) AggregateColumn.getSelectablePath()
-
Uses of SelectablePath in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SelectablePathModifier and TypeMethodDescriptionSelectablePath.getParent()
SelectablePath.getParts()
default SelectablePath
SelectableMapping.getSelectablePath()
static SelectablePath
SelectablePath.relativize
(SelectablePath basePath) Methods in org.hibernate.metamodel.mapping with parameters of type SelectablePath -
Uses of SelectablePath in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return SelectablePathModifier and TypeMethodDescriptionAnyDiscriminatorPart.getSelectablePath()
AnyKeyPart.getSelectablePath()
BasicAttributeMapping.getSelectablePath()
static @Nullable SelectablePath
MappingModelCreationHelper.getSelectablePath
(ManagedMappingType type) SelectableMappingImpl.getSelectablePath()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SelectablePathModifier and TypeMethodDescriptionstatic BasicAttributeMapping
MappingModelCreationHelper.buildBasicAttributeMapping
(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, SelectablePath selectablePath, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess) static SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, @Nullable SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, @Nullable SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMappings
SelectableMappingsImpl.from
(String containingTableExpression, Value value, int[] propertyOrder, @Nullable SelectablePath parentSelectablePath, MappingContext mappingContext, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) Constructors in org.hibernate.metamodel.mapping.internal with parameters of type SelectablePathModifierConstructorDescriptionAnyDiscriminatorPart
(NavigableRole partRole, DiscriminatedAssociationModelPart declaringType, String table, String column, SelectablePath selectablePath, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean insertable, boolean updateable, boolean partitioned, BasicType<?> underlyingJdbcMapping, Map<Object, String> valueToEntityNameMap, ImplicitDiscriminatorStrategy implicitValueStrategy, MappingMetamodelImplementor mappingMetamodel) AnyKeyPart
(NavigableRole navigableRole, DiscriminatedAssociationModelPart anyPart, String table, String column, SelectablePath selectablePath, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping) BasicAttributeMapping
(String attributeName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess) SelectableMappingImpl
(String containingTableExpression, String selectionExpression, SelectablePath selectablePath, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, boolean isFormula, JdbcMapping jdbcMapping) -
Uses of SelectablePath in org.hibernate.query.sqm.tuple.internal
Methods in org.hibernate.query.sqm.tuple.internal that return SelectablePath -
Uses of SelectablePath in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelectablePathModifier and TypeMethodDescriptionSqlExpressionResolver.createColumnReferenceKey
(String qualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping) SqlExpressionResolver.createColumnReferenceKey
(TableReference tableReference, SelectablePath selectablePath, JdbcMapping jdbcMapping) Constructors in org.hibernate.sql.ast.spi with parameters of type SelectablePathModifierConstructorDescriptionColumnReferenceKey
(String tableQualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping) -
Uses of SelectablePath in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return SelectablePathConstructors in org.hibernate.sql.ast.tree.expression with parameters of type SelectablePathModifierConstructorDescriptionColumnReference
(@Nullable String qualifier, String columnExpression, @Nullable SelectablePath selectablePath, boolean isFormula, @Nullable String customReadExpression, JdbcMapping jdbcMapping)