shogun-core icon indicating copy to clipboard operation
shogun-core copied to clipboard

Use JPA persistance API instead of Hibernate Criteria API

Open buehner opened this issue 7 years ago • 0 comments

Due to the latest updates, we now get warnings like this:

[http-nio-8081-exec-10] WARN org.hibernate.orm.deprecation - HHH90000022: Hibernate's legacy org.hibernate.Criteria API is deprecated; use the JPA javax.persistence.criteria.CriteriaQuery instead

I think we should address this issue in near future!?

buehner avatar Jan 29 '18 10:01 buehner