|
hibernate lazy=False
I need an advice
I have a rmi server where I do all about connection with hibernate
The problem was that the rmi client send to me a hibernate exception,
Finally, I found out that the "many to one" map should set "lazy=False"
the question is:
Is it risky to work like this?
|