[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[eclipselink-users] Problem in Executing Named Query in Eclipse Link
|
- From: Venu JaMocha <venu.g@xxxxxxxxxxxxxxx>
- Date: Thu, 4 Jun 2009 05:11:49 -0700 (PDT)
- Delivered-to: eclipselink-users@eclipse.org
I have written a Named Query in Open JPA, the query is like below:
@NamedQuery(name = "deleteActionEventByObjectId", query = "DELETE FROM
ActionEventTO x WHERE x.eventDetail in (SELECT y.id FROM EventDetailTO y
WHERE y.objectMaster.id = ?1 )")
The above query is excuted in Open JPA without any problem.
But the same query is not working in Eclipse Link.
Can some one help in this, it is bit urgent.
-- Regds,
Venu G
--
View this message in context: http://www.nabble.com/Problem-in-Executing-Named-Query-in-Eclipse-Link-tp23868692p23868692.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.