| Package | Description |
|---|---|
| org.fuin.ddd4j.ddd | |
| org.fuin.ddd4j.esrepo |
Copyright (C) 2015 Michael Schnell.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.add(T aggregate)
Adds a new aggregate to the repository without any meta data.
|
void |
Repository.add(T aggregate,
java.lang.String metaType,
java.lang.Object metaData)
Adds a new aggregate to the repository with some meta data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventStoreRepository.add(AGGREGATE aggregate) |
void |
EventStoreRepository.add(AGGREGATE aggregate,
java.lang.String metaType,
java.lang.Object metaData) |
Copyright © 2019 fuin.org (Germany). All Rights Reserved.