Class CoreEntityGrouper<Entity extends CalummaEntity>
- java.lang.Object
-
- ml.calumma.web.web.repository.core.aggregation.CoreEntityGrouper<Entity>
-
public class CoreEntityGrouper<Entity extends CalummaEntity> extends Object
-
-
Constructor Summary
Constructors Constructor Description CoreEntityGrouper(javax.persistence.criteria.Root<Entity> root, Class entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.criteria.CriteriaQuerygetGroupByClause(List<String> groupBy, javax.persistence.criteria.CriteriaQuery query)
-
-
-
Method Detail
-
getGroupByClause
public javax.persistence.criteria.CriteriaQuery getGroupByClause(List<String> groupBy, javax.persistence.criteria.CriteriaQuery query) throws NoSuchFieldException
- Throws:
NoSuchFieldException
-
-