Using incremental capture to gather Criteria queries.
使用增量捕捉模式收集Criteria查询。
Now the SQL that comes from the Criteria queries will also execute statically.
现在来自Criteria查询的SQL也会静态执行。
If your Hibernate application USES Criteria queries, you can use incremental capture to get the SQL for the Criteria queries and convert it to static SQL.
如果您的Hibernate应用程序使用Criteria查询,那么可以使用增量捕捉模式获取Criteria查询的sql语句,并将其转化为静态SQL。
应用推荐