Community
Participate
Working Groups
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.