I just started learning JPA (used plain Hibernate in a little project two years
ago) and I am using EclipseLink as persistence provider.
To complicate things a little bit, I am creating an RCP application :-)
I installed the RT EclipseLink plugins/features (including source) and now I am
wondering why I cant see the JavaDoc from the ContentAssistant. I also tried to
put the org.eclipse.persistence.core.source and
org.eclipse.persistence.jpa.source bundles into the depencies but it didnt work.
The problem is, that the Library Plugin-Dependencies does not allow modification
and this implies Source-Attachements (otherwise I could just attach the source
form the eclipselink downloads).
Is there a way to achieve this? I dont like to switch between a browser with an
documentation open and Eclipse since its much more convinient to read about
functionality where you need in (in code).