Interface BlazeFunctionExpression<X>
- Type Parameters:
X- The target type
- All Superinterfaces:
BlazeExpression<X>,Expression<X>,Selection<X>,TupleElement<X>
- All Known Subinterfaces:
BlazeAggregateFunctionExpression<X>,BlazeOrderedSetAggregateFunctionExpression<X>,BlazeWindowFunctionExpression<X>
An
Expression for a function.- Since:
- 1.6.4
- Author:
- Christian Beikov
-
Method Summary
Methods inherited from interface com.blazebit.persistence.criteria.BlazeExpression
asMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Method Details
-
getFunctionName
String getFunctionName()Returns the name of the function.- Returns:
- the name of the function
-