Uses of Enum Class
org.frankframework.core.TransactionAttribute
Packages that use TransactionAttribute
-
Uses of TransactionAttribute in org.frankframework.core
Methods in org.frankframework.core that return TransactionAttributeModifier and TypeMethodDescriptionHasTransactionAttribute.getTransactionAttribute()
TransactionAttributes.getTransactionAttribute()
static TransactionAttribute
Returns the enum constant of this class with the specified name.static TransactionAttribute[]
TransactionAttribute.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.core with parameters of type TransactionAttributeModifier and TypeMethodDescriptionstatic org.springframework.transaction.TransactionDefinition
TransactionAttributes.configureTransactionAttributes
(org.apache.logging.log4j.Logger log, TransactionAttribute transactionAttribute, int transactionTimeoutInSeconds) static boolean
TransactionAttributes.isTransacted
(TransactionAttribute txAtt) void
HasTransactionAttribute.setTransactionAttribute
(TransactionAttribute attribute) ThetransactionAttribute
declares transactional behavior of execution.void
TransactionAttributes.setTransactionAttribute
(TransactionAttribute transactionAttribute) -
Uses of TransactionAttribute in org.frankframework.util
Methods in org.frankframework.util that return TransactionAttributeMethods in org.frankframework.util with parameters of type TransactionAttributeModifier and TypeMethodDescriptionvoid
Locker.setTransactionAttribute
(TransactionAttribute transactionAttribute)