Just curious if anybody else has attempted to use primative type arrays within Parameter and/or Result Maps?
Something like this doesn't seem to work?
<resultMap id="PropertyTypeResult" class="PropertyType" >
<result property="PropertyTypeIDs" column="PropertyTypeIDs"
type="byte[]"/>
<result property="Description" column="Description"/>
</resultMap>

