Class SimpleAssociation<T extends AggregateRoot<T,ID>,ID extends Identifier>

java.lang.Object
org.jmolecules.ddd.types.SimpleAssociation<T,ID>
All Implemented Interfaces:
Association<T,ID>, Identifiable<ID>

class SimpleAssociation<T extends AggregateRoot<T,ID>,ID extends Identifier> extends Object implements Association<T,ID>
Simple implementation of Association to effectively only define equals(Object) and hashCode() on Association's static factory methods.
Since:
1.2
See Also: