shogun-core
shogun-core copied to clipboard
Use JPA persistance API instead of Hibernate Criteria API
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!?