Uses of Interface
org.axonframework.eventhandling.tokenstore.jdbc.TokenTableFactory
Packages that use TokenTableFactory
-
Uses of TokenTableFactory in org.axonframework.eventhandling.tokenstore.jdbc
Classes in org.axonframework.eventhandling.tokenstore.jdbc that implement TokenTableFactoryModifier and TypeClassDescriptionclassJdbc token entry table factory compatible with most databases.classJdbc token entry table factory for Oracle databases.classJdbc token entry table factory for Postgres databases.Methods in org.axonframework.eventhandling.tokenstore.jdbc with parameters of type TokenTableFactoryModifier and TypeMethodDescriptionvoidJdbcTokenStore.createSchema(TokenTableFactory schemaFactory) Performs the DDL queries to create the schema necessary for this token store implementation.