Uses of Class
org.apache.cayenne.map.JoinType
-
Packages that use JoinType Package Description org.apache.cayenne.map Contains O/R mapping classes that store relational database metadata information and map it to Java classes. -
-
Uses of JoinType in org.apache.cayenne.map
Methods in org.apache.cayenne.map that return JoinType Modifier and Type Method Description JoinTypePathComponent. getJoinType()Returns a joint type of this path component in the expression.static JoinTypeJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinType[]JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-