Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.0.5
Name and version of the database you are using:
Sql Server 2000
Why Hibernate proxy used for lazy initialization implements all interfaces of inheritance and not just the interfaces of target?
I wanted the proxy to implement just the interfaces the target implements. Is this possible?
How am I supposed to know what is the type of my object if the target implements all interfaces?
I think this could be configured in CGLib. For example, in spring, the proxies created implements all interfaces *the target object* implements.
I don't know how to do that in Hibernate.
Thanks in advance.