Using interval type columns in Hibernate

From: cvp3-3t1p(at)spamex(dot)com
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Using interval type columns in Hibernate
Date: 2007-04-23 08:00:34
Message-ID: da2835470704230100l1e9e52au6f0b7ce7722dccd1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

I need to use an interval column in hibernate. The problem is that
hibernate tries to verify the column type and fails because there is
no standard jdbc column type for this column.

does anyone know w workaround for this problem?

thanks

jake

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2007-04-23 18:25:13 JDBC feature request: auto savepoint per command
Previous Message Bill Middleton 2007-04-20 22:07:50 Fwd: PGXADataSource does not implement DataSource