| Package | Description |
|---|---|
| org.axonframework.eventstore.fs |
Package containing classes necessary to implement a FileSystem based implementation of the EventStore
|
| org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
| org.axonframework.eventstore.jpa |
JPA Implementation of the EventStore.
|
| org.axonframework.upcasting |
| Class and Description |
|---|
| UpcasterAware
Interface indicating that the implementing mechanism is aware of Upcasters.
|
| UpcasterChain
Represents a series of upcasters which are combined to upcast a
SerializedObject
to the most recent revision of that payload. |
| Class and Description |
|---|
| UpcasterAware
Interface indicating that the implementing mechanism is aware of Upcasters.
|
| UpcasterChain
Represents a series of upcasters which are combined to upcast a
SerializedObject
to the most recent revision of that payload. |
| Class and Description |
|---|
| UpcasterAware
Interface indicating that the implementing mechanism is aware of Upcasters.
|
| UpcasterChain
Represents a series of upcasters which are combined to upcast a
SerializedObject
to the most recent revision of that payload. |
| Class and Description |
|---|
| AbstractUpcasterChain
Abstract implementation of the UpcasterChain interface.
|
| Upcaster
Interface for Upcasters.
|
| UpcasterChain
Represents a series of upcasters which are combined to upcast a
SerializedObject
to the most recent revision of that payload. |
| UpcastingContext
Interface describing an object that provides contextual information about the object being upcast.
|
Copyright © 2010-2015. All Rights Reserved.