Tags: lob

Active Spring transaction synchronization or active JTA

January 30th, 2012
During Spring development I got this exception, but there was almost no reference to what caused it. So after a lot of searching I found out the cause and thought I'd blog it for others struggling with the same problem. more »

How can I do lazy loading with a one-to-one relationship in hibernate?

October 26th, 2008
I 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 »