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()static TransactionAttributeReturns 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.TransactionDefinitionTransactionAttributes.configureTransactionAttributes(org.apache.logging.log4j.Logger log, TransactionAttribute transactionAttribute, int transactionTimeoutInSeconds) static booleanTransactionAttributes.isTransacted(TransactionAttribute txAtt) voidHasTransactionAttribute.setTransactionAttribute(TransactionAttribute attribute) ThetransactionAttributedeclares transactional behavior of execution.