Uses of Class
org.fuin.ddd4j.ddd.AggregateVersionNotFoundException
-
Packages that use AggregateVersionNotFoundException Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of AggregateVersionNotFoundException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return AggregateVersionNotFoundException Modifier and Type Method Description AggregateVersionNotFoundExceptionAggregateVersionNotFoundException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw AggregateVersionNotFoundException Modifier and Type Method Description TRepository. read(ID id, int version)Reads a given version of an aggregate. -
Uses of AggregateVersionNotFoundException in org.fuin.ddd4j.esrepo
Methods in org.fuin.ddd4j.esrepo that throw AggregateVersionNotFoundException Modifier and Type Method Description AGGREGATEEventStoreRepository. read(ID aggregateId, int version)
-