Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink + storedprocedure

Hello

If I am correct there are two ways to call a stored procedure :

using entityManager.createNativeQuery();
Or
with the @NamedStoredProcedureQuery annotation.

Can someone provide me an example of how to call an oracle stored procedure using the entityManager.createNativeQuery() method?

Leon


Back to the top