Hi Alls,
I'm using 2.1.8 hibernate and i have a big table with many rows, because 2.x version cann't use lazy properties, i moved a blob column to another table. So i have one-to-one association. I use proxy and i don't want to select blob when select simple data and also only select blob and update without retrieving simple data. Is it possible to make lazy loading in one-to-one in both ends and that sharing one value for PK.
Thank's
P.S. I see in log that there's update query but method onUpdate or onSave isn't invoked in this case. Why ?
|