Package | Description |
---|---|
org.axonframework.eventhandling.tokenstore.jdbc |
Modifier and Type | Method and Description |
---|---|
TokenSchema |
TokenSchema.Builder.build()
Builds a new
TokenSchema from builder values. |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
GenericTokenTableFactory.createTable(Connection connection,
TokenSchema schema) |
PreparedStatement |
Oracle11TokenTableFactory.createTable(Connection connection,
TokenSchema schema) |
PreparedStatement |
TokenTableFactory.createTable(Connection connection,
TokenSchema schema)
Creates a PreparedStatement that allows for the creation of the table to store tracking token entries.
|
JdbcTokenStore.Builder |
JdbcTokenStore.Builder.schema(TokenSchema schema)
Sets the
schema which describes a JDBC token entry for this TokenStore . |
Copyright © 2010–2019. All rights reserved.