Constructor and Description |
---|
Accumulator() |
Modifier and Type | Method and Description |
---|---|
JpaUtils.Accumulator |
add(List<javax.persistence.criteria.Predicate> predicates)
Adds predicates to the list of predicates
|
JpaUtils.Accumulator |
add(javax.persistence.criteria.Predicate predicate)
Adds predicate to the list of predicates
|
void |
toWhere(javax.persistence.criteria.CriteriaQuery<?> q)
Applies all accumulated predicates to the where condition of the supplied query
|
public JpaUtils.Accumulator add(javax.persistence.criteria.Predicate predicate)
public JpaUtils.Accumulator add(List<javax.persistence.criteria.Predicate> predicates)
public void toWhere(javax.persistence.criteria.CriteriaQuery<?> q)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.