-
- All Implemented Interfaces:
public interface AggregateRootFactoryDefines a factory to create empty aggregate root.
-
-
Method Summary
Modifier and Type Method Description abstract <T extends AggregateRoot> TcreateAggregateRoot(Class<T>Â aggregateRootType)Create an empty aggregate root with the given type. -
-
Method Detail
-
createAggregateRoot
abstract <T extends AggregateRoot> T createAggregateRoot(Class<T>Â aggregateRootType)
Create an empty aggregate root with the given type.
-
-
-
-