Package org.apache.ibatis.session
Class RowBounds
java.lang.Object
org.apache.ibatis.session.RowBounds
- Author:
- Clinton Begin
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_ROW_OFFSET
public static final int NO_ROW_OFFSET- See Also:
-
NO_ROW_LIMIT
public static final int NO_ROW_LIMIT- See Also:
-
DEFAULT
-
-
Constructor Details
-
RowBounds
public RowBounds() -
RowBounds
public RowBounds(int offset, int limit)
-
-
Method Details
-
getOffset
public int getOffset() -
getLimit
public int getLimit()
-