类 RowSelection
- java.lang.Object
-
- org.hibernate.engine.spi.RowSelection
-
-
构造器概要
构造器 构造器 说明 RowSelection()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleandefinesLimits()IntegergetFetchSize()IntegergetFirstRow()IntegergetMaxRows()IntegergetTimeout()voidsetFetchSize(int fetchSize)voidsetFetchSize(Integer fetchSize)voidsetFirstRow(int firstRow)voidsetFirstRow(Integer firstRow)voidsetMaxRows(int maxRows)voidsetMaxRows(Integer maxRows)voidsetTimeout(int timeout)voidsetTimeout(Integer timeout)
-
-
-
方法详细资料
-
setFirstRow
public void setFirstRow(Integer firstRow)
-
setFirstRow
public void setFirstRow(int firstRow)
-
getFirstRow
public Integer getFirstRow()
-
setMaxRows
public void setMaxRows(Integer maxRows)
-
setMaxRows
public void setMaxRows(int maxRows)
-
getMaxRows
public Integer getMaxRows()
-
setTimeout
public void setTimeout(Integer timeout)
-
setTimeout
public void setTimeout(int timeout)
-
getTimeout
public Integer getTimeout()
-
getFetchSize
public Integer getFetchSize()
-
setFetchSize
public void setFetchSize(Integer fetchSize)
-
setFetchSize
public void setFetchSize(int fetchSize)
-
definesLimits
public boolean definesLimits()
-
-