JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.apache.ibatis.cursor
package
org.apache.ibatis.cursor
Base package for cursor feature.
Related Packages
Package
Description
org.apache.ibatis
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
org.apache.ibatis.cursor.defaults
Default implementation for cursor feature.
Interfaces
Class
Description
Cursor
<T>
Cursor contract to handle fetching items lazily using an Iterator.