public class AggregateCriteriaImpl<E extends com.querydsl.core.types.EntityPath<?>> extends SearchCriteriaImpl<E> implements AggregateCriteria<E>
| Constructor and Description |
|---|
AggregateCriteriaImpl(String parameterName,
String query,
String sort,
org.springframework.data.domain.Pageable pageable,
E entityPath,
String groupBy,
String select) |
| Modifier and Type | Method and Description |
|---|---|
String |
groupBy() |
String |
select() |
getEntityPath, getPageable, getParameterName, getQuery, getSortclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityPath, getPageable, getParameterName, getQuery, getSortpublic String groupBy()
groupBy in interface AggregateCriteria<E extends com.querydsl.core.types.EntityPath<?>>public String select()
select in interface AggregateCriteria<E extends com.querydsl.core.types.EntityPath<?>>Copyright © 2024. All rights reserved.