Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink 1.1.0


I am happy to announce that EclipseLink 1.1.0 is now complete and available for download here:  www.eclipse.org/eclipselink/downloads .

Great! :-)
 

Enhancements in JPA include:
 - a new 1:M mapping without that doesn't require a back pointer or a separate join table to hold the associations.

 - TABLE_PER_CLASS Inheritance has been added giving greater flexibility in how your relational tables associate with the classes in a hierarchy.

Where is this documented?

This page http://wiki.eclipse.org/Introduction_to_EclipseLink_JPA_(ELUG)#.40Inheritance still says that TABLE_PER_CLASS is not supported by EclipseLink. And I cant find anything about the new 1:M mapping...?

/Magnus


Back to the top