Uses of Package
org.axonframework.upcasting

Packages that use org.axonframework.upcasting
org.axonframework.eventstore.fs Package containing classes necessary to implement a FileSystem based implementation of the EventStore 
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
org.axonframework.upcasting   
 

Classes in org.axonframework.upcasting used by org.axonframework.eventstore.fs
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.
 

Classes in org.axonframework.upcasting used by org.axonframework.eventstore.jpa
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.
 

Classes in org.axonframework.upcasting used by org.axonframework.upcasting
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.
 



Copyright © 2010-2012. All Rights Reserved.