You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2009/03/23 13:42:42 UTC

svn commit: r757387 [3/5] - in /openjpa/branches/1.2.x: openjpa-examples/src/main/java/ openjpa-examples/src/main/java/META-INF/ openjpa-examples/src/main/java/hellojpa/ openjpa-examples/src/main/java/relations/ openjpa-jdbc/src/main/resources/org/apac...

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_meta.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_pc.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_pc.xml?rev=757387&r1=757386&r2=757387&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_pc.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_pc.xml Mon Mar 23 12:42:37 2009
@@ -65,11 +65,11 @@
 An instance of an embeddable class, on the other hand, is only stored as part of
 a separate entity. Embeddable instances have no persistent identity, and are
 never returned directly from the <classname>EntityManager</classname> or from a
-<classname>Query</classname> unless the query uses a projection on owning class 
-to the embedded instance. For example, if <classname>Address</classname> is 
-embedded in <classname>Company</classname>, then 
-a query <classname>"SELECT a FROM Address a"</classname> will never return the 
-embedded <classname>Address</classname> of <classname>Company</classname>; 
+<classname>Query</classname> unless the query uses a projection on owning class 
+to the embedded instance. For example, if <classname>Address</classname> is 
+embedded in <classname>Company</classname>, then 
+a query <classname>"SELECT a FROM Address a"</classname> will never return the 
+embedded <classname>Address</classname> of <classname>Company</classname>; 
 but a projection query such as
 <classname>"SELECT c.address FROM Company c"</classname> will.
     </para>

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_persistence.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_query.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_sqlquery.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_trans.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_overview_why.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_resources.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/jpa_tutorials.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml?rev=757387&r1=757386&r2=757387&view=diff
==============================================================================
--- openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml (original)
+++ openjpa/branches/1.2.x/openjpa-project/src/doc/manual/manual.xml Mon Mar 23 12:42:37 2009
@@ -46,7 +46,7 @@
     <!ENTITY ref_guide_deploy.xml SYSTEM "ref_guide_deploy.xml">
     <!ENTITY ref_guide_runtime.xml SYSTEM "ref_guide_runtime.xml">
     <!ENTITY ref_guide_caching.xml SYSTEM "ref_guide_caching.xml">
-    <!ENTITY ref_guide_remote.xml SYSTEM "ref_guide_remote.xml">
+    <!ENTITY ref_guide_remote.xml SYSTEM "ref_guide_remote.xml">
     <!ENTITY ref_guide_slice.xml SYSTEM "ref_guide_slice.xml">
     <!ENTITY ref_guide_integration.xml SYSTEM "ref_guide_integration.xml">
     <!ENTITY ref_guide_optimization.xml SYSTEM "ref_guide_optimization.xml">
@@ -101,7 +101,7 @@
         &ref_guide_deploy.xml;
         &ref_guide_runtime.xml;
         &ref_guide_caching.xml;
-        &ref_guide_remote.xml;
+        &ref_guide_remote.xml;
         &ref_guide_slice.xml;
         &ref_guide_integration.xml;
         &ref_guide_optimization.xml;

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/openjpa_intro.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_caching.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_conf.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_integration.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_intro.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: openjpa/branches/1.2.x/openjpa-project/src/doc/manual/ref_guide_logging.xml
------------------------------------------------------------------------------
    svn:eol-style = native