Package | Description |
---|---|
org.axonframework.eventsourcing.eventstore.jdbc |
JDBC Implementation of the EventStore.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventTableFactory
Abstract implementation of an
EventTableFactory that provides Jdbc "create table" statements compatible with
most databases. |
class |
HsqlEventTableFactory
Jdbc table factory for HSQL databases.
|
class |
MySqlEventTableFactory
Jdbc event entry table factory for MySql databases.
|
class |
Oracle11EventTableFactory
Oracle 11 doesn't support the data type BIGINT, so NUMBER(19) is used as a substitute instead.
|
class |
PostgresEventTableFactory
Jdbc table factory for Postgress databases.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcEventStorageEngine.createSchema(EventTableFactory schemaFactory)
Performs the DDL queries to create the schema necessary for this storage engine implementation.
|
Copyright © 2010–2023. All rights reserved.