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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> org.hibernate.query.sqm.function.SelfRenderingSqmFunction<T>
generateSqmFunctionExpression
(List<? extends org.hibernate.query.sqm.tree.SqmTypedNode<?>> arguments, org.hibernate.metamodel.model.domain.ReturnableType<T> impliedResultType, org.hibernate.query.spi.QueryEngine queryEngine) Methods inherited from class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
generateAggregateSqmExpression, generateOrderedSetAggregateSqmExpression, generateSqmAggregateFunctionExpression, generateSqmExpression, generateSqmOrderedSetAggregateFunctionExpression, generateSqmWindowFunctionExpression, generateWindowSqmExpression, getArgumentListSignature, getArgumentsValidator, getArgumentTypeResolver, getName, getReturnSignature, getReturnTypeResolver, getSignature
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
alwaysIncludesParentheses, generateSqmExpression, generateSqmExpression, getFunctionKind, isPredicate
-
Field Details
-
FUNCTION_NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
OrderByFragmentFunction
public OrderByFragmentFunction()
-
-
Method Details
-
generateSqmFunctionExpression
protected <T> org.hibernate.query.sqm.function.SelfRenderingSqmFunction<T> generateSqmFunctionExpression(List<? extends org.hibernate.query.sqm.tree.SqmTypedNode<?>> arguments, org.hibernate.metamodel.model.domain.ReturnableType<T> impliedResultType, org.hibernate.query.spi.QueryEngine queryEngine) - Specified by:
generateSqmFunctionExpression
in classorg.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
-