io.quarkus.narayana.jta.runtime.ObjectStoreConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-narayana-jta Show documentation
Show all versions of quarkus-narayana-jta Show documentation
Offer JTA transaction support (included in Hibernate ORM)
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.createTable=Whether to create the table if it does not exist.
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.datasource=The name of the datasource where the transaction logs will be stored when using the {@code jdbc} object store.\n\nIf undefined, it will use the default datasource.
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.directory=The name of the directory where the transaction logs will be stored when using the {@code file-system} object store.\nIf the value is not absolute then the directory is relative\nto the user.dir system property.
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.dropTable=Whether to drop the table on startup.
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.tablePrefix=The prefix to apply to the table.
io.quarkus.narayana.jta.runtime.ObjectStoreConfig.type=The type of object store.