How to handle Oracle Store Procedure call with Oracle Types as input or output using EclipseLink
Posted
by MAK
on Stack Overflow
See other posts from Stack Overflow
or by MAK
Published on 2010-03-11T15:58:54Z
Indexed on
2010/03/11
17:29 UTC
Read the original article
Hit count: 488
Hi,
I doing a Proof Of Concept to figure out how efficient to call a store procedure using EclipseLink. I was able to call oracle store procedure using EclispeLink with Scalar/primitive data types (link Integer, varchar etc). I wanted to understand how can I handle Oracle Store procedure from EclipseLink with collection(Oracle Types/User defined types) as input or output parameters. I would really appreciate if some one help me understand this with an example.
Thanks MAK
© Stack Overflow or respective owner