Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » Where is the Javadoc for JPA when using EclipseLink ?
Where is the Javadoc for JPA when using EclipseLink ? [message #1722512] Fri, 05 February 2016 06:19
Eclipse UserFriend
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 ?
Previous Topic:Using a REST Service as Datasource
Next Topic:javax.persistence.criteria.Predicate cannot be passed across methods
Goto Forum:
  


Current Time: Mon Jul 07 08:42:48 EDT 2025

Powered by FUDForum. Page generated in 0.05491 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top