JPA + enum == Exception

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема JPA + enum == Exception
Дата
Msg-id EDDA5C6D-77E3-4C56-B33B-277E7FB32A12@hub.org
обсуждение исходный текст
Ответы Re: JPA + enum == Exception  (Dave Cramer <pg@fastcrypt.com>)
Re: JPA + enum == Exception  (Craig Ringer <craig@2ndquadrant.com>)
Re: JPA + enum == Exception  ("Hudson, Derrick" <dhudson@redcom.com>)
Список pgsql-jdbc
I'm trying to use enum's in a database, but the java guys are telling me that they are having problems with inserts …
readingfrom the database isn't a problem, but there appears to be an issue with converting from string -> enum when
savingit back again … 

they are using JPA2 / EJB + Eclipselink … on the jboss side, we are running the latest jdbc driver …

considering postgresql has always supported enum and extending types, I think they might be missing something, but I
can'tthink of what to suggest … 

Is there a doc online I can maybe point them to about doing this … ?




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: David Wall
Дата:
Сообщение: Re: JDBC with PG 9.2 and large object permissions as they relate to blobs (after upgrade from 8.4)
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: JPA + enum == Exception