ObjectDB Database Search
1-8 of 8 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
|
|
JPA Query Structure (JPQL / Criteria)
) Criteria WHERE ( where ) Criteria GROUP BY / HAVING ( groupBy , having , count , sum , avg , min
|
|
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
|