|
From: Colin S. <col...@ex...> - 2003-07-25 18:28:56
|
Unless I'm missing something, there's no way when using the LocalSessionFactoryBean to set a Hibernate Interceptor instance on the Configuration the LocalSessionFactoryBean uses to create the SessionFactory. Can this be added? With the present implementation I think the only use I can make of this class is copy-paste-modify, I can't even subclass and override afterPropertiesSet() since all the fields it needs are private... |