You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by bu...@apache.org on 2014/04/04 09:42:26 UTC

svn commit: r904858 - in /websites/staging/olingo/trunk/content: ./ doc/tutorials/ExtendingtheEDM.html

Author: buildbot
Date: Fri Apr  4 07:42:26 2014
New Revision: 904858

Log:
Staging update by buildbot for olingo

Modified:
    websites/staging/olingo/trunk/content/   (props changed)
    websites/staging/olingo/trunk/content/doc/tutorials/ExtendingtheEDM.html

Propchange: websites/staging/olingo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr  4 07:42:26 2014
@@ -1 +1 @@
-1584545
+1584548

Modified: websites/staging/olingo/trunk/content/doc/tutorials/ExtendingtheEDM.html
==============================================================================
--- websites/staging/olingo/trunk/content/doc/tutorials/ExtendingtheEDM.html (original)
+++ websites/staging/olingo/trunk/content/doc/tutorials/ExtendingtheEDM.html Fri Apr  4 07:42:26 2014
@@ -75,7 +75,7 @@
             
             <h1 id="extending-the-edm-generated-from-the-jpa-models">Extending the EDM Generated from the JPA Models</h1>
 <p>The Entity Data Model (EDM) generated from the JPA models can be extended with new Entity Types, Complex Types and also the existing EDM elements can be modified by implementing the interface method <code>org.apache.olingo.odata2.jpa.processor.api.model.JPAEdmExtension.extendJPAEdmSchema</code>.</p>
-<p>Link to the code - <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-olingo-odata2.git;h=ecdc476">Support EDM Extension</a></p>
+<p>Link to the code - <a href="https://git-wip-us.apache.org/repos/asf?p=olingo-odata2.git;a=blob;f=odata2-jpa-processor/jpa-web/src/main/java/org/apache/olingo/odata2/jpa/processor/ref/extension/SalesOrderProcessingExtension.java;h=3dacd7e727528cb79cb3d4a878ac53d0a4b25277;hb=ecdc476">Support EDM Extension</a></p>
 <h4 id="how-to-add-a-complex-type-to-an-edm">How to Add a Complex Type to an EDM</h4>
 <p>Consider a scenario where we have a Plain Old Java Object (POJO) in the OrderValue Java class and let us try to transform this POJO into a Complex Type in the EDM. </p>
 <h6 id="pojo-in-ordervalue-java-class">POJO in OrderValue Java Class</h6>