|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractEventSourcedAggregateRoot | |
---|---|
org.axonframework.eventsourcing | Classes related to event sourcing. |
org.axonframework.eventsourcing.annotation | |
org.axonframework.quickstart.handler |
Uses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing |
---|
Methods in org.axonframework.eventsourcing that return AbstractEventSourcedAggregateRoot | |
---|---|
protected AbstractEventSourcedAggregateRoot |
AbstractEventSourcedEntity.getAggregateRoot()
Returns the reference to the root of the aggregate this entity is a member of. |
Methods in org.axonframework.eventsourcing with parameters of type AbstractEventSourcedAggregateRoot | |
---|---|
void |
EventSourcedEntity.registerAggregateRoot(AbstractEventSourcedAggregateRoot aggregateRootToRegister)
Register the aggregate root with this entity. |
void |
AbstractEventSourcedEntity.registerAggregateRoot(AbstractEventSourcedAggregateRoot aggregateRootToRegister)
|
Uses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing.annotation |
---|
Subclasses of AbstractEventSourcedAggregateRoot in org.axonframework.eventsourcing.annotation | |
---|---|
class |
AbstractAnnotatedAggregateRoot<I>
Convenience super type for aggregate roots that have their event handler methods annotated with the EventSourcingHandler annotation (and EventHandler for backwards compatibility). |
Uses of AbstractEventSourcedAggregateRoot in org.axonframework.quickstart.handler |
---|
Subclasses of AbstractEventSourcedAggregateRoot in org.axonframework.quickstart.handler | |
---|---|
class |
ToDoItem
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |