Uses of Enum
io.ebean.Junction.Type
Packages that use Junction.Type
-
Uses of Junction.Type in io.ebean
Subclasses with type arguments of type Junction.Type in io.ebeanModifier and TypeClassDescriptionstatic enumThe type of Junction used in full text expressions.Methods in io.ebean that return Junction.TypeModifier and TypeMethodDescriptionstatic Junction.TypeReturns 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.TypeModifier 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.