Uses of Class
org.hibernate.query.sqm.tree.expression.SqmFunction
-
Packages that use SqmFunction Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.function.array org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.jpa -
-
Uses of SqmFunction in org.hibernate.dialect.function
Subclasses of SqmFunction in org.hibernate.dialect.function Modifier and Type Class Description protected static classFormatFunction.FormatSqmFunction<T>protected classInverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> -
Uses of SqmFunction in org.hibernate.dialect.function.array
Methods in org.hibernate.dialect.function.array with parameters of type SqmFunction Modifier and Type Method Description MappingModelExpressible<?>ArrayAndElementArgumentTypeResolver. resolveFunctionArgumentType(SqmFunction<?> function, int argumentIndex, SqmToSqlAstConverter converter)MappingModelExpressible<?>ArrayContainsArgumentTypeResolver. resolveFunctionArgumentType(SqmFunction<?> function, int argumentIndex, SqmToSqlAstConverter converter)MappingModelExpressible<?>ArrayIncludesArgumentTypeResolver. resolveFunctionArgumentType(SqmFunction<?> function, int argumentIndex, SqmToSqlAstConverter converter) -
Uses of SqmFunction in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmFunction Modifier and Type Method Description TSemanticQueryWalker. visitFunction(SqmFunction<?> tSqmFunction) -
Uses of SqmFunction in org.hibernate.query.sqm.function
Subclasses of SqmFunction in org.hibernate.query.sqm.function Modifier and Type Class Description classSelfRenderingSqmAggregateFunction<T>classSelfRenderingSqmFunction<T>classSelfRenderingSqmOrderedSetAggregateFunction<T>classSelfRenderingSqmWindowFunction<T> -
Uses of SqmFunction in org.hibernate.query.sqm.produce.function
Methods in org.hibernate.query.sqm.produce.function with parameters of type SqmFunction Modifier and Type Method Description MappingModelExpressible<?>FunctionArgumentTypeResolver. resolveFunctionArgumentType(SqmFunction<?> function, int argumentIndex, SqmToSqlAstConverter converter)Resolve the argument type for a function given its context-implied return type. -
Uses of SqmFunction in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmFunction Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitFunction(SqmFunction<?> sqmFunction) -
Uses of SqmFunction in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmFunction Modifier and Type Method Description ExpressionBaseSqmToSqlAstConverter. visitFunction(SqmFunction<?> sqmFunction) -
Uses of SqmFunction in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain that return SqmFunction Modifier and Type Method Description SqmFunction<?>SqmFunctionPath. getFunction()Constructors in org.hibernate.query.sqm.tree.domain with parameters of type SqmFunction Constructor Description SqmFunctionPath(SqmFunction<?> function)SqmFunctionPath(NavigablePath navigablePath, SqmFunction<?> function) -
Uses of SqmFunction in org.hibernate.query.sqm.tree.jpa
Methods in org.hibernate.query.sqm.tree.jpa with parameters of type SqmFunction Modifier and Type Method Description ObjectParameterCollector. visitFunction(SqmFunction<?> sqmFunction)
-