|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventSourcedEntity | |
---|---|
org.axonframework.eventsourcing | Classes related to event sourcing. |
org.axonframework.eventsourcing.annotation | |
org.axonframework.quickstart.handler |
Uses of EventSourcedEntity in org.axonframework.eventsourcing |
---|
Classes in org.axonframework.eventsourcing that implement EventSourcedEntity | |
---|---|
class |
AbstractEventSourcedEntity
Base class for Event Sourced entities that are not at the root of the aggregate. |
Methods in org.axonframework.eventsourcing that return types with arguments of type EventSourcedEntity | |
---|---|
protected abstract Collection<? extends EventSourcedEntity> |
AbstractEventSourcedEntity.getChildEntities()
Returns a collection of event sourced entities directly referenced by this entity. |
protected abstract Iterable<? extends EventSourcedEntity> |
AbstractEventSourcedAggregateRoot.getChildEntities()
Returns a collection of event sourced entities directly referenced by this entity. |
Uses of EventSourcedEntity in org.axonframework.eventsourcing.annotation |
---|
Classes in org.axonframework.eventsourcing.annotation that implement EventSourcedEntity | |
---|---|
class |
AbstractAnnotatedEntity
Convenience super type for entities (other than aggregate roots) that have their event handler methods annotated with the EventHandler annotation. |
Methods in org.axonframework.eventsourcing.annotation that return types with arguments of type EventSourcedEntity | |
---|---|
protected Collection<EventSourcedEntity> |
AbstractAnnotatedEntity.getChildEntities()
|
protected Collection<EventSourcedEntity> |
AbstractAnnotatedAggregateRoot.getChildEntities()
|
Collection<EventSourcedEntity> |
AggregateAnnotationInspector.getChildEntities(Object instance)
Returns the child entities of given instance . |
Uses of EventSourcedEntity in org.axonframework.quickstart.handler |
---|
Methods in org.axonframework.quickstart.handler that return types with arguments of type EventSourcedEntity | |
---|---|
protected Iterable<? extends EventSourcedEntity> |
ToDoItem.getChildEntities()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |