Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » impl » [javadoc | source]
org.hibernate.impl
public class: ScrollableResultsImpl [javadoc | source]
java.lang.Object
   org.hibernate.impl.AbstractScrollableResults
      org.hibernate.impl.ScrollableResultsImpl

All Implemented Interfaces:
    org.hibernate.ScrollableResults, org.hibernate.ScrollableResults

Implementation of the ScrollableResults interface
Constructor:
 public ScrollableResultsImpl(ResultSet rs,
    PreparedStatement ps,
    SessionImplementor sess,
    Loader loader,
    QueryParameters queryParameters,
    Type[] types,
    HolderInstantiator holderInstantiator) throws MappingException 
Method from org.hibernate.impl.ScrollableResultsImpl Summary:
afterLast,   beforeFirst,   first,   getCurrentRow,   getRowNumber,   isFirst,   isLast,   last,   next,   previous,   scroll,   setRowNumber
Methods from 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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.impl.ScrollableResultsImpl Detail:
 public  void afterLast() throws HibernateException 
 public  void beforeFirst() throws HibernateException 
 public boolean first() throws HibernateException 
 protected Object[] getCurrentRow() 
 public int getRowNumber() throws HibernateException 
 public boolean isFirst() throws HibernateException 
 public boolean isLast() throws HibernateException 
 public boolean last() throws HibernateException 
 public boolean next() throws HibernateException 
 public boolean previous() throws HibernateException 
 public boolean scroll(int i) throws HibernateException 
 public boolean setRowNumber(int rowNumber) throws HibernateException