Uses of Enum
io.ebean.Junction.Type
-
Uses of Junction.Type in io.ebean
Modifier and TypeMethodDescriptionstatic Junction.Type
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.Modifier and TypeMethodDescription<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.