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