org.mongodb.morphia.utils
Class Helper
java.lang.Object
org.mongodb.morphia.utils.Helper
public final class Helper
- extends Object
Exposes driver related DBObject stuff from Morphia objects
- Author:
- scotthernandez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCriteria
public static DBObject getCriteria(Query q)
getSort
public static DBObject getSort(Query q)
getFields
public static DBObject getFields(Query q)
getCollection
public static DBCollection getCollection(Query q)
getCursor
public static DBCursor getCursor(Iterable it)
getUpdateOperations
public static DBObject getUpdateOperations(UpdateOperations ops)
getDB
public static DB getDB(Datastore ds)