Class DefaultCursor<T>

java.lang.Object
org.apache.ibatis.cursor.defaults.DefaultCursor<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<T>, Cursor<T>

public class DefaultCursor<T> extends Object implements Cursor<T>
This is the default implementation of a MyBatis Cursor. This implementation is not thread safe.
Author:
Guillaume Darmont / guillaume@dropinocean.com