- java.lang.Object
-
- org.springframework.transaction.support.DefaultTransactionDefinition
-
- org.springframework.transaction.support.TransactionTemplate
-
- org.openingo.spring.boot.extension.datasource.tx.TransactionTemplateX
-
-
Field Summary
-
Fields inherited from class org.springframework.transaction.support.TransactionTemplate
logger
-
Fields inherited from class org.springframework.transaction.support.DefaultTransactionDefinition
PREFIX_ISOLATION, PREFIX_PROPAGATION, PREFIX_TIMEOUT, READ_ONLY_MARKER
-
Fields inherited from interface org.springframework.transaction.TransactionDefinition
ISOLATION_DEFAULT, ISOLATION_READ_COMMITTED, ISOLATION_READ_UNCOMMITTED, ISOLATION_REPEATABLE_READ, ISOLATION_SERIALIZABLE, PROPAGATION_MANDATORY, PROPAGATION_NESTED, PROPAGATION_NEVER, PROPAGATION_NOT_SUPPORTED, PROPAGATION_REQUIRED, PROPAGATION_REQUIRES_NEW, PROPAGATION_SUPPORTS, TIMEOUT_DEFAULT
-
Constructor Summary
Constructors
| Constructor and Description |
TransactionTemplateX(org.springframework.transaction.PlatformTransactionManager transactionManager) |
-
Method Summary
-
Methods inherited from class org.springframework.transaction.support.TransactionTemplate
afterPropertiesSet, equals, execute, getTransactionManager, setTransactionManager
-
Methods inherited from class org.springframework.transaction.support.DefaultTransactionDefinition
getDefinitionDescription, getIsolationLevel, getName, getPropagationBehavior, getTimeout, hashCode, isReadOnly, setIsolationLevel, setIsolationLevelName, setName, setPropagationBehavior, setPropagationBehaviorName, setReadOnly, setTimeout, toString
-
Methods inherited from interface org.springframework.transaction.support.TransactionOperations
executeWithoutResult, withoutTransaction
-
Methods inherited from interface org.springframework.transaction.TransactionDefinition
withDefaults
Copyright © 2021. All rights reserved.