JPA (EJB3 Persistence), Hibernate, Toplink et al
Kudos to people who have brought us the JPA specification.
Obviously I am disappointed with some aspects of the API (the need for session managment
of EntityManager) and believe it could have been made much simpler to use and understand
but that is only an opinion.
I expect the MetaData Annotations (Chapter 9) part of the specification to be
a reasonably stable and sound foundation moving forward. This part of the specification
looks to have a long and stable future and this is significant in itself.
The ORM space is much better for having this specification. People who like/want 'sessions'
I would expect to like this spec, and people who do not like/want 'sessions' should at
least like the standardization of the ORM Mapping MetaData.
|