Uses of Class
org.hotrod.runtime.util.SQLJoin.JoinType
-
Packages that use SQLJoin.JoinType Package Description org.hotrod.runtime.util -
-
Uses of SQLJoin.JoinType in org.hotrod.runtime.util
Methods in org.hotrod.runtime.util that return SQLJoin.JoinType Modifier and Type Method Description static SQLJoin.JoinTypeSQLJoin.JoinType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLJoin.JoinType[]SQLJoin.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hotrod.runtime.util with parameters of type SQLJoin.JoinType Constructor Description SQLJoin(SQLTable table, SQLJoin.JoinType type, SQLLogicalExpression condition)
-