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 SelectablePathBasicValue. createSelectablePath(String selectableName)SelectablePathAggregateColumn. getSelectablePath() -
Uses of SelectablePath in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SelectablePath Modifier and Type Method Description SelectablePathSelectablePath. append(String selectableName)SelectablePathSelectablePath. getParent()SelectablePath[]SelectablePath. getParts()default SelectablePathSelectableMapping. getSelectablePath()static SelectablePathSelectablePath. 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 SelectablePathBasicAttributeMapping. getSelectablePath()SelectablePathSelectableMappingImpl. getSelectablePath()Methods in org.hibernate.metamodel.mapping.internal with parameters of type SelectablePath Modifier and Type Method Description static BasicAttributeMappingMappingModelCreationHelper. 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 SelectableMappingSelectableMappingImpl. 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 SelectableMappingSelectableMappingImpl. 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.ColumnReferenceKeySqlExpressionResolver. createColumnReferenceKey(String qualifier, SelectablePath selectablePath, JdbcMapping jdbcMapping)static SqlExpressionResolver.ColumnReferenceKeySqlExpressionResolver. 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 SelectablePathColumnReference. 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)
-