public interface Groupable<E>
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Groupable<E> |
groupBy(java.util.function.Function<E,T> function,
String attributeName) |
default <T> Groupable<E> |
groupBy(String attributeName,
Class<T> requiredType) |
Groupable<E> |
having(java.util.function.Predicate<Group<E>> predicate) |
Groupable<E> |
orderBy(Sorter<Group<E>> sort) |
<T> ResultSetSlice<T> |
setTransformer(Transformer<Group<E>,T> transformer) |
<T> Groupable<E> groupBy(java.util.function.Function<E,T> function, String attributeName)
Groupable<E> having(java.util.function.Predicate<Group<E>> predicate)
<T> ResultSetSlice<T> setTransformer(Transformer<Group<E>,T> transformer)
Copyright © 2021. All rights reserved.