@ConfigurationProperties(prefix="spring.jta",
ignoreUnknownFields=true)
public class JtaProperties
extends java.lang.Object
JtaTransactionManager created by
Spring. All spring.jta. properties are also applied to the appropriate
vendor specific configuration.| Constructor and Description |
|---|
JtaProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLogDir() |
java.lang.String |
getTransactionManagerId() |
void |
setLogDir(java.lang.String logDir) |
void |
setTransactionManagerId(java.lang.String transactionManagerId) |