You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by "Yu, Jack" <Ja...@FMR.COM> on 2007/10/05 22:48:17 UTC

What's the best way to handle multi-level table object?

In one of our environment, some stored proc uses multiple level table
objects, such as:

TopLevelTable Obj is table of TopLevelObj.
Then in TopLevelObj, it contains variables which is table of some other
objects.

In this kind of multi-level table environment, seems I have to assign
values to individual objects in different value. Seems to me that I
couldn't use the benefits of iBatis. 

Any suggestions?

Thank you.

-- Jack