Uses of Interface
org.hibernate.query.sqm.function.SetReturningFunctionRenderer
Packages that use SetReturningFunctionRenderer
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.An SPI for defining, registering, and rendering functions in HQL.
Nodes representing expressions in the SQM tree.
-
Uses of SetReturningFunctionRenderer in org.hibernate.dialect.function
Classes in org.hibernate.dialect.function that implement SetReturningFunctionRendererModifier and TypeClassDescriptionclass
Recursive CTE based generate_series function.class
Standard generate_series function.class
H2 generate_series function.class
HANA generate_series function.class
The base for generate_series function implementations that use a static number source.class
SQL Server generate_series function.class
Sybase ASE generate_series function. -
Uses of SetReturningFunctionRenderer in org.hibernate.dialect.function.array
Classes in org.hibernate.dialect.function.array that implement SetReturningFunctionRendererModifier and TypeClassDescriptionclass
DB2 unnest function.class
H2 unnest function.class
HANA unnest function.class
Oracle unnest function.class
PostgreSQL unnest function.class
SQL Server unnest function.class
Sybase ASE unnest function.class
Standard unnest function. -
Uses of SetReturningFunctionRenderer in org.hibernate.dialect.function.json
Classes in org.hibernate.dialect.function.json that implement SetReturningFunctionRendererModifier and TypeClassDescriptionclass
CockroachDB json_table function.class
DB2 json_table function.class
H2 json_table function.class
HANA json_table function.class
Standard json_table function.class
MySQL json_table function.class
Oracle json_table function.class
PostgreSQL json_table function.class
SQL Server json_table function. -
Uses of SetReturningFunctionRenderer in org.hibernate.dialect.function.xml
Classes in org.hibernate.dialect.function.xml that implement SetReturningFunctionRendererModifier and TypeClassDescriptionclass
DB2 xmltable function.class
HANA xmltable function.class
Oracle xmltable function.class
SQL Server xmltable function.class
Sybase ASE xmltable function.class
Standard xmltable function. -
Uses of SetReturningFunctionRenderer in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SetReturningFunctionRendererModifier and TypeClassDescriptionclass
class
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.Methods in org.hibernate.query.sqm.function that return SetReturningFunctionRendererConstructors in org.hibernate.query.sqm.function with parameters of type SetReturningFunctionRendererModifierConstructorDescriptionSelfRenderingSqmSetReturningFunction
(SqmSetReturningFunctionDescriptor descriptor, SetReturningFunctionRenderer renderer, List<? extends SqmTypedNode<?>> arguments, @Nullable ArgumentsValidator argumentsValidator, SetReturningFunctionTypeResolver setReturningTypeResolver, NodeBuilder nodeBuilder, String name) -
Uses of SetReturningFunctionRenderer in org.hibernate.query.sqm.tree.expression
Constructors in org.hibernate.query.sqm.tree.expression with parameters of type SetReturningFunctionRendererModifierConstructorDescriptionSqmJsonTableFunction
(SqmSetReturningFunctionDescriptor descriptor, SetReturningFunctionRenderer renderer, @Nullable ArgumentsValidator argumentsValidator, SetReturningFunctionTypeResolver setReturningTypeResolver, NodeBuilder nodeBuilder, SqmExpression<?> document, @Nullable SqmExpression<String> jsonPath) SqmXmlTableFunction
(SqmSetReturningFunctionDescriptor descriptor, SetReturningFunctionRenderer renderer, @Nullable ArgumentsValidator argumentsValidator, SetReturningFunctionTypeResolver setReturningTypeResolver, NodeBuilder nodeBuilder, SqmExpression<String> xpath, SqmExpression<?> document)