Uses of Class
org.hibernate.metamodel.mapping.SelectablePath
-
Packages that use SelectablePath Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.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.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
-
Uses of SelectablePath in org.hibernate.mapping
Methods in org.hibernate.mapping that return SelectablePath Modifier and Type Method Description SelectablePath
BasicValue. createSelectablePath(String selectableName)
SelectablePath
AggregateColumn. getSelectablePath()
-
Uses of SelectablePath in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SelectablePath Modifier and Type Method Description SelectablePath
SelectablePath. append(String selectableName)
SelectablePath
SelectablePath. getParent()
SelectablePath[]
SelectablePath. getParts()
default SelectablePath
SelectableMapping. getSelectablePath()
static SelectablePath
SelectablePath. parse(String path)
SelectablePath[]
SelectablePath. relativize(SelectablePath basePath)
Methods in org.hibernate.metamodel.mapping with parameters of type SelectablePath Modifier and Type Method Description SelectablePath[]
SelectablePath. relativize(SelectablePath basePath)
-
Uses of SelectablePath in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return SelectablePath Modifier and Type Method Description SelectablePath
BasicAttributeMapping. getSelectablePath()
SelectablePath
SelectableMappingImpl. getSelectablePath()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SelectablePath Modifier and Type Method Description static 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, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, 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, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type SelectablePath Constructor Description 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, 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, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, boolean isFormula, JdbcMapping jdbcMapping)
-
Uses of SelectablePath in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelectablePath Modifier and Type Method Description static SqlExpressionResolver.ColumnReferenceKey
SqlExpressionResolver. createColumnReferenceKey(String qualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping)
static SqlExpressionResolver.ColumnReferenceKey
SqlExpressionResolver. createColumnReferenceKey(TableReference tableReference, SelectablePath selectablePath, JdbcMapping jdbcMapping)
Constructors in org.hibernate.sql.ast.spi with parameters of type SelectablePath Constructor Description ColumnReferenceKey(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 SelectablePath Modifier and Type Method Description SelectablePath
ColumnReference. getSelectablePath()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type SelectablePath Constructor Description ColumnReference(String qualifier, String columnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, JdbcMapping jdbcMapping)
-