Uses of Class
org.fuin.ddd4j.ddd.AggregateNotFoundException
-
Packages that use AggregateNotFoundException Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateNotFoundException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateNotFoundException Modifier and Type Method Description AggregateNotFoundExceptionAggregateNotFoundException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw AggregateNotFoundException Modifier and Type Method Description 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 AggregateNotFoundException in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that throw AggregateNotFoundException Modifier and Type Method Description AGGREGATEEventStoreRepository. read(ID aggregateId)AGGREGATEEventStoreRepository. read(ID aggregateId, int version)voidEventStoreRepository. update(AGGREGATE aggregate)voidEventStoreRepository. update(AGGREGATE aggregate, String metaType, Object metaData)
-