We have a set of existing proxys that were built using Spring. Like a INotifyPropertyChangedMixin and a PropertySetterValidator that works as an interceptor, decorator style, on setters. We'd like to keep these pretty much as is, but get them onto our Hibernate objects.
It looks like an EventListener might be a reasonable approach, but seems like an IInterceptor to install these proxies might work as well. Any suggestions on how to mix the Spring world of Proxies with Hibernate managed objects? Thanks, jeff -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
