Uses of Interface
org.axonframework.eventsourcing.eventstore.jdbc.EventTableFactory
Packages that use EventTableFactory
Package
Description
JDBC Implementation of the EventStore.
-
Uses of EventTableFactory in org.axonframework.eventsourcing.eventstore.jdbc
Classes in org.axonframework.eventsourcing.eventstore.jdbc that implement EventTableFactoryModifier and TypeClassDescriptionclassAbstract implementation of anEventTableFactorythat provides Jdbc "create table" statements compatible with most databases.classJdbc table factory for HSQL databases.classJdbc event entry table factory for MySql databases.classOracle 11 doesn't support the data type BIGINT, so NUMBER(19) is used as a substitute instead.classJdbc table factory for Postgresql databases.Methods in org.axonframework.eventsourcing.eventstore.jdbc with parameters of type EventTableFactoryModifier and TypeMethodDescriptionvoidJdbcEventStorageEngine.createSchema(EventTableFactory schemaFactory) Performs the DDL queries to create the schema necessary for this storage engine implementation.