Uses of Class
org.fuin.ddd4j.ddd.AggregateVersionConflictException
-
Packages that use AggregateVersionConflictException Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateVersionConflictException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateVersionConflictException Modifier and Type Method Description AggregateVersionConflictExceptionAggregateVersionConflictException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw AggregateVersionConflictException Modifier and Type Method Description voidRepository. delete(ID aggregateId, int expectedVersion)Deletes an aggregate from the repository.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 AggregateVersionConflictException in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that throw AggregateVersionConflictException Modifier and Type Method Description voidEventStoreRepository. delete(ID aggregateId, int expectedVersion)voidEventStoreRepository. update(AGGREGATE aggregate)voidEventStoreRepository. update(AGGREGATE aggregate, String metaType, Object metaData)
-