Package org.apache.ibatis.session
Class RowBounds
java.lang.Object
org.apache.ibatis.session.RowBounds
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RowBounds
private final int
static final int
static final int
private final int
-
Constructor Summary
Constructors -
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
-
offset
private final int offset -
limit
private final int limit
-
-
Constructor Details
-
RowBounds
public RowBounds() -
RowBounds
public RowBounds(int offset, int limit)
-
-
Method Details
-
getOffset
public int getOffset() -
getLimit
public int getLimit()
-