Package org.fuin.ddd4j.ddd
Interface AggregateRootId
-
- All Superinterfaces:
EntityId,Serializable,TechnicalId
- All Known Implementing Classes:
AggregateRootUuid
public interface AggregateRootId extends EntityId
Identifies an aggregate within all aggregates of the same type.
-
-
Method Summary
-
Methods inherited from interface org.fuin.ddd4j.ddd.EntityId
asString, asTypedString, getType
-
-