Spring Data Document

Uses of Interface
org.springframework.data.document.mongodb.CursorPreparer

Packages that use CursorPreparer
org.springframework.data.document.mongodb MongoDB core support. 
 

Uses of CursorPreparer in org.springframework.data.document.mongodb
 

Methods in org.springframework.data.document.mongodb with parameters of type CursorPreparer
protected
<T> List<T>
MongoTemplate.doFind(String collectionName, DBObject query, DBObject fields, Class<T> entityClass, CursorPreparer preparer)
          Map the results of an ad-hoc query on the default MongoDB collection to a List of the specified type.
<T> List<T>
MongoTemplate.find(Query query, Class<T> entityClass, CursorPreparer preparer, String collectionName)
           
<T> List<T>
MongoOperations.find(Query query, Class<T> entityClass, CursorPreparer preparer, String collectionName)
          Map the results of an ad-hoc query on the specified collection to a List of the specified type.
 


Spring Data Document

Copyright © 2011. All Rights Reserved.