DOC

org.xenei : Jena-PA

Maven & Gradle

Jan 14, 2013

Persistence Annotations 4 RDF · Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Table Of Contents

Latest Version

Download org.xenei : Jena-PA Javadoc & API Documentation - Latest Versions:

All Versions

Download org.xenei : Jena-PA Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file Jena-PA-1.0.1-javadoc.jar to Jena-PA-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder Jena-PA-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "Jena-PA-1.0.1-sources.jar" -d "Jena-PA-1.0.1-javadoc" -subpackages 

Advertisement