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)
 
            | 
 
| 
Method Summary | 
protected  com.mongodb.DBCursor | 
createCursor()
 
            | 
 
| Methods inherited from class com.mysema.query.mongodb.MongodbQuery | 
count, countDistinct, distinct, exists, iterate, iterateDistinct, 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>
 
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.