Uses of Class
org.hibernate.engine.spi.RowSelection

Packages that use RowSelection
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
 

Uses of RowSelection in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return RowSelection
 RowSelection QueryParameters.getRowSelection()
           
 

Methods in org.hibernate.engine.spi with parameters of type RowSelection
 QueryParameters QueryParameters.createCopyUsing(RowSelection selection)
           
 void QueryParameters.setRowSelection(RowSelection selection)
           
 

Constructors in org.hibernate.engine.spi with parameters of type RowSelection
QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, String cacheRegion, String comment, boolean isLookupByNaturalKey, ResultTransformer transformer)
           
QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map<String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, String cacheRegion, String comment, Serializable[] collectionKeys, Object optionalObject, String optionalEntityName, Serializable optionalId, ResultTransformer transformer)
           
QueryParameters(Type[] positionalParameterTypes, Object[] positionalParameterValues, Map<String,TypedValue> namedParameters, LockOptions lockOptions, RowSelection rowSelection, boolean isReadOnlyInitialized, boolean readOnly, boolean cacheable, String cacheRegion, String comment, Serializable[] collectionKeys, ResultTransformer transformer)
           
 

Uses of RowSelection in org.hibernate.internal
 

Methods in org.hibernate.internal that return RowSelection
protected  RowSelection AbstractQueryImpl.getRowSelection()
           
 RowSelection AbstractQueryImpl.getSelection()
           
 

Uses of RowSelection in org.hibernate.loader
 

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



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.