net.sf.hibernate.engine
Class RowSelection
java.lang.Object
net.sf.hibernate.engine.RowSelection
- public final class RowSelection
- extends Object
Represents a selection of rows in a JDBC ResultSet
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowSelection
public RowSelection()
setFirstRow
public void setFirstRow(Integer firstRow)
getFirstRow
public Integer getFirstRow()
setMaxRows
public void setMaxRows(Integer maxRows)
getMaxRows
public Integer getMaxRows()
setTimeout
public void setTimeout(Integer timeout)
getTimeout
public Integer getTimeout()