Methods in org.springframework.data.document.mongodb with parameters of type CursorPreparer |
protected
|
MongoTemplate.doFind(java.lang.String collectionName,
com.mongodb.DBObject query,
com.mongodb.DBObject fields,
java.lang.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. |
|
MongoTemplate.find(java.lang.String collectionName,
Query query,
java.lang.Class<T> targetClass,
CursorPreparer preparer)
|
|
MongoOperations.find(java.lang.String collectionName,
Query query,
java.lang.Class<T> targetClass,
CursorPreparer preparer)
Map the results of an ad-hoc query on the specified collection to a List of the specified type. |