org.springframework.data.document.mongodb
Interface CursorPreparer


public interface CursorPreparer

Simple callback interface to allow customization of a DBCursor.

Author:
Oliver Gierke

Method Summary
 com.mongodb.DBCursor prepare(com.mongodb.DBCursor cursor)
          Prepare the given cursor (apply limits, skips and so on).
 

Method Detail

prepare

com.mongodb.DBCursor prepare(com.mongodb.DBCursor cursor)
Prepare the given cursor (apply limits, skips and so on). Returns th eprepared cursor.

Parameters:
cursor -


Copyright © 2011. All Rights Reserved.