Mike,
The example in
http://www.hibernate.org/41.html is clear and I had already seen it. Unfortunately
my objects hierarchy complexity and design
doesn't allow me to have
"lightweight" superclass and "heavyweight" class.
Assuming the session is the same, I would want:
Object A and object B to be different instances in memory.
To be able to cache object A and object B separately even though they are instantiated through values from the same table.
Please, give me a hand with this problem.
I want to know -if the modification of the Nhib code I did is invalid-
Which would be a suitable way to solve it?
Thanks,
GS