| I have some native named queries define into my *hbm.xml file Even enabling sql comments
<property name="hibernate.use_sql_comments">true</property>
my update and delete files doesn't show the comments Select works
20170417T113509,313 DEBUG thread=main cat=SQL {} select ...
Update/delete don't
20170417T113510,452 DEBUG thread=main cat=SQL {} UPDATE TRANSAC ...
20170417T113428,581 DEBUG thread=main cat=SQL {} delete from ...
|