Interface TransactionManager
-
public interface TransactionManagerThis interface must be implemented by transaction managers. Transaction managers are responsible to intercept and handle transactional method calls.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.aopalliance.intercept.MethodInterceptorgetMethodInterceptor()Returns the method interceptor that implements the transactional behavior.
-