Uses of Class
io.ebean.QueryType
-
Packages that use QueryType Package Description io.ebean -
-
Uses of QueryType in io.ebean
Methods in io.ebean that return QueryType Modifier and Type Method Description QueryType
Query. getQueryType()
Return the type of query being executed.static QueryType
QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryType[]
QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-