| Package | Description | 
|---|---|
| org.axonframework.commandhandling.model | |
| org.axonframework.eventsourcing | 
 Classes related to event sourcing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LockAwareAggregate<T,A> | 
LockingRepository.doCreateNew(Callable<T> factoryMethod)  | 
protected LockAwareAggregate<T,A> | 
LockingRepository.doLoad(String aggregateIdentifier,
      Long expectedVersion)
Perform the actual loading of an aggregate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
LockingRepository.doDelete(LockAwareAggregate<T,A> aggregate)
Verifies whether all locks are valid and delegates to
  
LockingRepository.doDeleteWithLock(Aggregate) to perform actual deleting. | 
protected void | 
LockingRepository.doSave(LockAwareAggregate<T,A> aggregate)
Verifies whether all locks are valid and delegates to
  
LockingRepository.doSaveWithLock(Aggregate) to perform actual storage. | 
protected void | 
LockingRepository.prepareForCommit(LockAwareAggregate<T,A> aggregate)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
CachingEventSourcingRepository.prepareForCommit(LockAwareAggregate<T,EventSourcedAggregate<T>> aggregate)  | 
protected void | 
EventSourcingRepository.reportIllegalState(LockAwareAggregate<T,EventSourcedAggregate<T>> aggregate)  | 
Copyright © 2010–2018. All rights reserved.