Class HsqlEventTableFactory
java.lang.Object
org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
org.axonframework.eventsourcing.eventstore.jdbc.HsqlEventTableFactory
- All Implemented Interfaces:
EventTableFactory
Jdbc table factory for HSQL databases.
- Since:
- 3.0
- Author:
- Rene de Waele
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HsqlEventTableFactorySingleton HsqlEventTableFactory instance -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor of the factory -
Method Summary
Methods inherited from class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
createDomainEventTable, createSnapshotEventTable, timestampType
-
Field Details
-
INSTANCE
Singleton HsqlEventTableFactory instance
-
-
Constructor Details
-
HsqlEventTableFactory
protected HsqlEventTableFactory()Default constructor of the factory
-
-
Method Details
-
idColumnType
Description copied from class:AbstractEventTableFactoryReturns the sql to register the auto incrementing global sequence column.- Specified by:
idColumnTypein classAbstractEventTableFactory- Returns:
- the sql for the global id column
-
payloadType
Description copied from class:AbstractEventTableFactoryReturns the sql to describe the type of payload column.- Specified by:
payloadTypein classAbstractEventTableFactory- Returns:
- the sql for the payload column
-