Uses of Interface
org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
Packages that use SelfRenderingExpression
Package
Description
An SPI for defining, registering, and rendering functions in HQL.
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
AST nodes representing logical predicates in a SQL tree.
-
Uses of SelfRenderingExpression in org.hibernate.dialect.function.json
Classes in org.hibernate.dialect.function.json that implement SelfRenderingExpressionModifier and TypeClassDescriptionprotected static class
-
Uses of SelfRenderingExpression in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement SelfRenderingExpressionModifier and TypeClassDescriptionfinal class
-
Uses of SelfRenderingExpression in org.hibernate.metamodel.mapping.ordering.ast
Classes in org.hibernate.metamodel.mapping.ordering.ast that implement SelfRenderingExpressionModifier and TypeClassDescriptionclass
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 SelfRenderingExpressionModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
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 SelfRenderingExpressionModifier and TypeMethodDescriptionvoid
SqlAstWalker.visitSelfRenderingExpression
(SelfRenderingExpression expression) -
Uses of SelfRenderingExpression in org.hibernate.sql.ast.internal
Methods in org.hibernate.sql.ast.internal with parameters of type SelfRenderingExpressionModifier and TypeMethodDescriptionvoid
TableGroupHelper.visitSelfRenderingExpression
(SelfRenderingExpression expression) -
Uses of SelfRenderingExpression in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SelfRenderingExpressionModifier and TypeMethodDescriptionvoid
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 SelfRenderingExpressionModifier and TypeClassDescriptionclass
A wrapper for an expression that also renders an alias.class
A wrapper for a literal to render as parameter through a cast function.class
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 SelfRenderingExpressionConstructors in org.hibernate.sql.ast.tree.predicate with parameters of type SelfRenderingExpression