provider « Eclipse « JPA Q&A





1. JPA from EclipseLink to which provider?    stackoverflow.com

Hallo all. I'm using EclipseLink as JPA provider in our project. As described here we have e big problem with char trimming with a DB char column with EclipseLink I tried the way ...

2. JPA providers: why do relationships/FKs to non-PK columns work in Hibernate and EclipseLink?    stackoverflow.com

I just found out that officially relationships/foreign keys to non-primary key columns aren't supported by JPA. See here: JPA: does the JPA specification allow references to non-primary key columns? Why do such ...

3. Adding EclipseLink(JPA 2.0) to persistence Provider in Netbeans 5.5    forums.netbeans.org

Hi, I've been struggling with a project of mine for a week now, and i think i've isolated the issue with my persistence unit using the persistence provider to top link instead of using EclipseLink(JPA 2.0) as i've seen others use (and the same program works for them). However i have no clue how to add EclipseLink(JPA 2.0) to my netBeans ...