View Single Post
  #3 (permalink)  
Old 04-09-2008, 01:14 PM
ajoshi ajoshi is offline
Member
 
Join Date: Apr 2008
Posts: 2
ajoshi is on a distinguished road
No this field is used only to log all the sql output.

I need to prevent the autogeneration for some of the tables.
If you start the session and pass your configurations , hibernate automatically loads entityloaders , persisters and they have these fields for sqlinsert select etc which are set .
I want to disable these fields for some of my tables which are huge and are actually not used.
Reply With Quote