Spring Data Document

org.springframework.data.document.mongodb
Interface CursorPreparer


public interface CursorPreparer

Simple callback interface to allow customization of a DBCursor.

Author:
Oliver Gierke

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

Method Detail

prepare

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

Parameters:
cursor -

Spring Data Document

Copyright © 2011. All Rights Reserved.