HibernateShowSQL在后台打印SQL的⽅法1,在Hibernate配置⽂件中修改showsql属性:
若是properties⽂件,则
若是xml⽂件:
<property name="show_sql">true</property>
2,如果是使⽤spring管理hibernate,则需要spring配置⽂件中也需要配置:
<prop key="tion.show_sql">
true
</prop>log4j2打印sql语句
3,在log4j.properties中添加如下配置,可根据需要选择配置某些属性。
hibernate.SQL=DEBUG
pe=DEBUG
l.hbm2ddl=DEBUG
hibernate.hql=DEBUG
hibernate.cache=DEBUG
ansaction=DEBUG
hibernate.jdbc=DEBUG
tion.DriverManagerConnectionProvider=DEBUG
pe.descriptor.sql.BasicBinder=DEBUG

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。