Interface TransactionManager


  • public interface TransactionManager
    This interface must be implemented by transaction managers. Transaction managers are responsible to intercept and handle transactional method calls.
    • Method Detail

      • getMethodInterceptor

        org.aopalliance.intercept.MethodInterceptor getMethodInterceptor()
        Returns the method interceptor that implements the transactional behavior.
        Returns:
        the MethodInterceptor implementing the generic transactional behavior.