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 JDBCFetchPlanImpl.getResultSetType()
           
 ResultSetType JDBCFetchPlan.getResultSetType()
          Type of JDBC result set to use for query results.
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
 JDBCFetchPlanImpl JDBCFetchPlanImpl.setResultSetType(ResultSetType type)
           
 JDBCFetchPlan JDBCFetchPlan.setResultSetType(ResultSetType type)
          Type of JDBC result set to use for query results.
 



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