Package | Description |
---|---|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Method and Description |
---|---|
JoinSyntax |
JDBCFetchPlan.getJoinSyntax()
SQL join syntax.
|
JoinSyntax |
JDBCFetchPlanImpl.getJoinSyntax() |
static JoinSyntax |
JoinSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinSyntax[] |
JoinSyntax.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.setJoinSyntax(JoinSyntax syntax)
SQL join syntax.
|
JDBCFetchPlanImpl |
JDBCFetchPlanImpl.setJoinSyntax(JoinSyntax syntax) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.