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.jdbc JDBC Implementation of the EventStore. 
org.axonframework.eventstore.jpa JPA Implementation of the EventStore. 
org.axonframework.eventstore.mongo   
org.axonframework.gae.eventstore   
org.axonframework.quickstart   
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.jdbc
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.eventstore.mongo
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.gae.eventstore
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.quickstart
AbstractSingleEntryUpcaster
          Abstract implementation of an upcaster that only needs to convert one serialized object to another using the same representation.
Upcaster
          Interface for Upcasters.
UpcastingContext
          Interface describing an object that provides contextual information about the object being upcast.
 

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.
UpcastingContext
          Interface describing an object that provides contextual information about the object being upcast.
 



Copyright © 2010-2016. All Rights Reserved.