Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
FetchDirection |
JDBCFetchPlan.getFetchDirection()
Result set fetch direction.
|
FetchDirection |
JDBCFetchPlanImpl.getFetchDirection() |
static FetchDirection |
FetchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchDirection[] |
FetchDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JDBCFetchPlan |
JDBCFetchPlan.setFetchDirection(FetchDirection direction)
Result set fetch direction.
|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setFetchDirection(FetchDirection direction) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.