Uses of Class
org.hibernate.sql.ast.tree.from.FunctionTableGroup
Packages that use FunctionTableGroup
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.Package for the translation of SQM into SQL AST
-
Uses of FunctionTableGroup in org.hibernate.dialect.function
Fields in org.hibernate.dialect.function declared as FunctionTableGroupModifier and TypeFieldDescriptionprotected final FunctionTableGroupNumberSeriesGenerateSeriesFunction.NumberSeriesQueryTransformer.functionTableGroupConstructors in org.hibernate.dialect.function with parameters of type FunctionTableGroupModifierConstructorDescriptionCteGenerateSeriesQueryTransformer(FunctionTableGroup functionTableGroup, TableGroup targetTableGroup, int maxSeriesSize, String positionColumnName, boolean coerceToTimestamp) HANAGenerateSeriesQueryTransformer(FunctionTableGroup functionTableGroup, TableGroup targetTableGroup, int maxSeriesSize, String positionColumnName, boolean coerceToTimestamp) NumberSeriesQueryTransformer(FunctionTableGroup functionTableGroup, TableGroup targetTableGroup, String positionColumnName, boolean coerceToTimestamp) -
Uses of FunctionTableGroup in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return FunctionTableGroupModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitSetReturningFunction(SqmSetReturningFunction<?> sqmFunction)