Interface AggregatableRepository<Entity,ID>

Type Parameters:
Entity - Entity
ID - ID
All Superinterfaces:
Repository<Entity,ID>

public interface AggregatableRepository<Entity,ID> extends Repository<Entity,ID>
AggregatableRepository
Version:
0.0.1
Author:
scx567888