Package | Description |
---|---|
io.stallion.dataAccess.filtering |
Modifier and Type | Method and Description |
---|---|
List<FilterGroup<T>> |
FilterChain.countBy(String... fieldNames)
Count the objects matching this filter, grouped by fieldNames.
|
List<FilterGroup<T>> |
FilterChain.groupBy(String... fieldNames)
Group the matching objects by field names.
|
Copyright © 2016. All rights reserved.