Hmmm... RefCursors might be defaulting to the FastResultSetHandler, which
doesnt' load relationships.  Should be a simple fix.

Unfortunately I'm without my computer (no way!) right now.  If anyone's
interested in why you should never buy Lenovo, let me know.  ;-)

Clinton

On Mon, Mar 8, 2010 at 4:08 AM, Martin Tupper <tupper_mar...@yahoo.co.uk>wrote:

> I have a resultMap which maps an association between eg. Parent and Child
> objects.
> When I use the resultMap with association for a select which joins parent
> and child tables everything works fine.
> When I use the same select in an Oracle stored procedure returning
> refCursor and I use the same resultMap only Parent objects are instantiated
> with null Child references.
>
> Does anyone have a working example of such scenario (associations for
> resultsets obtained from cursors/Oracle refCursors)?
>
> Best Regards
> Martin Tupper
>
>
>

Reply via email to