Interface TransactionInfoCustomModifier
- All Superinterfaces:
org.springframework.core.Ordered
- All Known Implementing Classes:
OracleSessionIdTransactionInfoModifier
public interface TransactionInfoCustomModifier
extends org.springframework.core.Ordered
Allows further customization of
TransactionInfo
instances upon transaction begin. Implementations can
modify existing values or add new ones. This is useful for tracking RDBMS specific attributes - see
TransactionInfo.additionalParams
.- Author:
- Jeff Fischer
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface org.springframework.core.Ordered
getOrder
-
Method Details
-
modify
-