Package org.hibernate.envers.function
Class OrderByFragmentFunction
- java.lang.Object
-
- org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
- org.hibernate.envers.function.OrderByFragmentFunction
-
- All Implemented Interfaces:
org.hibernate.query.sqm.function.SqmFunctionDescriptor
public class OrderByFragmentFunction extends org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Envers specific FunctionContributor
-
-
Field Summary
Fields Modifier and Type Field Description static String
FUNCTION_NAME
static OrderByFragmentFunction
INSTANCE
-
Constructor Summary
Constructors Constructor Description OrderByFragmentFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> org.hibernate.query.sqm.function.SelfRenderingSqmFunction<T>
generateSqmFunctionExpression(List<? extends org.hibernate.query.sqm.tree.SqmTypedNode<?>> arguments, org.hibernate.query.ReturnableType<T> impliedResultType, org.hibernate.query.spi.QueryEngine queryEngine, org.hibernate.type.spi.TypeConfiguration typeConfiguration)
-
Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmAggregateFunctionExpression, generateSqmExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, generateWindowSqmExpression, getArgumentListSignature, getArgumentsValidator, getArgumentTypeResolver, getName, getReturnSignature, getReturnTypeResolver, getSignature
-
-
-
-
Field Detail
-
FUNCTION_NAME
public static final String FUNCTION_NAME
- See Also:
- Constant Field Values
-
INSTANCE
public static final OrderByFragmentFunction INSTANCE
-
-
Method Detail
-
generateSqmFunctionExpression
protected <T> org.hibernate.query.sqm.function.SelfRenderingSqmFunction<T> generateSqmFunctionExpression(List<? extends org.hibernate.query.sqm.tree.SqmTypedNode<?>> arguments, org.hibernate.query.ReturnableType<T> impliedResultType, org.hibernate.query.spi.QueryEngine queryEngine, org.hibernate.type.spi.TypeConfiguration typeConfiguration)
- Specified by:
generateSqmFunctionExpression
in classorg.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
-