posted 11 years ago
Hello,
I have two Hibernate entities with manyToMany Relation between them: Product and Category.
I want to find Product who are NOT linked with ANY Category, using DetachedCriteria.
these are my two object:
I tried the following without succes:
Please, help!