com.mysema.query.mongodb.morphia
Class MorphiaQuery<K>

java.lang.Object
  extended by com.mysema.query.mongodb.MongodbQuery<K>
      extended by 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)
           
 
Method Summary
protected  com.mongodb.DBCursor createCursor()
           
 
Methods inherited from class com.mysema.query.mongodb.MongodbQuery
count, countDistinct, distinct, iterate, iterateDistinct, limit, list, listDistinct, listDistinctResults, listResults, offset, orderBy, restrict, set, toString, uniqueResult, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

createCursor

protected com.mongodb.DBCursor createCursor()
Overrides:
createCursor in class MongodbQuery<K>


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.