Uses of Class
org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
Packages that use AbstractEventTableFactory
Package
Description
JDBC Implementation of the EventStore.
-
Uses of AbstractEventTableFactory in org.axonframework.eventsourcing.eventstore.jdbc
Subclasses of AbstractEventTableFactory in org.axonframework.eventsourcing.eventstore.jdbcModifier and TypeClassDescriptionclassJdbc 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.