org.hibernate.engine.spi
Class RowSelection
java.lang.Object
org.hibernate.engine.spi.RowSelection
public final class RowSelection
- extends Object
Represents a selection criteria for rows in a JDBC ResultSet
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()
getFetchSize
public Integer getFetchSize()
setFetchSize
public void setFetchSize(Integer fetchSize)
definesLimits
public boolean definesLimits()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.