| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(java.lang.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. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||