Uses of Enum
org.apache.openjpa.persistence.jdbc.JoinSyntax
Packages that use JoinSyntax
-
Uses of JoinSyntax in org.apache.openjpa.persistence.jdbc
Methods in org.apache.openjpa.persistence.jdbc that return JoinSyntaxModifier and TypeMethodDescriptionJDBCFetchPlan.getJoinSyntax()SQL join syntax.JDBCFetchPlanImpl.getJoinSyntax()static JoinSyntaxReturns 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.Methods in org.apache.openjpa.persistence.jdbc with parameters of type JoinSyntaxModifier and TypeMethodDescriptionJDBCFetchPlan.setJoinSyntax(JoinSyntax syntax) SQL join syntax.JDBCFetchPlanImpl.setJoinSyntax(JoinSyntax syntax)