Uses of Class
org.fuin.ddd4j.ddd.AggregateAlreadyExistsException
-
Packages that use AggregateAlreadyExistsException Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateAlreadyExistsException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateAlreadyExistsException Modifier and Type Method Description AggregateAlreadyExistsExceptionAggregateAlreadyExistsException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw AggregateAlreadyExistsException Modifier and Type Method Description voidRepository. add(T aggregate)Adds a new aggregate to the repository without any meta data.voidRepository. add(T aggregate, String metaType, Object metaData)Adds a new aggregate to the repository with some meta data. -
Uses of AggregateAlreadyExistsException in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that throw AggregateAlreadyExistsException Modifier and Type Method Description voidEventStoreRepository. add(AGGREGATE aggregate)voidEventStoreRepository. add(AGGREGATE aggregate, String metaType, Object metaData)
-