public class MorphiaQuery<K> extends MongodbQuery<K>
MongodbQuery
with Morphia specific transformationsConstructor 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, where
public 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–2015 Mysema Ltd. All rights reserved.