站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.engine.RowSelection (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Class
net.sf.hibernate.engine.RowSelection

Packages that use RowSelection
net.sf.hibernate.engine   
net.sf.hibernate.impl   
net.sf.hibernate.loader   
 

Uses of RowSelection in net.sf.hibernate.engine
 

Methods in net.sf.hibernate.engine that return RowSelection
 RowSelection QueryParameters.getRowSelection()
           
 

Methods in net.sf.hibernate.engine with parameters of type RowSelection
 void QueryParameters.setRowSelection(RowSelection selection)
           
 

Constructors in net.sf.hibernate.engine with parameters of type RowSelection
QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map lockModes, RowSelection rowSelection)
           
QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map namedParameters, Map lockModes, RowSelection rowSelection, boolean cacheable, String cacheRegion, boolean forceCacheRefresh)
           
 

Uses of RowSelection in net.sf.hibernate.impl
 

Methods in net.sf.hibernate.impl that return RowSelection
 RowSelection AbstractQueryImpl.getSelection()
           
protected  RowSelection AbstractQueryImpl.getRowSelection()
           
 

Uses of RowSelection in net.sf.hibernate.loader
 

Methods in net.sf.hibernate.loader with parameters of type RowSelection
protected  ResultSet Loader.getResultSet(PreparedStatement st, RowSelection selection, SessionImplementor session)
          Fetch a PreparedStatement, call setMaxRows and then execute it, advance to the first result and return an SQL ResultSet