Package se.citerus.dddsample.domain.shared.experimental

Experimental versions of pattern interfaces and support code for the domain layer.

See:
          Description

Interface Summary
DomainEvent<T> A domain event is something that is unique, but does not have a lifecycle.
Entity<T,ID> An entity, as explained in the DDD book.
ValueObject<T> A value object.
 

Class Summary
EntitySupport<T extends Entity,ID> Base class for entities.
ValueObjectSupport<T extends ValueObject> Base class for value objects.
 

Annotation Types Summary
Identity Every class that inherits from EntitySupport must have exactly one field annotated with this annotation.
 

Package se.citerus.dddsample.domain.shared.experimental Description

Experimental versions of pattern interfaces and support code for the domain layer. Not used in the application.



Copyright © 2009. All Rights Reserved.