Package | Description |
---|---|
org.axonframework.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventEntryStore<T>
Implementation of the EventEntryStore that stores events in DomainEventEntry table and snapshot events in
SnapshotEventEntry table.
|
Constructor and Description |
---|
JdbcEventStore(EventEntryStore eventEntryStore)
Initialize a JdbcEventStore using the given
eventEntryStore and an XStreamSerializer , which serializes events as XML. |
JdbcEventStore(EventEntryStore eventEntryStore,
Serializer serializer)
Initializes a JdbcEventStore using the given
eventEntryStore and serializer . |
Copyright © 2010-2014. All Rights Reserved.