Jakarta Persistence (JPA) Method
Predicate and(
Predicate... restrictions
)
Create a conjunction of the given restriction predicates. A conjunction of zero predicates is true.
- Parameters:
restrictions- zero or more restriction predicates
- Returns:
- and predicate.
- Since:
- Jakarta Persistence (JPA) 1.0