Package | Description |
---|---|
org.springframework.boot.autoconfigure.transaction.jta |
Auto-configuration for JTA.
|
org.springframework.boot.jta.narayana |
Support classes for Narayana JTA.
|
Modifier and Type | Method and Description |
---|---|
NarayanaProperties |
NarayanaJtaConfiguration.narayanaProperties() |
Modifier and Type | Method and Description |
---|---|
NarayanaConfigurationBean |
NarayanaJtaConfiguration.narayanaConfiguration(NarayanaProperties properties) |
XADataSourceWrapper |
NarayanaJtaConfiguration.xaDataSourceWrapper(NarayanaRecoveryManagerBean narayanaRecoveryManagerBean,
NarayanaProperties narayanaProperties) |
Constructor and Description |
---|
NarayanaConfigurationBean(NarayanaProperties narayanaProperties) |
NarayanaXAConnectionFactoryWrapper(TransactionManager transactionManager,
NarayanaRecoveryManagerBean recoveryManager,
NarayanaProperties properties)
Create a new
NarayanaXAConnectionFactoryWrapper instance. |
NarayanaXADataSourceWrapper(NarayanaRecoveryManagerBean recoveryManager,
NarayanaProperties properties)
Create a new
NarayanaXADataSourceWrapper instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.