Uses of Class
org.axonframework.eventsourcing.AbstractEventSourcedAggregateRoot

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

Uses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing
 

Methods in org.axonframework.eventsourcing with parameters of type AbstractEventSourcedAggregateRoot
protected  void AbstractEventSourcedEntity.registerAggregateRoot(AbstractEventSourcedAggregateRoot aggregateRootToRegister)
          Register the aggregate root with this entity.
 

Uses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing.annotation
 

Subclasses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing.annotation
 class AbstractAnnotatedAggregateRoot
          Convenience super type for aggregate roots that have their event handler methods annotated with the EventHandler annotation.
 



Copyright © 2011. All Rights Reserved.