This content has been marked as final.
Show 1 reply
-
1. Re: EJBQL help
chrismalan Jun 29, 2006 10:14 PM (in response to jetzzz)Heaven knows what DML is. However, it sounds as if it a feature not supported for your query to be effective. Your query looks fine to me.
To do the same you can use the entity manger to return the child object with id 1 and then do child.setParent(parent);