public final class MorphiaQuery<K> extends MongodbQuery<K>
MongodbQuery with Morphia specific transformations| Constructor and Description |
|---|
MorphiaQuery(org.mongodb.morphia.Morphia morphia,
org.mongodb.morphia.Datastore datastore,
org.mongodb.morphia.mapping.cache.EntityCache cache,
EntityPath<K> entityPath) |
MorphiaQuery(org.mongodb.morphia.Morphia morphia,
org.mongodb.morphia.Datastore datastore,
EntityPath<K> entityPath) |
| Modifier and Type | Method and Description |
|---|---|
protected com.mongodb.DBCursor |
createCursor() |
protected com.mongodb.DBCollection |
getCollection(Class<?> type) |
anyEmbedded, count, createCursor, createFilter, createJoinFilter, distinct, exists, getIds, iterate, iterate, join, join, limit, list, list, listResults, listResults, notExists, offset, orderBy, orderBy, restrict, set, setReadPreference, singleResult, singleResult, toString, uniqueResult, uniqueResult, where, wherepublic MorphiaQuery(org.mongodb.morphia.Morphia morphia,
org.mongodb.morphia.Datastore datastore,
EntityPath<K> entityPath)
public MorphiaQuery(org.mongodb.morphia.Morphia morphia,
org.mongodb.morphia.Datastore datastore,
org.mongodb.morphia.mapping.cache.EntityCache cache,
EntityPath<K> entityPath)
protected com.mongodb.DBCursor createCursor()
createCursor in class MongodbQuery<K>protected com.mongodb.DBCollection getCollection(Class<?> type)
getCollection in class MongodbQuery<K>Copyright © 2007–2014 Mysema Ltd. All rights reserved.