Uses of Class
org.kiwiproject.spring.data.AggregateResult
-
Packages that use AggregateResult Package Description org.kiwiproject.spring.data -
-
Uses of AggregateResult in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return AggregateResult Modifier and Type Method Description static <T> AggregateResult<T>AggregateResult. of(Class<T> clazz)Factory to createAggregateResultinstances of a given type.
-