Package com.atlassian.bamboo.jpa
Class JpaUtils.Accumulator
java.lang.Object
com.atlassian.bamboo.jpa.JpaUtils.Accumulator
- Enclosing class:
JpaUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(jakarta.persistence.criteria.Predicate predicate) Adds predicate to the list of predicatesAdds predicates to the list of predicatesvoidtoWhere(jakarta.persistence.criteria.CriteriaQuery<?> q) Applies all accumulated predicates to the where condition of the supplied query
-
Constructor Details
-
Accumulator
public Accumulator()
-
-
Method Details
-
add
Adds predicate to the list of predicates -
add
Adds predicates to the list of predicates -
toWhere
public void toWhere(jakarta.persistence.criteria.CriteriaQuery<?> q) Applies all accumulated predicates to the where condition of the supplied query
-