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 classCaseStatementDiscriminatorMappingImpl.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 classSelfRenderingOrderingExpressionRepresents 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 classSelfRenderingAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingFunctionSqlAstExpressionRepresentation of a function call in the SQL AST for impls that know how to render themselves.classSelfRenderingOrderedSetAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingWindowFunctionSqlAstExpressionRepresentation 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 voidSqlAstWalker. 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 voidAbstractSqlAstTranslator. visitSelfRenderingExpression(SelfRenderingExpression expression)voidAbstractSqlAstWalker. visitSelfRenderingExpression(SelfRenderingExpression expression)voidAggregateFunctionChecker. visitSelfRenderingExpression(SelfRenderingExpression expression)voidExpressionReplacementWalker. 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 classAliasedExpressionA wrapper for an expression that also renders an alias.classLiteralAsParameter<T>A wrapper for a literal to render as parameter through a cast function.classSelfRenderingSqlFragmentExpressionRepresents 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 SelfRenderingExpressionSelfRenderingPredicate. getSelfRenderingExpression()Constructors in org.hibernate.sql.ast.tree.predicate with parameters of type SelfRenderingExpression Constructor Description SelfRenderingPredicate(SelfRenderingExpression expression)
-