According to the Hibernate 5.2
According to the Hibernate 5.2 doc, Hibernate Query setHint is deprecated now. Is there an alternative to that now?
如果滚动到文档的顶部,则可以看到使用org.hibernate.query自5.2以来被弃用。您可以改用org.hibernate.query.query。 这里是新文档。
org.hibernate.query
org.hibernate.query.query
If you scroll to the top of the document, you can see that using org.hibernate.Query is deprecated since 5.2. You can use org.hibernate.query.Query instead. Here's the new documentation.
org.hibernate.Query
org.hibernate.query.Query
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
如果滚动到文档的顶部,则可以看到使用
org.hibernate.query
自5.2以来被弃用。您可以改用org.hibernate.query.query
。 这里是新文档。If you scroll to the top of the document, you can see that using
org.hibernate.Query
is deprecated since 5.2. You can useorg.hibernate.query.Query
instead. Here's the new documentation.