Hibernate顯示真實的SQL如果我<property name="show_sql">true</property>在我的Hibernate.cfg.xml在控制臺中我可以看到SQL的配置文件。但這不是真品SQL.。我能看到將直接傳遞給數據庫的SQL代碼嗎?例子:我明白了select this_.code from true.employee this_ where this_.code=?我能看看select employee.code from employee where employee.code=12這個真品SQL?
添加回答
舉報
0/150
提交
取消