Author: andyj Date: Tue Jun 1 10:02:44 2010 New Revision: 949989 URL: http://svn.apache.org/viewvc?rev=949989&view=rev Log: Docs for JDOQL result clause and methods available Added: db/jdo/site/docs/jdoql_methods.html db/jdo/site/docs/jdoql_result.html db/jdo/site/xdocs/jdoql_methods.xml db/jdo/site/xdocs/jdoql_result.xml Modified: db/jdo/site/docs/class_types.html db/jdo/site/docs/dependencies.html db/jdo/site/docs/downloads.html db/jdo/site/docs/enhancement.html db/jdo/site/docs/exceptions.html db/jdo/site/docs/extents.html db/jdo/site/docs/faq.html db/jdo/site/docs/field_types.html db/jdo/site/docs/get-involved.html db/jdo/site/docs/glossary.html db/jdo/site/docs/guides.html db/jdo/site/docs/guides/maven-jdo.html db/jdo/site/docs/guides/replication.html db/jdo/site/docs/impls.html db/jdo/site/docs/index.html db/jdo/site/docs/issue-tracking.html db/jdo/site/docs/issuetracking.html db/jdo/site/docs/javadoc.html db/jdo/site/docs/jdo_dtd.html db/jdo/site/docs/jdo_v_jpa.html db/jdo/site/docs/jdo_v_jpa_api.html db/jdo/site/docs/jdo_v_jpa_orm.html db/jdo/site/docs/jdocentral.html db/jdo/site/docs/jdohelper.html db/jdo/site/docs/jdoql.html db/jdo/site/docs/jdoquery_dtd.html db/jdo/site/docs/mail-lists.html db/jdo/site/docs/maven-reports.html db/jdo/site/docs/metadata.html db/jdo/site/docs/newshistory.html db/jdo/site/docs/object_retrieval.html db/jdo/site/docs/orm_dtd.html db/jdo/site/docs/pm.html db/jdo/site/docs/pmf.html db/jdo/site/docs/project-info.html db/jdo/site/docs/references.html db/jdo/site/docs/releases/release-2.0-beta.html db/jdo/site/docs/releases/release-2.0-rc1.html db/jdo/site/docs/releases/release-2.0.html db/jdo/site/docs/releases/release-2.1.1.html db/jdo/site/docs/releases/release-2.1.html db/jdo/site/docs/releases/release-2.2.html db/jdo/site/docs/releases/release-2.3-ea.html db/jdo/site/docs/roadmap.html db/jdo/site/docs/specifications.html db/jdo/site/docs/state_transition.html db/jdo/site/docs/svn.html db/jdo/site/docs/tck.html db/jdo/site/docs/team-list.html db/jdo/site/docs/transactions.html db/jdo/site/docs/why_jdo.html db/jdo/site/xdocs/navigation.xml Modified: db/jdo/site/docs/class_types.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/class_types.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/class_types.html (original) +++ db/jdo/site/docs/class_types.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Class Types

JDO Class Types

+ @import url("./style/maven-theme.css");

JDO Class Types

JDO provides a means of transparent persistence of objects of user defined classes. With JDO there are actually 3 types of classes.

    @@ -45,4 +45,4 @@ public class MyClass }



\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/dependencies.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/dependencies.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/dependencies.html (original) +++ db/jdo/site/docs/dependencies.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Project Dependencies

The Apache JDO Project

+ @import url("./style/maven-theme.css");

The Apache JDO Project

Apache JDO is a sub-project of the Apache DB TLP. It includes two major areas:

  • @@ -55,4 +55,4 @@ The Reference Implementation is being de


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/downloads.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/downloads.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/downloads.html (original) +++ db/jdo/site/docs/downloads.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - Downloads
\ No newline at end of file Modified: db/jdo/site/docs/enhancement.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/enhancement.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/enhancement.html (original) +++ db/jdo/site/docs/enhancement.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Enhancement

JDO Enhancement

+ @import url("./style/maven-theme.css");

JDO Enhancement

JDO defines a byte-code enhancement process that provides for dirty detection of fields. Before a class is used at runtime it is compiled and then "enhanced" to implement the interface PersistenceCapable, and optionally also Detachable. @@ -548,4 +548,4 @@ public class A implements PersistenceCap }


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/exceptions.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/exceptions.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/exceptions.html (original) +++ db/jdo/site/docs/exceptions.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Exceptions

JDO Exceptions

+ @import url("./style/maven-theme.css");

JDO Exceptions

All exceptions raised by a JDO implementation are runtime exceptions which means that you can choose to catch the exceptions or not. The reason for JDO using unchecked exceptions is that JDO tries to provide transparent persistence, and so needs to present the same interface and exceptions whatever the state an object has. @@ -25,4 +25,4 @@ The user will never see this exception except as a result of commit.JDODetachedFieldAccessExceptionThis exception is the result of a user accessing a field of a detached instance, where the field was not copied to the detached instance.


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/extents.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/extents.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/extents.html (original) +++ db/jdo/site/docs/extents.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - JDO Extents

JDO Extents

+ @import url("./style/maven-theme.css");

JDO Extents

JDO implementations manage the persistence of objects into the datastore. An Extent is a collection of objects of a particular type of object that have been persisted. When you define the MetaData for a class you can define if the class requires an Extent. The default is true. @@ -17,4 +17,4 @@ Extent e = pm.getExtent(MyClass.class, t all persisted objects of a type (as an alternative to using a Query).


\ No newline at end of file + © 2005-2010 Apache Software Foundation
\ No newline at end of file Modified: db/jdo/site/docs/faq.html URL: http://svn.apache.org/viewvc/db/jdo/site/docs/faq.html?rev=949989&r1=949988&r2=949989&view=diff ============================================================================== --- db/jdo/site/docs/faq.html (original) +++ db/jdo/site/docs/faq.html Tue Jun 1 10:02:44 2010 @@ -1,7 +1,7 @@ Java Data Objects (JDO) - FAQ