Package org.apache.ibatis.cursor

Base package for cursor feature.
  • Interface Summary
    Interface Description
    Cursor<T>
    Cursor contract to handle fetching items lazily using an Iterator.