Class PredicateUtils
java.lang.Object
com.netflix.genie.web.data.services.impl.jpa.queries.predicates.PredicateUtils
Utility methods for the JPA
Predicate generation.- Since:
- 3.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateTagSearchString(Set<TagEntity> tags) Convert a set of TagEntities to the '|' delimited tag search string.
-
Method Details
-
createTagSearchString
Convert a set of TagEntities to the '|' delimited tag search string.- Parameters:
tags- The tags to convert- Returns:
- The tag search string in case insensitive order. e.g. |tag1||tag2||tag3|
-