|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AggregateFactory | |
|---|---|
| org.axonframework.eventsourcing | Classes related to event sourcing. |
| Uses of AggregateFactory in org.axonframework.eventsourcing |
|---|
| Classes in org.axonframework.eventsourcing that implement AggregateFactory | |
|---|---|
class |
CachingEventSourcingRepository<T extends EventSourcedAggregateRoot>
Implementation of the event sourcing repository that uses a cache to improve loading performance. |
class |
CachingGenericEventSourcingRepository<T extends EventSourcedAggregateRoot>
The CachingGenericEventSourcingRepository is a special EventSourcingRepository implementation that can act as a repository for any type of EventSourcedAggregateRoot. |
class |
EventSourcingRepository<T extends EventSourcedAggregateRoot>
Abstract repository implementation that allows easy implementation of an Event Sourcing mechanism. |
class |
GenericAggregateFactory<T extends EventSourcedAggregateRoot>
Aggregate factory that uses a convention to create instances of aggregates. |
class |
GenericEventSourcingRepository<T extends EventSourcedAggregateRoot>
The GenericEventSourcingRepository is a special EventSourcingRepository implementation that can act as a repository for any type of EventSourcedAggregateRoot. |
class |
SpringPrototypeEventSourcingRepository<T extends EventSourcedAggregateRoot>
Repository implementation that creates and initializes aggregates based on a Spring prototype bean. |
| Method parameters in org.axonframework.eventsourcing with type arguments of type AggregateFactory | |
|---|---|
void |
SpringAggregateSnapshotter.setAggregateFactories(List<AggregateFactory<?>> aggregateFactories)
Optionally sets the aggregate factories to use. |
void |
AggregateSnapshotter.setAggregateFactories(List<AggregateFactory<?>> aggregateFactories)
Sets the aggregate factory to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||