Uses of Class
org.fuin.ddd4j.ddd.AggregateDeletedException
-
Packages that use AggregateDeletedException Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateDeletedException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateDeletedException Modifier and Type Method Description AggregateDeletedExceptionAggregateDeletedException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw AggregateDeletedException 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.TRepository. read(ID id)Reads the latest version of an aggregate.TRepository. read(ID id, int version)Reads a given version of an aggregate.voidRepository. update(T aggregate)Saves the changes on an aggregate in the repository without any meta data.voidRepository. update(T aggregate, String metaType, Object metaData)Saves the changes on an aggregate in the repository including some meta data. -
Uses of AggregateDeletedException in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that throw AggregateDeletedException Modifier and Type Method Description voidEventStoreRepository. add(AGGREGATE aggregate)voidEventStoreRepository. add(AGGREGATE aggregate, String metaType, Object metaData)AGGREGATEEventStoreRepository. read(ID aggregateId)AGGREGATEEventStoreRepository. read(ID aggregateId, int version)voidEventStoreRepository. update(AGGREGATE aggregate)voidEventStoreRepository. update(AGGREGATE aggregate, String metaType, Object metaData)
-