Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
org.axonframework.eventsourcing.eventstore.jdbc.statements |
Class and Description |
---|
AbstractEventTableFactory
Abstract implementation of an
EventTableFactory that provides Jdbc "create table" statements compatible with
most databases. |
EventSchema
Schema of an event entry to be stored using Jdbc.
|
EventSchema.Builder
Builder for an
EventSchema that gets initialized with default values. |
EventTableFactory
Interface describing a factory for JDBC to create the Domain and Snapshot Event tables.
|
HsqlEventTableFactory
Jdbc table factory for HSQL databases.
|
JdbcEventStorageEngine
EventStorageEngine implementation that uses JDBC to store and fetch events.
|
JdbcEventStorageEngine.Builder
Builder class to instantiate a
JdbcEventStorageEngine . |
MySqlEventTableFactory
Jdbc event entry table factory for MySql databases.
|
PostgresEventTableFactory
Jdbc table factory for Postgress databases.
|
Class and Description |
---|
EventSchema
Schema of an event entry to be stored using Jdbc.
|
Copyright © 2010–2020. All rights reserved.