Uses of Interface
org.cojen.tupl.Aggregator.Factory
Packages that use Aggregator.Factory
-
Uses of Aggregator.Factory in org.cojen.tupl
Methods in org.cojen.tupl with parameters of type Aggregator.FactoryModifier and TypeMethodDescriptiondefault <T> Table
<T> Table.aggregate
(Class<T> targetType, Aggregator.Factory<R, T> factory) Returns a view backed by this table, consisting of aggregate rows, which are grouped by theprimary key
of the target type.