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.AbstractSqmFunctionDescriptorEnvers specific FunctionContributor
-
-
Field Summary
Fields Modifier and Type Field Description static StringFUNCTION_NAMEstatic OrderByFragmentFunctionINSTANCE
-
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, generateSqmAggregateFunctionExpression, generateSqmExpression, getArgumentListSignature, getArgumentsValidator, getName, getReturnSignature, getReturnTypeResolver, getSignature, resolveSqlAstArguments
-
-
-
-
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:
generateSqmFunctionExpressionin classorg.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-
-