Save This Page
Home » hibernate-entitymanager-3.3.2.GA » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public final class: RowSelection [javadoc | source]
java.lang.Object
   org.hibernate.engine.RowSelection
Represents a selection of rows in a JDBC ResultSet
Method from org.hibernate.engine.RowSelection Summary:
definesLimits,   getFetchSize,   getFirstRow,   getMaxRows,   getTimeout,   setFetchSize,   setFirstRow,   setMaxRows,   setTimeout
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.RowSelection Detail:
 public boolean definesLimits() 
 public Integer getFetchSize() 
 public Integer getFirstRow() 
 public Integer getMaxRows() 
 public Integer getTimeout() 
 public  void setFetchSize(Integer fetchSize) 
 public  void setFirstRow(Integer firstRow) 
 public  void setMaxRows(Integer maxRows) 
 public  void setTimeout(Integer timeout)