Class VaultNamedQueryCollector.Result

  • All Implemented Interfaces:

    
    public class VaultNamedQueryCollector.Result<T>
    
                        

    Representation of a "collected" result set that also contains a flag that shows whether the result set is finished or there are still elements in the original result set.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final List<T> results
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<T> getResults()
      Boolean getDone()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait