Interface AggregateRepository
-
- All Known Implementing Classes:
CachingAggregateRepository,CompositeAggregateRepository,EventSourcingRepository
public interface AggregateRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleancachingAllowed(Class<?> aggregateType)default <T> Aggregate<T>load(String aggregateId, Class<T> aggregateType)<T> Aggregate<T>load(String aggregateId, Class<T> aggregateType, boolean onlyCached)booleansupports(Class<?> aggregateType)
-