Uses of Class
org.axonframework.eventsourcing.AbstractEventSourcedEntity

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

Uses of AbstractEventSourcedEntity in org.axonframework.eventsourcing
 

Methods in org.axonframework.eventsourcing that return types with arguments of type AbstractEventSourcedEntity
protected  Collection<AbstractEventSourcedEntity> AbstractEventSourcedEntity.getChildEntities()
          Returns a list of event sourced entities directly referenced by this entity.
protected  Collection<AbstractEventSourcedEntity> AbstractEventSourcedAggregateRoot.getChildEntities()
          Returns a list of event sourced entities directly referenced by the aggregate root.
 

Uses of AbstractEventSourcedEntity in org.axonframework.eventsourcing.annotation
 

Subclasses of AbstractEventSourcedEntity in org.axonframework.eventsourcing.annotation
 class AbstractAnnotatedEntity
          Convenience super type for entities (other than aggregate roots) that have their event handler methods annotated with the EventHandler annotation.
 



Copyright © 2011. All Rights Reserved.