Skip to main content

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

Looks like because you have quotes around the param.

On 12/10/08, Edilson <johnarevalo@xxxxxxxxx> wrote:
> 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/
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


-- 
./tch


Back to the top