org.springframework.data.document.mongodb.repository
Class AbstractMongoQuery.Execution

java.lang.Object
  extended by org.springframework.data.document.mongodb.repository.AbstractMongoQuery.Execution
Direct Known Subclasses:
AbstractMongoQuery.CollectionExecution, AbstractMongoQuery.PagedExecution, AbstractMongoQuery.SingleEntityExecution
Enclosing class:
AbstractMongoQuery

private abstract class AbstractMongoQuery.Execution
extends java.lang.Object


Constructor Summary
private AbstractMongoQuery.Execution()
           
 
Method Summary
(package private) abstract  java.lang.Object execute(Query query)
           
protected  java.util.List<?> readCollection(Query query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMongoQuery.Execution

private AbstractMongoQuery.Execution()
Method Detail

execute

abstract java.lang.Object execute(Query query)

readCollection

protected java.util.List<?> readCollection(Query query)