tags:

views:

51

answers:

0

I have a unidirectional one to many relationship, and would like to select all children who have no parent. How can this be done in HQL? 10x

====

i.e.
Parent: id, name, ..., Collection<Child>
Child: id, name