Uses of Class
app.commerceio.spring.data.search.SearchOp
-
-
Uses of SearchOp in app.commerceio.spring.data.search
Methods in app.commerceio.spring.data.search that return SearchOp Modifier and Type Method Description static SearchOpSearchOp. searchOp(String input)static SearchOpSearchOp. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchOp[]SearchOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in app.commerceio.spring.data.search with parameters of type SearchOp Modifier and Type Method Description SearchCriteria.SearchCriteriaBuilderSearchCriteria.SearchCriteriaBuilder. op(SearchOp op)
-