org.hibernate.engine
Class RowSelection
java.lang.Object
org.hibernate.engine.RowSelection
public final class RowSelection
- extends java.lang.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(java.lang.Integer firstRow)
getFirstRow
public java.lang.Integer getFirstRow()
setMaxRows
public void setMaxRows(java.lang.Integer maxRows)
getMaxRows
public java.lang.Integer getMaxRows()
setTimeout
public void setTimeout(java.lang.Integer timeout)
getTimeout
public java.lang.Integer getTimeout()
getFetchSize
public java.lang.Integer getFetchSize()
setFetchSize
public void setFetchSize(java.lang.Integer fetchSize)
definesLimits
public boolean definesLimits()
Copyright © 2008 Hibernate.org. All Rights Reserved.