How to achieve "not in" by using Restrictions and criteria in Hibernate?

Posted by Shashi Bhushan on Stack Overflow See other posts from Stack Overflow or by Shashi Bhushan
Published on 2009-08-03T06:35:07Z Indexed on 2010/05/19 5:50 UTC
Read the original article Hit count: 242

Filed under:
|
|

I have list of category. I need a list of category by excluding 2,3 row. Can we achieve through hibernate by using Criteria and Restriction?

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about criteria