You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/12/08 18:46:14 UTC

cvs commit: db-ojb/xdocs user-docs.xml query.xml

arminw      2003/12/08 09:46:14

  Modified:    xdocs    user-docs.xml query.xml
  Log:
  add link for Query documentation
  
  Revision  Changes    Path
  1.3       +9 -5      db-ojb/xdocs/user-docs.xml
  
  Index: user-docs.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/user-docs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- user-docs.xml	27 Nov 2003 17:04:30 -0000	1.2
  +++ user-docs.xml	8 Dec 2003 17:46:14 -0000	1.3
  @@ -23,12 +23,12 @@
           </li>
      		<li>
      		   <a href="odmg-tutorial.html">The ODMG API</a><br />
  -   		   The ODMG API tutorial steps though using the ODMG 3.0 API provided by OJB. This is an 
  +   		   The ODMG API tutorial steps though using the ODMG 3.0 API provided by OJB. This is an
      		   industry standard API designed for Object Databases.
      	    </li>
      		<li>
               <a href="tutorial4.html">The JDO API</a><br />
  -            JDO is a standard API for accessing persistent objects in Java. This tutorial steps through 
  +            JDO is a standard API for accessing persistent objects in Java. This tutorial steps through
               how to use OJB's JDO plugin.
           </li>
      		<li>
  @@ -38,6 +38,10 @@
      		    utilisation and extremely felxible locking semantics.
           </li>
           <li>
  +   		    <a href="query.html">OJB Queries</a><br />
  +   		    This document explains the usage of the query syntax.
  +   	    </li>
  +        <li>
               <a href="tutorial3.html">Advanced O/R Mapping</a><br />
               This tutorial explains advanced object-relational mapping in OJB including
               mapping collections, inheritence hierarchies, and optimizing performance.
  @@ -45,18 +49,18 @@
       </ul>
       </subsection>
       <subsection name="Reference Documentation">
  -    <ul>        
  +    <ul>
      		<li>
      		    <a href="jdbc-types.html">JDBC Types</a><br />
      		    This document explains the standard mapping of JDBC types to Java classes.
      	    </li>
      		<li>
      		    <a href="repository.html">Repository Metadata</a><br />
  -   		    The specific details of OJB metadata. 
  +   		    The specific details of OJB metadata.
           </li>
      		<li>
      		    <a href="platforms.html">Platform</a><br />
  -   		    What OJB requires from relational databases, and how to let it know which database to use. 
  +   		    What OJB requires from relational databases, and how to let it know which database to use.
      	    </li>
      		<li>
      		    <a href="deployment.html">Deployment</a><br />
  
  
  
  1.24      +1 -1      db-ojb/xdocs/query.xml
  
  Index: query.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/query.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- query.xml	22 Oct 2003 15:08:43 -0000	1.23
  +++ query.xml	8 Dec 2003 17:46:14 -0000	1.24
  @@ -17,7 +17,7 @@
   
   <subsection name="table of contents">
   <ul>
  -  <li><A HREF="#query by criteria">Query by criteria</A></li>
  +  <li><A HREF="#query by criteria">PB Query by criteria</A></li>
     <li><A HREF="#ODMG OQL">ODMG Object Query Language(OQL)</A></li>
     <li><A HREF="#JDO queries">JDO queries</A></li>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org