Re: JPA and Postgresql

Поиск
Список
Период
Сортировка
От Robert Wimmer
Тема Re: JPA and Postgresql
Дата
Msg-id BAY139-W220D12101BA4AB5C35F0FFD0970@phx.gbl
обсуждение исходный текст
Ответ на Re: JPA and Postgresql  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: JPA and Postgresql  (Oliver Jowett <oliver@opencloud.com>)
Re: JPA and Postgresql  (Dave Cramer <pg@fastcrypt.com>)
Re: JPA and Postgresql  (Alexander Panzhin <whereabout@mail333.com>)
Список pgsql-jdbc
>
> Robert Wimmer wrote:
>
> > if there would exist a postgresql jdbc4 driver that supports the features
> > you need for the JPA extensions, i wouldnt have asked here.
>
> Well, what are the features that JPA needs that the current driver
> doesn't provide? Assume that we know nothing about JPA.
>
 
qoute from jdbc.postgresql.org

"JDK 1.6 - JDBC4. Support for JDBC4 methods is limited. The driver builds, but the majority of new methods are stubbed out"

what i want to do is to use the new java annotations for "OR-Mapping".  so i dont have to do all these mappings by hand and via SQL Strings. the following is an example that runs with derby on eclipse. trying similar things with the new jdbc driver  didnt work.

** snippet

@Entity
@Table(name = "PRODUCTLINE", schema = "CLASSICCARS", uniqueConstraints = {})
public class Productline implements java.io.Serializable {

**


regards sepp


Jetzt 30 Gratis-Emoticons für Windows Live Messenger downloaden! Windows Live Messenger

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: JPA and Postgresql
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: JPA and Postgresql