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

java.lang.Object
  extended by org.springframework.data.document.mongodb.repository.AbstractMongoQuery.Execution
      extended by org.springframework.data.document.mongodb.repository.AbstractMongoQuery.CollectionExecution
Enclosing class:
AbstractMongoQuery

 class AbstractMongoQuery.CollectionExecution
extends AbstractMongoQuery.Execution

AbstractMongoQuery.Execution for collection returning queries.

Author:
Oliver Gierke

Constructor Summary
AbstractMongoQuery.CollectionExecution()
           
 
Method Summary
 java.lang.Object execute(Query query)
           
 
Methods inherited from class org.springframework.data.document.mongodb.repository.AbstractMongoQuery.Execution
readCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMongoQuery.CollectionExecution

AbstractMongoQuery.CollectionExecution()
Method Detail

execute

public java.lang.Object execute(Query query)
Specified by:
execute in class AbstractMongoQuery.Execution