Reputation: 175
I mostly use Hibernate criteria API in my previous project. I found Hibernate criteria Expression is already deprecated!
Is Hibernate Criteria API stable for future usage?
http://docs.jboss.org/hibernate/core/3.3/api/org/hibernate/criterion/Expression.html
Upvotes: 4
Views: 3617
Reputation: 24732
Well, things do get deprecated. If it's marked as such then don't use it. But if there is no note about deprecation - it's not deprecated. Only fortune teller can tell what happens in future. You can try to read forums and see if there is any discussion but I don't think criteria api is going away or undergo signifficant change.
Upvotes: 0