Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa.jdbc » kernel » [javadoc | source]
org.apache.openjpa.jdbc.kernel
public class: GenericResultObjectProvider [javadoc | source]
java.lang.Object
   org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider

All Implemented Interfaces:
    ResultObjectProvider

Object provider implementation wrapped around a generic Result .
Constructor:
 public GenericResultObjectProvider(Class pcClass,
    JDBCStore store,
    JDBCFetchConfiguration fetch,
    Result res) 
    Constructor.
    Parameters:
    pcClass - the base class of the result objects
    store - the store manager to delegate loading to
    fetch - the fetch configuration, or null for default
    res - the result containing the data
 public GenericResultObjectProvider(ClassMapping mapping,
    JDBCStore store,
    JDBCFetchConfiguration fetch,
    Result res) 
    Constructor.
    Parameters:
    mapping - the mapping for the base class of the result objects
    store - the store manager to delegate loading to
    fetch - the fetch configuration, or null for default
    res - the result containing the data
Method from org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider Summary:
absolute,   close,   getResultObject,   handleCheckedException,   next,   open,   reset,   size,   supportsRandomAccess
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.jdbc.kernel.GenericResultObjectProvider Detail:
 public boolean absolute(int pos) throws SQLException 
 public  void close() 
 public Object getResultObject() throws SQLException 
 public  void handleCheckedException(Exception e) 
 public boolean next() throws SQLException 
 public  void open() 
 public  void reset() 
 public int size() throws SQLException 
 public boolean supportsRandomAccess()