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/02/27 08:24:02 UTC

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

Author: buildbot
Date: Thu Feb 27 07:24:02 2014
New Revision: 899368

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 Thu Feb 27 07:24:02 2014
@@ -1 +1 @@
-1572454
+1572455

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 Thu Feb 27 07:24:02 2014
@@ -74,7 +74,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>Here is the link to the code - <a href="https://git-wip-us.apache.org/repos/asf?p=incubator-olingo-odata2.git;h=ecdc476">https://git-wip-us.apache.org/repos/asf?p=incubator-olingo-odata2.git;h=ecdc476</a></p>
+<p>The 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>
 <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>