Is it possible to mix HQL and the Criteria API?
I have a String that contains a where condition in HQL and a Criteria that is already built and
String
Criteria
have a look at Filters
You can use Restriction.sqlRestriction(String sql).