Package org.jmolecules.spring
Interface AggregateLookup<T,ID>
- All Known Subinterfaces:
AssociationResolver<T,ID>
public interface AggregateLookup<T,ID>
Lookup interface to be implemented e.g. some repository to find an aggregate by their identifiers.
- Author:
- Oliver Drotbohm
-
Method Summary
-
Method Details
-
findById
Returns the- Parameters:
id-- Returns:
-