Class HibernateCriteriaConverter.HibernateOrderVisitor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.criterion.Order getOrder()  
      void visitAscending​(boolean ascending)  
      void visitAttribute​(java.lang.String attribute)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HibernateOrderVisitor

        public HibernateOrderVisitor()
    • Method Detail

      • getOrder

        public org.hibernate.criterion.Order getOrder()