Interface QueryFactory<Q extends Query<?>>

Type Parameters:
Q - Query type

public interface QueryFactory<Q extends Query<?>>
Common interface for QueryFactory implementations
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new Query
  • Method Details

    • query

      Q query()
      Create a new Query
      Returns:
      new query