Package org.hibernate.query.criteria
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:
FormatFunction.FormatSqmFunction,InverseDistributionFunction.SelfRenderingInverseDistributionFunction,SelfRenderingSqmAggregateFunction,SelfRenderingSqmFunction,SelfRenderingSqmOrderedSetAggregateFunction,SelfRenderingSqmWindowFunction,SqmFunction
Contract for expressions which model a SQL function call.
- Author:
- Steve Ebersole
-
Method Summary
Methods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNullMethods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelectionMethods inherited from interface jakarta.persistence.TupleElement
getAlias
-
Method Details
-
getFunctionName
String getFunctionName()Retrieve the name of the function.- Returns:
- The function name.
-