On Mar 7, 2007, at 3:04 PM, Randy Leonard wrote:
I would hope the industry provides vanilla JPA modelling tools, with the possibilty of provider-specific tool-extensions
I would hope so.
to add provider-specific annotations.
JPA deals with some of that already: * Query extensions can be passed using JPA annotation QueryHint.* Provider properties can be passed in the code using "javax.persistence.Persistence.createEntityManagerFactory(String, Map)".
Andrus
