You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2015/08/05 10:32:22 UTC

svn commit: r1694146 - /olingo/site/trunk/content/doc/odata2/index.mdtext

Author: mibo
Date: Wed Aug  5 08:32:22 2015
New Revision: 1694146

URL: http://svn.apache.org/r1694146
Log:
CMS commit to olingo by mibo

Modified:
    olingo/site/trunk/content/doc/odata2/index.mdtext

Modified: olingo/site/trunk/content/doc/odata2/index.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata2/index.mdtext?rev=1694146&r1=1694145&r2=1694146&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata2/index.mdtext (original)
+++ olingo/site/trunk/content/doc/odata2/index.mdtext Wed Aug  5 08:32:22 2015
@@ -41,14 +41,16 @@ Notice:    Licensed to the Apache Softwa
 
 ##### Olingo Library Extensions
 
-* [Creating a Web Application Project for Transforming JPA Models into OData Services](/doc/odata2/tutorials/CreateWebApp.html)
-* [Extending the EDM Generated from the JPA Models](/doc/odata2/tutorials/ExtendingtheEDM.html)
-* [Adding Function Imports to OData Services](/doc/odata2/tutorials/jpafunctionimport.html)
-* [Redefine Metadata for JPA Model](/doc/odata2/tutorials/jparedefinemetadata.html)
-* [Delta Token Support][1]
-* [Handling CLOB and BLOB Data Types][2]
-* [Custom OData JPA Processor][3]
-* [Creating a Web Application Project with Annotation Processor Extension](/doc/odata2/tutorials/AnnotationProcessorExtension.html)
+* Java Annotation Processor Extension
+  * [Creating a Web Application Project with Annotation Processor Extension](/doc/odata2/tutorials/AnnotationProcessorExtension.html)
+* JPA Processor Extension 
+  * [Creating a Web Application Project for Transforming JPA Models into OData Services](/doc/odata2/tutorials/CreateWebApp.html)
+  * [Extending the EDM Generated from the JPA Models](/doc/odata2/tutorials/ExtendingtheEDM.html)
+  * [Adding Function Imports for JPA Models](/doc/odata2/tutorials/jpafunctionimport.html)
+  * [Redefine Metadata for JPA Models](/doc/odata2/tutorials/jparedefinemetadata.html)
+  * [Delta Token Support for JPA][1]
+  * [Handling CLOB and BLOB Data Types][2]
+  * [Custom OData JPA Processor][3]
 
 ##### Miscellaneous