Jooq (SQL) Table

This state manager (com.rierino.state.manager.JooqStateManager) uses a SQL database, mapping Json data into one or more tables.

Manager Parameters

Parameter
Definition
Example
Default

system

Name of the system which defines remote service details (dbms, uri, connectionPropertiesmergeInto)

{dbms:"ORACLE"}

-

maxColumnNameSize

Max number of characters allowed for column names

255

100

rootName

Root table name

product

State manager name

journalTable

Table for storing change journal records

product_journal

-

schema.state

State manager keeping json schemas

schema

-

schema

Json string representing data schema (if schema. state is not used)

{id:{type:string}}

-

Last updated