|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |