Package org.axonframework.eventsourcing.eventstore.jdbc
package org.axonframework.eventsourcing.eventstore.jdbc
JDBC Implementation of the EventStore. This package contains all classes needed to provide such an implementation
-
ClassDescriptionAbstract implementation of an
EventTableFactorythat provides Jdbc "create table" statements compatible with most databases.Schema of an event entry to be stored using Jdbc.Builder for anEventSchemathat gets initialized with default values.Interface describing a factory for JDBC to create the Domain and Snapshot Event tables.Jdbc table factory for HSQL databases.AnEventStorageEngineimplementation that uses JDBC to store and fetch events.Builder class to instantiate aJdbcEventStorageEngine.SQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.Jdbc event entry table factory for MySql databases.Oracle 11 doesn't support the data type BIGINT, so NUMBER(19) is used as a substitute instead.Jdbc table factory for Postgresql databases.