Uses of Class
de.jaggl.sqlbuilder.core.domain.JoinType
-
Packages that use JoinType Package Description de.jaggl.sqlbuilder.core.domain -
-
Uses of JoinType in de.jaggl.sqlbuilder.core.domain
Methods in de.jaggl.sqlbuilder.core.domain that return JoinType Modifier and Type Method Description 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.
-