JPA Method
in javax.persistence.criteria.CriteriaBuilder

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
Return:
and predicate
Since:
JPA 2.0