使用休眠模式时,是否可以不记录HQL查询,而是记录最终查询。我的意思是,发送到数据库的那个。我尝试了不同的日志级别,但是还没有看到。我认为调试某些问题将很有用。
非常感谢你。
是的,有可能。这就是该hibernate.show_sql物业的作用。您还可以使用日志记录配置更好地控制:
hibernate.show_sql
org.hibernate.SQL Log all SQL DML statements as they are executed org.hibernate.type Log all JDBC parameters org.hibernate.tool.hbm2ddl Log all SQL DDL statements as they are executed