Jakarta Persistence (JPA) Method

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.
Returns:
list of boolean expressions forming the predicate.
Since:
Jakarta Persistence (JPA) 1.0