Uses of Class
io.ebean.Junction.Type
-
Packages that use Junction.Type Package Description io.ebean -
-
Uses of Junction.Type in io.ebean
Methods in io.ebean that return Junction.Type Modifier and Type Method Description static Junction.Type
Junction.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Junction.Type[]
Junction.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean with parameters of type Junction.Type Modifier and Type Method Description <T> Junction<T>
ExpressionFactory. junction(Junction.Type type, Query<T> query, ExpressionList<T> parent)
Return a Text query junction for MUST, SHOULD or MUST NOT.
-