Package 

Interface AggregateRootFactory

  • All Implemented Interfaces:

    
    public interface AggregateRootFactory
    
                        

    Defines a factory to create empty aggregate root.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T extends AggregateRoot> T createAggregateRoot(Class<T> aggregateRootType) Create an empty aggregate root with the given type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait