| Package | Description |
|---|---|
| org.fuin.ddd4j.ddd | |
| org.fuin.ddd4j.esrepo |
Copyright (C) 2015 Michael Schnell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.delete(ID aggregateId,
int expectedVersion)
Deletes an aggregate from the repository.
|
void |
Repository.update(T aggregate)
Saves the changes on an aggregate in the repository without any meta data.
|
void |
Repository.update(T aggregate,
java.lang.String metaType,
java.lang.Object metaData)
Saves the changes on an aggregate in the repository including some meta data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventStoreRepository.delete(ID aggregateId,
int expectedVersion) |
void |
EventStoreRepository.update(AGGREGATE aggregate) |
void |
EventStoreRepository.update(AGGREGATE aggregate,
java.lang.String metaType,
java.lang.Object metaData) |
Copyright © 2019 fuin.org (Germany). All Rights Reserved.