Interface AggregateRepository
- All Known Implementing Classes:
CachingAggregateRepository,DefaultAggregateRepository
public interface AggregateRepository
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregatesFor(Object entityId) getLatestAggregateId(Object entityId) <T> Entity<T>default <T> Entity<T><T> Entity<T>repairRelationships(Entity<?> aggregate) default CompletableFuture<Void>repairRelationships(Id<?> aggregateId) default CompletableFuture<Void>repairRelationships(Object aggregateId)
-
Method Details
-
load
-
load
-
loadFor
-
repairRelationships
-
repairRelationships
-
repairRelationships
-
getAggregatesFor
-
getLatestAggregateId
-