Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Problem in Executing Named Query in Eclipse Link

What is the error you are seeing?

Venu JaMocha wrote:
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


Back to the top