Uses of Class
org.apache.openjpa.jdbc.sql.ResultSetResult

Packages that use ResultSetResult
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of ResultSetResult in org.apache.openjpa.jdbc.kernel
 

Constructors in org.apache.openjpa.jdbc.kernel with parameters of type ResultSetResult
SQLProjectionResultObjectProvider(JDBCStore store, JDBCFetchConfiguration fetch, ResultSetResult res, Class cls)
          Constructor.
 

Uses of ResultSetResult in org.apache.openjpa.jdbc.sql
 

Subclasses of ResultSetResult in org.apache.openjpa.jdbc.sql
static class SelectImpl.SelectResult
          A Result implementation wrapped around this select.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.