having(restriction) - JPA Subquery's method
Method javax.persistence.criteria.Subquery
Subquery<T> having(
Expression<Boolean> restriction
)
AbstractQuery
method. - Parameters:
-
restriction
- a simple or compound boolean expression
- Returns:
- the modified subquery
- Since:
- JPA 2.0