Uses of Enum
org.apache.openjpa.persistence.jdbc.JoinSyntax
-
Uses of JoinSyntax in org.apache.openjpa.persistence.jdbc
Modifier and TypeMethodDescriptionJDBCFetchPlan.getJoinSyntax()
SQL join syntax.JDBCFetchPlanImpl.getJoinSyntax()
static JoinSyntax
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 TypeMethodDescriptionJDBCFetchPlan.setJoinSyntax
(JoinSyntax syntax) SQL join syntax.JDBCFetchPlanImpl.setJoinSyntax
(JoinSyntax syntax)