vendredi 24 juillet 2015

Hibernate row value constructor

Does anyone know how to translate the where condition of this HQL fragment to CriteriaQuery?

from Cat as cat
where not ( cat.name, cat.color ) in (
    select cat.name, cat.color from DomesticCat cat
)

Aucun commentaire:

Enregistrer un commentaire