Where is the Javadoc for JPA when using EclipseLink ? [message #1722512] |
Fri, 05 February 2016 06:19 |
Eclipse User |
|
|
|
I use the following as my sole EclipseLink/JPA dep:
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>2.6.2</version>
</dependency>
This pulls in org.eclipse.persistence:javax.persistence:2.1.1 (the JPA API) as a transitive dependency. So far so good.
The problem is that the latter has no Javadoc attached in Maven Central. (please verify for yourself, I'm not allowed external URLs in my message)
This artifact does, however, have sources attached. Strange. !
This makes it very annoying to work with JPA+EclipseLink in an IDE as you cannot get help on annotations and standard JPA classes.
Am I doing something wrong ?
|
|
|
Powered by
FUDForum. Page generated in 0.05491 seconds