|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ibatis.session.RowBounds
public class RowBounds
| Field Summary | |
|---|---|
static RowBounds |
DEFAULT
|
static int |
NO_ROW_LIMIT
|
static int |
NO_ROW_OFFSET
|
| Constructor Summary | |
|---|---|
RowBounds()
|
|
RowBounds(int offset,
int limit)
|
|
| Method Summary | |
|---|---|
int |
getLimit()
|
int |
getOffset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_ROW_OFFSET
public static final int NO_ROW_LIMIT
public static final RowBounds DEFAULT
| Constructor Detail |
|---|
public RowBounds()
public RowBounds(int offset,
int limit)
| Method Detail |
|---|
public int getOffset()
public int getLimit()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||