Uses of Interface
org.axonframework.eventstore.SnapshotEventStore

Packages that use SnapshotEventStore
org.axonframework.eventsourcing Classes related to event sourcing. 
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.eventstore.mongo   
 

Uses of SnapshotEventStore in org.axonframework.eventsourcing
 

Methods in org.axonframework.eventsourcing that return SnapshotEventStore
protected  SnapshotEventStore AbstractSnapshotter.getEventStore()
          Returns the event store this snapshotter uses to load domain events and store snapshot events.
 

Methods in org.axonframework.eventsourcing with parameters of type SnapshotEventStore
 void AbstractSnapshotter.setEventStore(SnapshotEventStore eventStore)
          Sets the event store where the snapshotter can load domain events and store its snapshot events.
 

Uses of SnapshotEventStore in org.axonframework.eventstore.fs
 

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

Uses of SnapshotEventStore in org.axonframework.eventstore.jpa
 

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

Uses of SnapshotEventStore in org.axonframework.eventstore.mongo
 

Classes in org.axonframework.eventstore.mongo that implement SnapshotEventStore
 class MongoEventStore
          Implementation of the EventStore based on a MongoDB instance or replica set.
 



Copyright © 2011. All Rights Reserved.