Re: hibernate nativequery and uuid

Поиск
Список
Период
Сортировка
От Andrew
Тема Re: hibernate nativequery and uuid
Дата
Msg-id 489244C7.7070206@pacific.net.au
обсуждение исходный текст
Ответ на Re: hibernate nativequery and uuid  ("Douglas McNaught" <doug@mcnaught.org>)
Список pgsql-general
Yeah, tried that, but get the following:

org.hibernate.MappingException: No Dialect mapping for JDBC type: 1111

Thanks for the suggestion though.



Douglas McNaught wrote:
On Thu, Jul 31, 2008 at 5:57 PM, Andrew <archa@pacific.net.au> wrote:
 
The only relevant thing I have been able to find relating to it is
http://archives.postgresql.org/pgsql-bugs/2007-12/msg00061.php which
suggests adding a ::uuid cast to the parameter.

However, when doing that, hibernate thinks that it is a named parameter and
complains.
org.hibernate.QueryException: Not all named parameters have been set   
Have you tried using the alternative (and more standard) CAST syntax
instead?  Perhaps that won't confuse Hibernate.

-Doug
 

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: eliminating records not in (select id ... so SLOW?
Следующее
От: Andrew
Дата:
Сообщение: Re: hibernate nativequery and uuid