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