Uses of Class
org.seedstack.business.domain.AggregateNotFoundException
-
Packages that use AggregateNotFoundException Package Description org.seedstack.business.assembler.dsl Provides a fluent DSL to do advanced domain-object/DTO mapping operations.org.seedstack.business.domain Provides classes, interfaces and annotations for building the domain layer. -
-
Uses of AggregateNotFoundException in org.seedstack.business.assembler.dsl
Methods in org.seedstack.business.assembler.dsl that throw AggregateNotFoundException Modifier and Type Method Description TMergeFromRepositoryOrFactory. orFail()Returns the aggregates or throws anAggregateNotFoundExceptionif at least one aggregate cannot be loaded from their repository. -
Uses of AggregateNotFoundException in org.seedstack.business.domain
Methods in org.seedstack.business.domain that throw AggregateNotFoundException Modifier and Type Method Description default voidRepository. remove(A aggregate)Removes the specified aggregate from the repository.default voidRepository. remove(I id)Removes the existing aggregate identified with the specified identifier.longRepository. remove(Specification<A> specification)Removes all aggregates in the repository satisfying the given specification.default ARepository. update(A aggregate)Updates an existing aggregate with the specified instance.
-