Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Nested Table Mapping Example

507780Apr 26 2006 — edited May 9 2007
Hi,

Does somebody know of a good Nested Table Mapping example?
The samples in the reference guide do not give me much information.

I have a table A, with column B which is indeed a nested table C.

A row in the nested table C consists of two properties.
For the row in the nested table I have created a java object with the two
properties.

The structurename of the nested table is TAB_X_TYPE.
The structurename of a row in the nested table is X_TYPE.

My question is how do I map the two properties of the object to the attributes of the nested table?

The object-relational mappings examples in the reference guide are not very helpful on this subject. Are there any working NestedTableMapping examples out there?

With kind regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 6 2007
Added on Apr 26 2006
8 comments
3,206 views