Interface JpaFunction<T>
- Type Parameters:
T- The type of the function result.
- All Superinterfaces:
Expression<T>, JpaCriteriaNode, JpaExpression<T>, JpaSelection<T>, JpaTupleElement<T>, Selection<T>, Serializable, TupleElement<T>
- All Known Subinterfaces:
SqmAggregateFunction<T>, SqmOrderedSetAggregateFunction<T>, SqmWindowFunction<T>
- All Known Implementing Classes:
AbstractSqmJsonPathExpression, FormatFunction.FormatSqmFunction, InverseDistributionFunction.SelfRenderingInverseDistributionFunction, SelfRenderingSqmAggregateFunction, SelfRenderingSqmFunction, SelfRenderingSqmOrderedSetAggregateFunction, SelfRenderingSqmWindowFunction, SqmFunction, SqmJsonExistsExpression, SqmJsonQueryExpression, SqmJsonValueExpression, SqmXmlElementExpression
Contract for expressions which model a SQL function call.
-
Method Summary
Methods inherited from interface JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualToMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface TupleElement
getAlias
-
Method Details
-
getFunctionName
-