Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330212 - List of int arrays are not supported
Summary: List of int arrays are not supported
Status: NEW
Alias: None
Product: EMF
Classification: Modeling
Component: Teneo (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Taal CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-15 03:10 EST by Martin Taal CLA
Modified: 2010-11-15 03:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Taal CLA 2010-11-15 03:10:18 EST
Teneo incorrectly maps lists of int arrays. Teneo generates this mapping:

<array name="elements" table="`genlistofintarray_elements`" cascade="all,delete-orphan">
			<key update="true">
				<column name="`genlistofintarray_elements_e_id`" not-null="true" unique="false"/>
			</key>
			<list-index column="`genlistofintarray_elements_idx`"/>
			<element type="int"/>
</array>

See that the element is of type int, the array concept is lost.