Thanks, but I've already checked out that discussion. I know how to setup Hibernate to wire up my beans when loading them from database
9works ok), but the problem is with proxied objects - I can't...
Type: Posts; User: Lucky Luke; Keyword(s):
Thanks, but I've already checked out that discussion. I know how to setup Hibernate to wire up my beans when loading them from database
9works ok), but the problem is with proxied objects - I can't...
An usual domain model consisting of POJOs is mapped to be persisted with Hibernate (works ok).
I am using the Spring Framework AOP cappabilities - so my POJOs are proxied by Spring to add desired...