标签: hibernate many-to-many hibernate-criteria
我在文章和标签之间有很多关系, 现在需要做这样的事情:
select * from article where count(article.tags in someListOfTags ) >= n
如何使用hibernate标准执行此操作?
感谢所有提示:)
我正在使用hibernate 4.1.1