Uses of Interface
io.ebean.Filter
Packages that use Filter
-
Uses of Filter in io.ebean
Modifier and TypeMethodDescriptionBetween - property between the two given values.Contains - property contains the string "value".Ends With.Equal To - property equal to the given value.<T> Filter<T>
Create a filter for sorting and filtering lists of entities locally without going back to the database.static <T> Filter<T>
Create a filter for sorting and filtering lists of entities locally without going back to the database.Greater Than or Equal to - property greater than or equal to the given value.Greater Than - property greater than the given value.Case insensitive Contains.Case insensitive Ends With.Case Insensitive Equal To.In - property has a value contained in the set of values.Is Not Null - property is not null.Is Null - property is null.Filter.istartsWith
(String propertyName, String value) Case insensitive Starts With.Less Than or Equal to - property less than or equal to the given value.Less Than - property less than the given value.Filter.maxRows
(int maxRows) Specify the maximum number of rows/elements to return.Not Equal To - property not equal to the given value.Specify a sortByClause.Filter.startsWith
(String propertyName, String value) Starts With.