Interface | Description |
---|---|
TokenTableFactory |
Interface describing a factory for JDBC to create the table containing tracking token entries.
|
Class | Description |
---|---|
GenericTokenTableFactory |
Jdbc token entry table factory compatible with most databases.
|
JdbcTokenStore |
A
TokenStore implementation that uses JDBC to save and load TrackingToken instances. |
JdbcTokenStore.Builder |
Builder class to instantiate a
JdbcTokenStore . |
Oracle11TokenTableFactory |
Jdbc token entry table factory for Oracle databases.
|
PostgresTokenTableFactory |
Jdbc token entry table factory for Postgres databases.
|
TokenSchema |
Schema of an token entry to be stored using Jdbc.
|
TokenSchema.Builder |
Builder for an
TokenSchema that gets initialized with default values. |
Copyright © 2010–2023. All rights reserved.