有没有办法在Hibernate中使用像sql-server一样的分析函数?
就像是
select foo from Foo foo where f.x = max(f.x) over (partition by f.y)
sql hibernate
hibernate ×1
sql ×1