Class HqlQueryExtractor

  • All Implemented Interfaces:
    QueryExtractor

    public class HqlQueryExtractor
    extends java.lang.Object
    implements QueryExtractor
    Since:
    22/5/17
    • Constructor Summary

      Constructors 
      Constructor Description
      HqlQueryExtractor​(org.hibernate.ScrollableResults results)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCurrentRow()  
      boolean isFirstRow()  
      boolean next()  
      • Methods inherited from class java.lang.Object

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

      • HqlQueryExtractor

        public HqlQueryExtractor​(org.hibernate.ScrollableResults results)
    • Method Detail

      • next

        public boolean next()
                     throws java.lang.Exception
        Specified by:
        next in interface QueryExtractor
        Throws:
        java.lang.Exception
      • getCurrentRow

        public java.lang.Object getCurrentRow()
                                       throws java.lang.Exception
        Specified by:
        getCurrentRow in interface QueryExtractor
        Throws:
        java.lang.Exception