[hibernate-dev] JPA 2 spec excerpts about @PrimaryKeyJoinColumn and derived identities

2011-08-24 Thread Gail Badner
I'm sending these excerpts separately, rather than cluttering up Emmanuel's thread. Regards, Gail 11.1.40 PrimaryKeyJoinColumn Annotation The PrimaryKeyJoinColumn annotation specifies a primary key column that is used as a foreign key to join to another table. The PrimaryKeyJoinColumn annotati

Re: [hibernate-dev] JPA 2 require JSE 6?

2009-12-14 Thread Steve Ebersole
Just for the build... The model generated is not SE 6 specific in any way... On Mon, 2009-12-14 at 17:31 +0100, Emmanuel Bernard wrote: > So far we only require SE 5 for JPA 2 but SE 6 will bring you the static > metamodel generator used by the criteria API. > > On 14 déc. 2009, at 16:57, Paul

Re: [hibernate-dev] JPA 2 require JSE 6?

2009-12-14 Thread Emmanuel Bernard
So far we only require SE 5 for JPA 2 but SE 6 will bring you the static metamodel generator used by the criteria API. On 14 déc. 2009, at 16:57, Paul Benedict wrote: > I read that JEE 6 is built on JSE 6 [1]. So does that mean that > Hibernate's JPA 2.0 implementation requires JSE 6? I would li

[hibernate-dev] JPA 2 require JSE 6?

2009-12-14 Thread Paul Benedict
I read that JEE 6 is built on JSE 6 [1]. So does that mean that Hibernate's JPA 2.0 implementation requires JSE 6? I would like some clarification on this. Thank you. [1] http://www.eisele.net/blog/2009/01/jee6-public-review-draft.html Paul ___ hibernat

Re: [hibernate-dev] JPA 2

2009-06-09 Thread Emmanuel Bernard
Sorry for the delay Adam. It depends what you are looking for: Pure compliance: - JPA 2 won't be final till sept '09 so nobody can be compliant till then - after JPA 2 is officially out, Sun tend to be late in giving the TCK to their licensees despite the fact that the RI has passed the T

[hibernate-dev] JPA 2

2009-06-04 Thread Adam Oren
I work for a firm that's *very* interested in the enhancements in identity support, caching and JPQL enhancements. We really hope the spec closes soon. In what version are you currently planning to have JPA 2.0 support GA, and any idea on when that will be? Thanks!! Adam _