All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.narayana.jta.runtime.ObjectStoreConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy