contain « Search « JPA Q&A





1. Using CONTAINS from HQL / Criteria API    stackoverflow.com

I'm using NHibernate 2.1.2.4000GA. I'm trying to use SQL Server's CONTAINS function from within HQL and the criteria APIs. This works fine in HQL:

CONTAINS(:value)
However, I need to qualify the table in ...