Thanks, it works fine !
But I have another problem while storing Proxy into Hibernate. How can I store Proxy with other Proxy fields ? For example, storing a Company Proxy which have a reference...
Type: Posts; User: davidwery; Keyword(s):
Thanks, it works fine !
But I have another problem while storing Proxy into Hibernate. How can I store Proxy with other Proxy fields ? For example, storing a Company Proxy which have a reference...
Hi all !
When I try to store a Proxy (created by the ProxyFactoryBean) into Hibernate, I have the following exception :
Exception in thread "main"...
Thanks a lot ! That works fine :D
Is it possible to implement a DAO (with Hibernate queries) to return Proxy classes ?
Example :
public List getCompanyByName(final String name) {
Session session =...