Package io.quarkus.narayana.jta.runtime
Class ObjectStoreConfig
java.lang.Object
io.quarkus.narayana.jta.runtime.ObjectStoreConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to create the table if it does not exist.The name of the datasource where the transaction logs will be stored when using thejdbcobject store.The name of the directory where the transaction logs will be stored when using thefile-systemobject store.booleanWhether to drop the table on startup.The prefix to apply to the table.The type of object store. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
directory
The name of the directory where the transaction logs will be stored when using thefile-systemobject store. If the value is not absolute then the directory is relative to the user.dir system property. -
type
The type of object store. -
datasource
The name of the datasource where the transaction logs will be stored when using thejdbcobject store.If undefined, it will use the default datasource.
-
createTable
Whether to create the table if it does not exist. -
dropTable
Whether to drop the table on startup. -
tablePrefix
The prefix to apply to the table.
-
-
Constructor Details
-
ObjectStoreConfig
ObjectStoreConfig()
-