Uses of Package
org.axonframework.eventhandling.tokenstore.jdbc
Packages that use org.axonframework.eventhandling.tokenstore.jdbc
Package
Description
-
Classes in org.axonframework.eventhandling.tokenstore.jdbc used by org.axonframework.eventhandling.tokenstore.jdbcClassDescriptionJdbc token entry table factory compatible with most databases.A
TokenStoreimplementation that uses JDBC to save and loadTrackingTokeninstances.Builder class to instantiate aJdbcTokenStore.Jdbc token entry table factory for Oracle databases.Jdbc token entry table factory for Postgres databases.Schema of an token entry to be stored using Jdbc.Builder for anTokenSchemathat gets initialized with default values.Interface describing a factory for JDBC to create the table containing tracking token entries. -