public class MySqlEventTableFactory extends AbstractEventTableFactory
Modifier and Type | Field and Description |
---|---|
static MySqlEventTableFactory |
INSTANCE
Singleton MySqlEventTableFactory instance
|
Constructor and Description |
---|
MySqlEventTableFactory() |
Modifier and Type | Method and Description |
---|---|
protected String |
idColumnType()
Returns the sql to register the auto incrementing global sequence column.
|
protected String |
payloadType()
Returns the sql to describe the type of payload column.
|
createDomainEventTable, createSnapshotEventTable, timestampType
public static final MySqlEventTableFactory INSTANCE
protected String idColumnType()
AbstractEventTableFactory
idColumnType
in class AbstractEventTableFactory
protected String payloadType()
AbstractEventTableFactory
payloadType
in class AbstractEventTableFactory
Copyright © 2010–2020. All rights reserved.