Jakarta Persistence (JPA) Method
Predicate and(
Expression<Boolean> x,
Expression<Boolean> y
)
Create a conjunction of the given boolean expressions.
- Parameters:
x- boolean expressiony- boolean expression
- Returns:
- and predicate.
- Since:
- Jakarta Persistence (JPA) 1.0