Package com.sap.cds.util
Class CdsSearchUtils
java.lang.Object
com.sap.cds.util.CdsSearchUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<CqnElementRef>
getSearchableElements
(CqnSelect select, CdsStructuredType targetType) static void
moveSearchToWhere
(CqnSelect select, CqnPredicate filter) static Collection<CqnElementRef>
searchableElementRefs
(CdsStructuredType targetType) static CqnPredicate
searchToLikeExpression
(Collection<CqnElementRef> elements, CqnPredicate expression)
-
Field Details
-
CORE_COMPUTED
- See Also:
-
-
Method Details
-
searchableElementRefs
-
moveSearchToWhere
-
searchToLikeExpression
public static CqnPredicate searchToLikeExpression(Collection<CqnElementRef> elements, CqnPredicate expression) -
getSearchableElements
public static Collection<CqnElementRef> getSearchableElements(CqnSelect select, CdsStructuredType targetType)
-