Nested Table Mapping Example
507780Apr 26 2006 — edited May 9 2007Hi,
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.