io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.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.TransactionManagerConfiguration.defaultTransactionTimeout=The default transaction timeout.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.enableRecovery=Start the recovery service on startup.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.expiryScanners=The list of expiry scanners.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.nodeName=The node name used by the transaction manager.\nMust not exceed a length of 28 bytes.\n\n@see \#shortenNodeNameIfNecessary
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.objectStore=The object store configuration.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.recoveryModules=The list of recovery modules.
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.shortenNodeNameIfNecessary=Whether the node name should be shortened if necessary.\nThe node name must not exceed a length of 28 bytes. If this property is set to {@code true}, and the node name exceeds 28\nbytes, the node name is shortened by calculating the SHA-224 hash,\nwhich has a length of 28 bytes.\n\n@see \#nodeName
io.quarkus.narayana.jta.runtime.TransactionManagerConfiguration.xaResourceOrphanFilters=The list of orphan filters.