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.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.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)
-