Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Params on NamedNativeQuery

Hi list,

Im working with NamednativeQuery Annotation:

SELECT * FROM City WHERE cityId=':cityId'

but in execution time mi param :cityId is not parsed and query search
rows with id ":cityId" explicitly

does NamedNativeQuery supports params?

Beset regards,
-- 
John Arévalo
GNU/Linux User #443701
http://counter.li.org/


Back to the top