From: Gary <mag...@gm...> - 2009-09-15 16:28:20
|
Iin mapping file of Person class,if i specify a "one to many" relation to Address class, there will be a field that type is Set<Address> in Person class, my problem is... how to use "where clause" to filter the Address entity in that set... if the name of that field is "addressSet" the follow statement can't work... from Person as p where p.addressSet = 'xxx' -- 北科資工 祐正 |