JPA Method
in javax.persistence.criteria.Predicate

List<Expression<Boolean>> getExpressions()


Return the top-level conjuncts or disjuncts of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts of the predicate. Modifications to the list do not affect the query.
Return:
list of boolean expressions forming the predicate
Since:
JPA 2.0