public class SagaInstanceRepositoryJdbc extends Object implements SagaInstanceRepository
| Constructor and Description |
|---|
SagaInstanceRepositoryJdbc() |
| Modifier and Type | Method and Description |
|---|---|
SagaInstance |
find(String sagaType,
String sagaId) |
<Data> SagaInstanceData<Data> |
findWithData(String sagaType,
String sagaId) |
void |
save(SagaInstance sagaInstance) |
void |
update(SagaInstance sagaInstance) |
public void save(SagaInstance sagaInstance)
save in interface SagaInstanceRepositorypublic SagaInstance find(String sagaType, String sagaId)
find in interface SagaInstanceRepositorypublic void update(SagaInstance sagaInstance)
update in interface SagaInstanceRepositorypublic <Data> SagaInstanceData<Data> findWithData(String sagaType, String sagaId)
findWithData in interface SagaInstanceRepositoryCopyright © 2018. All rights reserved.