Uses of Interface
org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
-
Packages that use SelfRenderingExpression Package Description org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.sqm.function Package defining support for HQL, including JPQL as a subset of HQL.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.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.org.hibernate.sql.ast.tree.predicate AST nodes representing logical predicates in a SQL tree. -
-
Uses of SelfRenderingExpression in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SelfRenderingExpression Modifier and Type Class Description class
CaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression
-
Uses of SelfRenderingExpression in org.hibernate.metamodel.mapping.ordering.ast
Classes in org.hibernate.metamodel.mapping.ordering.ast that implement SelfRenderingExpression Modifier and Type Class Description class
SelfRenderingOrderingExpression
Represents a self rendering expression i.e. -
Uses of SelfRenderingExpression in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SelfRenderingExpression Modifier and Type Class Description class
SelfRenderingAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingFunctionSqlAstExpression
Representation of a function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingWindowFunctionSqlAstExpression
Representation of a window function call in the SQL AST for impls that know how to render themselves. -
Uses of SelfRenderingExpression in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SelfRenderingExpression Modifier and Type Method Description void
SqlAstWalker. visitSelfRenderingExpression(SelfRenderingExpression expression)
-
Uses of SelfRenderingExpression in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelfRenderingExpression Modifier and Type Method Description void
AbstractSqlAstTranslator. visitSelfRenderingExpression(SelfRenderingExpression expression)
void
AbstractSqlAstWalker. visitSelfRenderingExpression(SelfRenderingExpression expression)
void
AggregateFunctionChecker. visitSelfRenderingExpression(SelfRenderingExpression expression)
void
ExpressionReplacementWalker. visitSelfRenderingExpression(SelfRenderingExpression expression)
-
Uses of SelfRenderingExpression in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement SelfRenderingExpression Modifier and Type Class Description class
AliasedExpression
A wrapper for an expression that also renders an alias.class
LiteralAsParameter<T>
A wrapper for a literal to render as parameter through a cast function.class
SelfRenderingSqlFragmentExpression
Represents a self rendering expression that renders a SQL fragment. -
Uses of SelfRenderingExpression in org.hibernate.sql.ast.tree.predicate
Methods in org.hibernate.sql.ast.tree.predicate that return SelfRenderingExpression Modifier and Type Method Description SelfRenderingExpression
SelfRenderingPredicate. getSelfRenderingExpression()
Constructors in org.hibernate.sql.ast.tree.predicate with parameters of type SelfRenderingExpression Constructor Description SelfRenderingPredicate(SelfRenderingExpression expression)
-