0 Replies Latest reply on Feb 19, 2010 7:06 AM by ukey

    Array of integers in Entity

      Hi,

       

      I have a problem with integer[] use in EntityBean.
      I use Postgres 8.4 database and in one of my tables there is a column with data type integer[]. It's really important for me to use it that way, but when I create entites for all of my tables in this one I've type Serializale.

      Does anyone know what should I do with this, so I can use it as array of integers in i.e. EntityManager later?