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.
我在mysql中创建了函数
SELECT mpm_autogenerate_code(param1,param2)
我想用 Hibernate Query Language 调用这个函数
您可以使用本机 SQL 查询。
另一种可能性是按照此答案Dialect中的描述扩展 a ,但它更复杂。
Dialect
您可能会发现本教程很有用,但它不是 HQL