Search code examples
javahibernatejpajavadoc

Where can I find the javadoc for Hibernate-JPA jar


I'm using netbeans and I'm unable to find the javadoc jar/zip/folder for hibernate-jpa-2.0-api-1.0.1.Final.jar.

Here is the message I get.

Javadoc not found. Either Javadoc documentation for this item does not exist or there is no attached Javadoc to the JAR file containing this item:C:\Users\user.m2\repository\org\hibernate\javax\persistence\hibernate-jpa-2.0-api\1.0.1.Final\hibernate-jpa-2.0-api-1.0.1.Final.jar

I searched through mvnrepository but I don't see a link to the javadocs.


Solution

  • There are only jar and source available for hibernate-jpa-2.0-api-1.0.1.Final.jar

    http://mirrors.ibiblio.org/maven2/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/

    You can extract JavaDoc from RPM: http://rpm.pbone.net/index.php3/stat/4/idpl/19977459/dir/fedora_18/com/hibernate-jpa-2.0-api-javadoc-1.0.1-7.fc18.noarch.rpm.html

    Extracted jar: https://www.dropbox.com/s/sqcaf9qihg27iu7/hibernate-jpa-2.0-api-1.0.1.Final.javadoc.jar