Hi,

I know that @Transactional annotation is just a convenient way to construct TransactionProxyFactoryBean and other boilerplate configuration which allow for any type of customization, such as including custom interceptors, but I would like to keep using @Transactional *and* somehow specify somewhere in configuration to call my own interceptor so that I can do some stuff after transaction commits/rollbacks (outside of transaction).

Is that doable now?

regards,
Vjeran