Uses of Interface
com.blazebit.persistence.criteria.BlazeFunctionExpression
-
Uses of BlazeFunctionExpression in com.blazebit.persistence.criteria
Subinterfaces of BlazeFunctionExpression in com.blazebit.persistence.criteriaModifier and TypeInterfaceDescriptioninterfaceAnExpressionfor an aggregate function.interfaceAnExpressionfor an ordered set-aggregate function.interfaceAnExpressionfor a window enabled function.Methods in com.blazebit.persistence.criteria that return BlazeFunctionExpressionModifier and TypeMethodDescription<T> BlazeFunctionExpression<T>BlazeCriteriaBuilder.function(String name, Class<T> type, Expression<?>... args) Creates a function expression for a function with the given name, result type and arguments.