Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Convert ?=call storedproc(?,?,?) to JPA
Convert ?=call storedproc(?,?,?) to JPA [message #1185074] Wed, 13 November 2013 22:05
Doug Young is currently offline Doug YoungFriend
Messages: 2
Registered: October 2013
Junior Member
I am working on converting some existing DB2 stored procedure calls to JPA. Currently when we call a stored procedure we call it like this "? = call storedProcName(?,?,?)" the first ? before the = is returned from the callableStatement.getInt(1) (registered as an OUT parameter)

Is it possible to execute a stored procedure in JPA where you can set an OUT parameter before the call statement?

Thanks.

[Updated on: Wed, 13 November 2013 23:06]

Report message to a moderator

Previous Topic:Aggregated objects cannot be written/deleted/queried independently from their owners
Next Topic:[CACHE L2] object result of find operation is not saved in cache L2 ???
Goto Forum:
  


Current Time: Thu Apr 25 08:21:29 GMT 2024

Powered by FUDForum. Page generated in 0.03281 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top