Uses of Interface
org.axonframework.upcasting.UpcasterAware

Packages that use UpcasterAware
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. 
 

Uses of UpcasterAware in org.axonframework.eventstore.fs
 

Classes in org.axonframework.eventstore.fs that implement UpcasterAware
 class FileSystemEventStore
          Implementation of the EventStore that serializes objects (by default using XStream) and writes them to files to disk.
 

Uses of UpcasterAware in org.axonframework.eventstore.jpa
 

Classes in org.axonframework.eventstore.jpa that implement UpcasterAware
 class JpaEventStore
          An EventStore implementation that uses JPA to store DomainEvents in a database.
 



Copyright © 2010-2012. All Rights Reserved.