Uses of Class
org.axonframework.eventsourcing.AbstractAggregateFactory

Packages that use AbstractAggregateFactory
org.axonframework.eventsourcing Classes related to event sourcing. 
 

Uses of AbstractAggregateFactory in org.axonframework.eventsourcing
 

Subclasses of AbstractAggregateFactory in org.axonframework.eventsourcing
 class GenericAggregateFactory<T extends EventSourcedAggregateRoot>
          Aggregate factory that uses a convention to create instances of aggregates.
 class SpringPrototypeAggregateFactory<T extends EventSourcedAggregateRoot>
          AggregateFactory implementation that uses Spring prototype beans to create new uninitialized instances of Aggregates.
 



Copyright © 2010-2016. All Rights Reserved.