Is this possible to convert in createCriteria()?
SELECT * FROM node WHERE (node.type = \'act\' AND nid NOT IN (SELECT nid FROM snbr_act_community)) LIMIT 10
Just remembering: in this case you don't have to use parenthesis and you can use inList, for example:
inList
not { inList 'age',[18..65] }