| Package | Description | 
|---|---|
| org.axonframework.commandhandling.model | |
| org.axonframework.commandhandling.model.inspection | |
| org.axonframework.eventsourcing | 
 Classes related to event sourcing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AnnotatedAggregate<T> | 
GenericJpaRepository.doCreateNewForLock(Callable<T> factoryMethod)  | 
protected AnnotatedAggregate<T> | 
GenericJpaRepository.doLoadWithLock(String aggregateIdentifier,
              Long expectedVersion)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
GenericJpaRepository.doDeleteWithLock(AnnotatedAggregate<T> aggregate)  | 
protected void | 
GenericJpaRepository.doSaveWithLock(AnnotatedAggregate<T> aggregate)  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> AnnotatedAggregate<T> | 
AnnotatedAggregate.initialize(Callable<T> aggregateFactory,
          AggregateModel<T> aggregateModel,
          EventBus eventBus)
Initialize an aggregate created by the given  
aggregateFactory which is described in the given
 aggregateModel. | 
static <T> AnnotatedAggregate<T> | 
AnnotatedAggregate.initialize(Callable<T> aggregateFactory,
          AggregateModel<T> aggregateModel,
          EventBus eventBus,
          boolean generateSequences)
Initialize an aggregate created by the given  
aggregateFactory which is described in the given
 aggregateModel. | 
static <T> AnnotatedAggregate<T> | 
AnnotatedAggregate.initialize(T aggregateRoot,
          AggregateModel<T> aggregateModel,
          EventBus eventBus)
Initialize an aggregate with the given  
aggregateRoot which is described in the given
 aggregateModel. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventSourcedAggregate<T>
Implementation of an  
Aggregate that is sourced from events that have
 been published by the aggregate. | 
Copyright © 2010–2018. All rights reserved.