Class AbstractQueryFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> Query<T> createQuery​(Datastore datastore)
      Creates an unvalidated Query typically for use in aggregation pipelines.
      <T> Query<T> createQuery​(Datastore datastore, com.mongodb.DBCollection collection, java.lang.Class<T> type)
      Creates and returns a Query for the given arguments.
      • Methods inherited from class java.lang.Object

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