I am using JPA 2.0 and my persistence provider is Hibernate; however, I’d like to just include a standard API from javax, but in central, there is no 2.0 artifact. I am currently using the Hibernate JPA 2.0 artifact, but I’d like to use something more standard.
Is this possible?
Thanks,
Walter
There is still no
javax.persistence:persistence-api:jar:2.0artifact from Sun/Oracle. Either use the fulljavax:javaee-api:jar:6.0artifact if you want something from Sun/Oracle… or just stick with the interfaces provided by Hibernate, EclipseLink, OpenJPA, etc.