|
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.
|