Package dev.morphia.query
Class AbstractQueryFactory
- java.lang.Object
-
- dev.morphia.query.AbstractQueryFactory
-
- All Implemented Interfaces:
QueryFactory
@Deprecated(forRemoval=true) public abstract class AbstractQueryFactory extends Object implements QueryFactory
Deprecated, for removal: This API element is subject to removal in a future version.implementQueryFactory
directlyAn abstract implementation ofQueryFactory
.
-
-
Constructor Summary
Constructors Constructor Description AbstractQueryFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.morphia.query.QueryFactory
createQuery, createQuery, createQuery, createQuery
-
-