org.apache.ibatis.session
Class RowBounds
java.lang.Object
org.apache.ibatis.session.RowBounds
public class RowBounds
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_ROW_OFFSET
public static final int NO_ROW_OFFSET
- See Also:
- Constant Field Values
NO_ROW_LIMIT
public static final int NO_ROW_LIMIT
- See Also:
- Constant Field Values
DEFAULT
public static final RowBounds DEFAULT
RowBounds
public RowBounds()
RowBounds
public RowBounds(int offset,
int limit)
getOffset
public int getOffset()
getLimit
public int getLimit()
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.