Subquery<T> having(
Predicate... restrictions
)
Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates. Replaces the previously added having restriction(s), if any. If no restrictions are specified, any previously added restrictions are simply removed. This method only overrides the return type of the corresponding
AbstractQuery
method. - Parameters:
restrictions
- zero or more restriction predicates
- Return:
- the modified subquery
- Since:
- JPA 2.0