NamedAggregateTypeSearcher

Searcher that maps named aggregates to their corresponding aggregate types (classes). Allows lookup of aggregate classes by their named aggregate identifiers.

Parameters

source

The underlying map from materialized named aggregates to aggregate classes.

Constructors

Link copied to clipboard
constructor(source: Map<MaterializedNamedAggregate, Class<*>>)