public interface QueryFactory
Query
ies.Modifier and Type | Method and Description |
---|---|
<T> Query<T> |
createQuery(Datastore datastore,
com.mongodb.DBCollection collection,
Class<T> type)
Creates and returns a
Query for the given arguments. |
<T> Query<T> |
createQuery(Datastore datastore,
com.mongodb.DBCollection collection,
Class<T> type,
com.mongodb.DBObject query)
Creates and returns a
Query for the given arguments. |
<T> Query<T> createQuery(Datastore datastore, com.mongodb.DBCollection collection, Class<T> type)
Query
for the given arguments. Default implementations of this
method will simply delegate to createQuery(Datastore, DBCollection, Class, DBObject)
with the last argument being null
.Copyright © 2015. All rights reserved.