Is there a way to use HibernateInterceptor with the TransactionProxyFactoryBean? I'm trying to apply a HibernateInterceptor to a TransactionProxyFactoryBean in the applicationsContext.xml. Does someone have an example of how to "wire-up" the interceptor to the TransactionProxyFactoryBean's postInterceptors attribute in xml? Or is the interceptor only used with a ProxyFactoryBean? Obviously, I'm new so any help would be appreciated.