Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从 Hibernate or or查询中提取HQL ?我已经看到了从此类对象中提取 SQL 查询的方法,但不是从 HQL 中提取的方法。Criteriagetload
Criteria
get
load
Criteria 直接转到 SQL,但没有直接的公共 api 可以在 HQL 中以编程方式获取它。