Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
GenericTokenTableFactory
Jdbc token entry table factory compatible with most databases.
|
class |
Oracle11TokenTableFactory
Jdbc token entry table factory for Oracle databases.
|
class |
PostgresTokenTableFactory
Jdbc token entry table factory for Postgres databases.
|
Modifier and Type | Method and Description |
---|---|
void |
JdbcTokenStore.createSchema(TokenTableFactory schemaFactory)
Performs the DDL queries to create the schema necessary for this token store implementation.
|
Copyright © 2010–2023. All rights reserved.