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 final String
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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.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

  • 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 class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor