T - Element typeR - Target type (e.g. List, Set)public interface GroupExpression<T,R> extends Expression<R>
| Modifier and Type | Method and Description |
|---|---|
GroupCollector<T,R> |
createGroupCollector()
Create a new GroupCollector to collect values belonging to this group.
|
Expression<T> |
getExpression()
Get the expression wrapped by this group definition
|
accept, getTypeExpression<T> getExpression()
GroupCollector<T,R> createGroupCollector()
Copyright © 2007–2021 Querydsl. All rights reserved.