| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.impl.AbstractScrollableResultsorg.hibernate.impl.ScrollableResultsImplConstructor Summary | |
| |
Method Summary | |
void | |
void | |
boolean |
|
protected Object[] | |
int | |
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
boolean |
|
Methods inherited from class org.hibernate.impl.AbstractScrollableResults | |
afterScrollOperation, close, get, get, getBigDecimal, getBigInteger, getBinary, getBlob, getBoolean, getByte, getCalendar, getCharacter, getClob, getCurrentRow, getDate, getDouble, getFinal, getFloat, getHolderInstantiator, getInteger, getLoader, getLocale, getLong, getNonFinal, getPs, getQueryParameters, getResultSet, getSession, getShort, getString, getText, getTimeZone, getType, getTypes | |
public ScrollableResultsImpl(ResultSet rs,
PreparedStatement ps,
SessionImplementor sess,
Loader loader,
QueryParameters queryParameters,
Type[] types,
HolderInstantiator holderInstantiator)
throws MappingExceptionpublic void afterLast()
throws HibernateException
- Specified by:
- afterLast in interface ScrollableResults
- See Also:
ScrollableResults.afterLast()
public void beforeFirst()
throws HibernateException
- Specified by:
- beforeFirst in interface ScrollableResults
- See Also:
ScrollableResults.beforeFirst()
public boolean first()
throws HibernateException
- Specified by:
- first in interface ScrollableResults
- See Also:
ScrollableResults.first()
protected Object[] getCurrentRow()
- Overrides:
- getCurrentRow in interface AbstractScrollableResults
public int getRowNumber()
throws HibernateException
- Specified by:
- getRowNumber in interface ScrollableResults
public boolean isFirst()
throws HibernateException
- Specified by:
- isFirst in interface ScrollableResults
- See Also:
ScrollableResults.isFirst()
public boolean isLast()
throws HibernateException
- Specified by:
- isLast in interface ScrollableResults
- See Also:
ScrollableResults.isLast()
public boolean last()
throws HibernateException
- Specified by:
- last in interface ScrollableResults
- See Also:
ScrollableResults.last()
public boolean next()
throws HibernateException
- Specified by:
- next in interface ScrollableResults
- See Also:
ScrollableResults.next()
public boolean previous()
throws HibernateException
- Specified by:
- previous in interface ScrollableResults
- See Also:
ScrollableResults.previous()
public boolean scroll(int i)
throws HibernateException
- Specified by:
- scroll in interface ScrollableResults
- See Also:
ScrollableResults.scroll(int)
public boolean setRowNumber(int rowNumber)
throws HibernateException
- Specified by:
- setRowNumber in interface ScrollableResults