Spring Data Graph

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> targetClass, 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(String collectionName, Query query, Class<T> targetClass, CursorPreparer preparer)
           
<T> List<T>
MongoOperations.find(String collectionName, Query query, Class<T> targetClass, CursorPreparer preparer)
          Map the results of an ad-hoc query on the specified collection to a List of the specified type.
 


Spring Data Graph

Copyright © 2011. All Rights Reserved.