Interface Query<T>


public interface Query<T>
Author:
Mathias Hofer
  • Method Details

    • execute

      T execute()
      Returns:
      execute
    • executeParallel

      @Deprecated(forRemoval=false) T executeParallel()
      Deprecated.
      still work in progress
      Returns:
      return
    • configure

      Query<T> configure(Configuration configuration)
      Parameters:
      configuration - configuration
      Returns:
      a copy of this query but with the new configuration applied