Uses of Interface
org.axonframework.upcasting.UpcasterChain

Packages that use UpcasterChain
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   
 

Uses of UpcasterChain in org.axonframework.eventstore.fs
 

Methods in org.axonframework.eventstore.fs with parameters of type UpcasterChain
 void FileSystemEventStore.setUpcasterChain(UpcasterChain upcasterChain)
           
 

Constructors in org.axonframework.eventstore.fs with parameters of type UpcasterChain
FileSystemBufferedReaderDomainEventStream(InputStream inputStream, Serializer serializer, UpcasterChain upcasterChain)
          Initialize a BufferedReaderDomainEventStream using the given inputStream and serializer.
 

Uses of UpcasterChain in org.axonframework.eventstore.jpa
 

Methods in org.axonframework.eventstore.jpa with parameters of type UpcasterChain
 void JpaEventStore.setUpcasterChain(UpcasterChain upcasterChain)
           
 

Uses of UpcasterChain in org.axonframework.upcasting
 

Classes in org.axonframework.upcasting that implement UpcasterChain
 class AbstractUpcasterChain
          Abstract implementation of the UpcasterChain interface.
 class LazyUpcasterChain
          UpcasterChain implementation that delays the actual upcasting until the data inside the returned SerializedObject is actually fetched.
 class SimpleUpcasterChain
          Represents a series of upcasters which are combined to upcast a SerializedObject to the most recent revision of that payload.
 

Fields in org.axonframework.upcasting declared as UpcasterChain
static UpcasterChain SimpleUpcasterChain.EMPTY
          Represents an empty UpcasterChain.
 

Methods in org.axonframework.upcasting with parameters of type UpcasterChain
 void UpcasterAware.setUpcasterChain(UpcasterChain upcasterChain)
          Sets the UpcasterChain which allow older revisions of serialized objects to be deserialized.
 



Copyright © 2010-2012. All Rights Reserved.