Tags: one-to-one
How can I do lazy loading with a one-to-one relationship in hibernate?
October 26th, 2008I struggled for ages trying to figure out how to do lazy loading on a one-to-one relationship in hibernate. I'll put you out of your misery now - you can't!
I have one central table and 2 one-to-one relationship tables hanging off it.
When the prim… more »