View Single Post
  #1 (permalink)  
Old 06-25-2007, 10:27 PM
Ed Ed is offline
Senior Member
 
Join Date: Jun 2007
Posts: 110
Ed is on a distinguished road
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?
Reply With Quote
Sponsored Links