public class DefaultQueryFactory extends AbstractQueryFactory
QueryFactory.| Constructor and Description |
|---|
DefaultQueryFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> Query<T> |
createQuery(Datastore datastore,
com.mongodb.DBCollection collection,
Class<T> type,
com.mongodb.DBObject query)
Creates and returns a
QueryImpl. |
createQuery, createQueryCopyright © 2021. All rights reserved.