ObjectDB Database Search
1-12 of 12 resultsjakarta.persistence.criteria.AbstractQuery.groupBy(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery AbstractQuery groupBy ( List grouping ) Specify the expressions that are used to form groups over the query results. Replaces the previous specified grouping expressions, if any. If no grouping expressions | |
jakarta.persistence.criteria.Subquery.groupBy(Expression...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Subquery Subquery groupBy ( Expression ... grouping ) Specify the expressions that are used to form groups over the subquery results. Replaces the previous specified grouping expressions, if any. If no grouping | |
jakarta.persistence.criteria.AbstractQuery.groupBy(Expression...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.AbstractQuery AbstractQuery groupBy ( Expression ... grouping ) Specify the expressions that are used to form groups over the query results. Replaces the previous specified grouping expressions, if any. If no grouping | |
jakarta.persistence.criteria.Subquery.groupBy(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.Subquery Subquery groupBy ( List grouping ) Specify the expressions that are used to form groups over the subquery results. Replaces the previous specified grouping expressions, if any. If no grouping expressions | |
jakarta.persistence.criteria.CriteriaQuery.groupBy(Expression...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery groupBy ( Expression ... grouping ) Specify the expressions that are used to form groups over the query results. Replaces the previous specified grouping expressions, if any. If no grouping | |
jakarta.persistence.criteria.CriteriaQuery.groupBy(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaQuery CriteriaQuery groupBy ( List grouping ) Specify the expressions that are used to form groups over the query results. Replaces the previous specified grouping expressions, if any. If no grouping expressions | |
GROUP BY and HAVING clauses (c. get ("population"))); q. where (cb. isMember ("Europe", c. get ("continents"))); q. groupBy (c ... , greatest : Return an expression that represents the maximum of comparable values. The groupBy method ... version of groupBy accepts a list of expressions. Setting a HAVING clause is similar to setting | |
JPA Query Structure (JPQL / Criteria) ) Criteria WHERE ( where ) Criteria GROUP BY / HAVING ( groupBy , having , count , sum , avg , min | |
JPA Criteria API Queries BY and HAVING clauses ( groupBy , having , count , sum , avg , min , max , ...) ORDER BY clause | |
jakarta.persistence.criteria.Subquery groupBy ( Expression ... grouping ) Specify the expressions that are used to form groups ... only overrides the return type of the corresponding AbstractQuery method. Overrides AbstractQuery. groupBy ... Persistence (JPA) 1.0 Subquery groupBy ( List grouping ) Specify the expressions that are used | |
jakarta.persistence.criteria.CriteriaQuery (JPA) 1.0 CriteriaQuery groupBy ( Expression ... grouping ) Specify the expressions that are used ... AbstractQuery. groupBy Parameters: grouping - zero or more grouping expressions Returns: the modified query. Since: Jakarta Persistence (JPA) 1.0 CriteriaQuery groupBy ( List grouping ) Specify | |
jakarta.persistence.criteria.AbstractQuery (JPA) 1.0 AbstractQuery groupBy ( Expression ... grouping ) Specify the expressions that are used ... . Since: Jakarta Persistence (JPA) 1.0 AbstractQuery groupBy ( List grouping ) Specify the expressions |