com.mysema.query.mongodb.morphia
Class MorphiaQuery<K>
java.lang.Object
com.mysema.query.mongodb.MongodbQuery<K>
com.mysema.query.mongodb.morphia.MorphiaQuery<K>
- All Implemented Interfaces:
- FilteredClause<MongodbQuery<K>>, SimpleProjectable<K>, SimpleQuery<MongodbQuery<K>>
public class MorphiaQuery<K>
- extends MongodbQuery<K>
MorphiaQuery extends MongodbQuery with Morphia specific transformations
- Author:
- laimw, tiwe
Constructor Summary |
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)
|
Methods inherited from class com.mysema.query.mongodb.MongodbQuery |
anyEmbedded, count, countDistinct, createCursor, createFilter, createJoinFilter, distinct, exists, getIds, iterate, iterateDistinct, join, limit, list, listDistinct, listDistinctResults, listResults, notExists, offset, orderBy, restrict, set, singleResult, toString, uniqueResult, where |
MorphiaQuery
public MorphiaQuery(com.google.code.morphia.Morphia morphia,
com.google.code.morphia.Datastore datastore,
EntityPath<K> entityPath)
MorphiaQuery
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)
createCursor
protected com.mongodb.DBCursor createCursor()
- Overrides:
createCursor
in class MongodbQuery<K>
getCollection
protected com.mongodb.DBCollection getCollection(Class<?> type)
- Specified by:
getCollection
in class MongodbQuery<K>
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.