Interface AggregateRepository
- All Known Implementing Classes:
CachingAggregateRepository,DefaultAggregateRepository
public interface AggregateRepository
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyEvents(String aggregateId, Object... events) booleancachingAllowed(Class<?> aggregateType) getAggregatesFor(String entityId) <T> AggregateRoot<T><T> AggregateRoot<T>
-
Method Details
-
load
-
loadFor
-
applyEvents
-
cachingAllowed
-
getAggregatesFor
-