Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
FetchMode |
JDBCFetchPlan.getEagerFetchMode()
Eager fetch mode in loading relations.
|
FetchMode |
JDBCFetchPlanImpl.getEagerFetchMode() |
FetchMode |
JDBCFetchPlan.getSubclassFetchMode()
Eager fetch mode in loading subclasses.
|
FetchMode |
JDBCFetchPlanImpl.getSubclassFetchMode() |
static FetchMode |
FetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchMode[] |
FetchMode.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.setEagerFetchMode(FetchMode mode)
Eager fetch mode in loading relations.
|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setEagerFetchMode(FetchMode mode) |
JDBCFetchPlan |
JDBCFetchPlan.setSubclassFetchMode(FetchMode mode)
Eager fetch mode in loading subclasses.
|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setSubclassFetchMode(FetchMode mode) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.