The most exciting features they're looking at introducing to JPA 2.0 are:
- Collections of 'basic' objects - like Strings, Dates etc.
- Ordered lists where order is maintained - e.g.
@ManyToMany @OrderColumn(name="EXECUTION_ORDER")
List
- Enhanced query expressions - like Hibernate criteria queries.
I'm currently using JPA with Hibernate extensions, hopefully in the not-too-distant future we can switch to a single feature-rich JPA implementation.
No comments:
Post a Comment