public class EnlistedAggregatesDaoImpl extends Object implements EnlistedAggregatesDao
| Constructor and Description |
|---|
EnlistedAggregatesDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
Set<EnlistedAggregate> |
findEnlistedAggregates(String sagaId) |
Set<String> |
findSagas(Class aggregateType,
String aggregateId) |
void |
save(String sagaId,
Set<EnlistedAggregate> enlistedAggregates) |
public void save(String sagaId, Set<EnlistedAggregate> enlistedAggregates)
save in interface EnlistedAggregatesDaopublic Set<EnlistedAggregate> findEnlistedAggregates(String sagaId)
findEnlistedAggregates in interface EnlistedAggregatesDaoCopyright © 2018. All rights reserved.