Uses of Package
org.fuin.ddd4j.ddd
Packages that use org.fuin.ddd4j.ddd
-
Classes in org.fuin.ddd4j.ddd used by org.fuin.ddd4j.dddClassDescriptionBase class for aggregate roots.Base class for domain events.Base class for event builders.Base class for events.Base class for event builders.An aggregate already exists when trying to create it.Specific exception data.Cache for aggregates of the same type.Signals that an aggregate of a given type and identifier was deleted from the repository.Specific exception data.Signals that an aggregate of a given type and identifier was not found in the repository.Specific exception data.Dedicated entity of a group of entities (The group is called "Aggregate") that guarantees the consistency of changes being made within the group by forbidding external objects from holding direct references to its members.Identifies an aggregate within all aggregates of the same type.UUID based aggregate root identifier.Version of an aggregate.Signals a conflict between an expected and an actual version for an aggregate.Specific exception data.Signals that the requested version for an aggregate does not exist.Specific exception data.Signals that decrypting the data failed.Specific exception data.Domain event published by an entity.The entity identifier path of a domain event should contain a defined order and type of entries.Signals that the encryption key identifier already exists and cannot be created a second time.Specific exception data.Signals that an entity already existed in it's parent.Specific exception data.Container for encrypted data.Signals that the encryption key identifier is unknown.Specific exception data.Signals that the requested version of the encryption key is unknown.Specific exception data.An object that is not defined by its attributes, but rather by a thread of continuity and its identity.Identifies an entity within all entities of the same type.Factory to create entity identifier.An ordered list of entity identifiers.Signals that an entity was not found.Specific exception data.Identifies a type of entity within all entity types of the context.Something that happened in the system.Universal unique event identifier.Identifies an event type within an aggregate type.The entity identifier path should contain a defined order and type of entries.Integer based entity identifier.Technical identifier that is only used internally and never shown to a user.
-
Classes in org.fuin.ddd4j.ddd used by org.fuin.ddd4j.esrepoClassDescriptionAn aggregate already exists when trying to create it.Cache for aggregates of the same type.Signals that an aggregate of a given type and identifier was deleted from the repository.Signals that an aggregate of a given type and identifier was not found in the repository.Dedicated entity of a group of entities (The group is called "Aggregate") that guarantees the consistency of changes being made within the group by forbidding external objects from holding direct references to its members.Identifies an aggregate within all aggregates of the same type.Signals a conflict between an expected and an actual version for an aggregate.Signals that the requested version for an aggregate does not exist.Domain event published by an entity.Identifies a type of entity within all entity types of the context.Repository that supports CRUD operations for an aggregate.