You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is old code using the deprecated Hibernate Criteria API, but we still need it since we have services using it. (And we don't like the JPA Criteria stuff at all...)
The text was updated successfully, but these errors were encountered:
* Add CriteriaQueries
Fixes#391
* Move to hibernate package
Can't have two major versions of Hibernate anyway since they have
the same base org.hibernate package.
This is old code using the deprecated Hibernate Criteria API, but we still need it since we have services using it. (And we don't like the JPA Criteria stuff at all...)
The text was updated successfully, but these errors were encountered: