Package | Description |
---|---|
org.axonframework.eventsourcing |
Classes related to event sourcing.
|
org.axonframework.modelling.command |
Modifier and Type | Method and Description |
---|---|
protected void |
EventSourcingRepository.reportIllegalState(LockAwareAggregate<T,EventSourcedAggregate<T>> aggregate) |
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.
|
protected LockAwareAggregate<T,A> |
LockingRepository.doLoadOrCreate(String aggregateIdentifier,
Callable<T> factoryMethod) |
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) |
Copyright © 2010–2022. All rights reserved.