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 TypeClassDescriptionclassRepresents 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 TypeClassDescriptionclassRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classRepresentation of a function call in the SQL AST for impls that know how to render themselves.classRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classRepresentation 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 TypeMethodDescriptionvoidSqlAstWalker.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 TypeMethodDescriptionvoidTableGroupHelper.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 TypeMethodDescriptionvoidAbstractSqlAstTranslator.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 SelfRenderingExpressionModifier and TypeClassDescriptionclassA wrapper for an expression that also renders an alias.classA wrapper for a literal to render as parameter through a cast function.classRepresents 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