org.apache.ibatis.session
Class RowBounds

java.lang.Object
  extended by org.apache.ibatis.session.RowBounds

public class RowBounds
extends Object


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

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
Constructor Detail

RowBounds

public RowBounds()

RowBounds

public RowBounds(int offset,
                 int limit)
Method Detail

getOffset

public int getOffset()

getLimit

public int getLimit()


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.