Uses of Class
org.apache.openjpa.persistence.jdbc.ResultSetType

Packages that use ResultSetType
org.apache.openjpa.persistence.jdbc OpenJPA JPA-JDBC 
 

Uses of ResultSetType in org.apache.openjpa.persistence.jdbc
 

Methods in org.apache.openjpa.persistence.jdbc that return ResultSetType
 ResultSetType JDBCFetchPlan.getResultSetType()
          Type of JDBC result set to use for query results.
 ResultSetType JDBCFetchPlanImpl.getResultSetType()
           
static ResultSetType ResultSetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultSetType[] ResultSetType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.openjpa.persistence.jdbc with parameters of type ResultSetType
 JDBCFetchPlan JDBCFetchPlan.setResultSetType(ResultSetType type)
          Type of JDBC result set to use for query results.
 JDBCFetchPlanImpl JDBCFetchPlanImpl.setResultSetType(ResultSetType type)
           
 



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