- All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor
public class TransactionSynchronizationManagerAOPPostProcessor
extends Object
implements org.springframework.boot.env.EnvironmentPostProcessor
Immediately after environment processing, but before Spring bean realization, redefine Spring's
TransactionSynchronizationManager for AOP around advice and customizations. The AOP
behavior can be turned on using the
broadleaf.jpa.transaction-synchronization-manager.aop.active property. The behavior is
disabled (false) by default.