Package com.skava.helper.search
Class QueryDslUtil
java.lang.Object
com.skava.helper.search.QueryDslUtil
- Author:
- Infosys Equinox PredicateUtil Class
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
checkIfSpecificationFormat
(String filter) static com.querydsl.core.types.Predicate
getPredicate
(Class<?> entityClazz, String expression) Get Querydsl Predicate
-
Method Details
-
getPredicate
public static com.querydsl.core.types.Predicate getPredicate(Class<?> entityClazz, String expression) Get Querydsl Predicate- Parameters:
entityClazz
- It contains entitiy to be predicateexpression
- It contains filters to be applied.- Returns:
- it returns predicate.
-
checkIfSpecificationFormat
-