JPA Method
in javax.persistence.criteria.Predicate

Predicate.BooleanOperator getOperator()


Return the boolean operator for the predicate. If the predicate is simple, this is AND.
Return:
boolean operator for the predicate
Since:
JPA 2.0