Internal Website Search

1-10 of 97 resultsRefresh

having(restrictions)

.persistence.criteria">Predicate... restrictions) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously having added restriction(s), if any. If no restrictions

where(restrictions)

.persistence.criteria">Predicate... restrictions) Modify the query to restrict the query results according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions

having(restrictions)

">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

where(restrictions)

.persistence.criteria">Predicate... restrictions) Modify the query to restrict the query result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions

having(restrictions)

.persistence.criteria">Predicate... restrictions) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously added having restriction(s), if any. If no restrictions

where(restrictions)

">Predicate... restrictions) Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions are specified, any previously

having(restriction)

.persistence.criteria">Expression<Boolean> restriction) Specify a restriction over the groups of the query. Replaces the previous having restriction(s), if any. Parameters:

where(restriction)

.persistence.criteria">Expression<Boolean> restriction) Modify the query to restrict the query result according to the specified boolean expression. Replaces the previously added restriction(s), if any. This method only overrides the return

having(restriction)

.persistence.criteria">Expression<Boolean> restriction) Specify a restriction over the groups of the query. Replaces the previous having restriction(s), if any. This method only overrides the return type of the corresponding

where(restriction)

.persistence.criteria">Expression<Boolean> restriction) Modify the query to restrict the query results according to the specified boolean expression. Replaces the previously added restriction(s), if any.