Received: by 10.224.186.143 with SMTP id cs15mr5047931qab.3.1346407307173; Fri, 31 Aug 2012 03:01:47 -0700 (PDT) Received: by 10.236.109.233 with SMTP id s69mr774695yhg.11.1346407307110; Fri, 31 Aug 2012 03:01:47 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!r1no15091qas.0!news-out.google.com!da15ni860qab.0!nntp.google.com!r1no15088qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Fri, 31 Aug 2012 03:01:46 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.154.98.131; posting-account=S-GuBQoAAAD-swdtCL0BoQJTDfyEvOCk NNTP-Posting-Host: 80.154.98.131 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: hibernate mapping of postgresql array fields From: "joao tiago a. m. viegas" Injection-Date: Fri, 31 Aug 2012 10:01:47 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:18468 Hello everyone, I've been trying to find a way of mapping an int[] db column from PostgreSQL in Hibernate, with no success thus far, have you ever come across such an endeavour? thanks in advance jtv