Class PostgresEventTableFactory
java.lang.Object
org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
org.axonframework.eventsourcing.eventstore.jdbc.PostgresEventTableFactory
- All Implemented Interfaces:
EventTableFactory
Jdbc table factory for Postgresql databases.
- Since:
- 3.0
- Author:
- Rene de Waele
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PostgresEventTableFactorySingleton PostgresEventTableFactory instance -
Method Summary
Methods inherited from class org.axonframework.eventsourcing.eventstore.jdbc.AbstractEventTableFactory
createDomainEventTable, createSnapshotEventTable, timestampType
-
Field Details
-
INSTANCE
Singleton PostgresEventTableFactory instance
-
-
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
-