Uses of Class
org.fuin.ddd4j.core.AggregateDeletedException

  • Uses of AggregateDeletedException in org.fuin.ddd4j.core

    Modifier and Type
    Method
    Description
    void
    Repository.add(T aggregate)
    Adds a new aggregate to the repository without any metadata.
    void
    Repository.add(T aggregate, String metaType, Object metaData)
    Adds a new aggregate to the repository with some metadata.
    Repository.read(ID id)
    Reads the latest version of an aggregate.
    Repository.read(ID id, int version)
    Reads a given version of an aggregate.
    void
    Repository.update(T aggregate)
    Saves the changes on an aggregate in the repository without any metadata.
    void
    Repository.update(T aggregate, String metaType, Object metaData)
    Saves the changes on an aggregate in the repository including some metadata.