my sql Table and Hibernae Pojo class same as Message:–> column toList,fromList,deleteList.
i’m preparing Query:only in toList and fromList not in deleteList;
Query:select mb from Message mb where mb.toList LIKE :searchKey OR mb.fromList LIKE :searchKey
and How to Write NOT in DeleteList condition.
See hibernate expression to all operands available in HQL.
In your case according to:
this should works properly: