public final class MorphiaQuery<K> extends MongodbQuery<K>
MongodbQuery
with Morphia specific transformationsConstructor and Description |
---|
MorphiaQuery(com.google.code.morphia.Morphia morphia,
com.google.code.morphia.Datastore datastore,
com.google.code.morphia.mapping.cache.EntityCache cache,
EntityPath<K> entityPath) |
MorphiaQuery(com.google.code.morphia.Morphia morphia,
com.google.code.morphia.Datastore datastore,
EntityPath<K> entityPath) |
Modifier and Type | Method and Description |
---|---|
protected com.mongodb.DBCursor |
createCursor() |
protected com.mongodb.DBCollection |
getCollection(java.lang.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, singleResult, singleResult, toString, uniqueResult, uniqueResult, where, where
public MorphiaQuery(com.google.code.morphia.Morphia morphia, com.google.code.morphia.Datastore datastore, EntityPath<K> entityPath)
public MorphiaQuery(com.google.code.morphia.Morphia morphia, com.google.code.morphia.Datastore datastore, com.google.code.morphia.mapping.cache.EntityCache cache, EntityPath<K> entityPath)
protected com.mongodb.DBCursor createCursor()
createCursor
in class MongodbQuery<K>
protected com.mongodb.DBCollection getCollection(java.lang.Class<?> type)
getCollection
in class MongodbQuery<K>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.