io.quarkus.narayana.jta.runtime.ObjectStoreConfig.jdp Maven / Gradle / Ivy
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.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy