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 2005/12/30 01:02:29 UTC

cvs commit: db-ojb/src/test/org/apache/ojb repository.dtd

arminw      2005/12/29 16:02:29

  Modified:    src/test/org/apache/ojb Tag: OJB_1_0_RELEASE repository.dtd
  Log:
  update comments
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.56.2.10 +5 -4      db-ojb/src/test/org/apache/ojb/repository.dtd
  
  Index: repository.dtd
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/repository.dtd,v
  retrieving revision 1.56.2.9
  retrieving revision 1.56.2.10
  diff -u -r1.56.2.9 -r1.56.2.10
  --- repository.dtd	12 Oct 2005 00:10:22 -0000	1.56.2.9
  +++ repository.dtd	30 Dec 2005 00:02:29 -0000	1.56.2.10
  @@ -461,7 +461,7 @@
       The extends attribute is deprecated and will be removed or reintroduced
       with changed funcitonality in future. DON'T USE IT!
   
  -	The accept-locks attribute specifies whether implicit locking should
  +	DEPRECATED. The accept-locks attribute specifies whether implicit locking should
   	propagate to this class.  Currently relevant for the ODMG layer only.
   
   	The optional initialization-method specifies a no-argument instance
  @@ -768,7 +768,8 @@
   	As this is an IDREF there must be a class-descriptor for this class
   	in the repository too.
   
  -	The orderby attribute may specify a field of the element class.
  +	DEPRECATED, please use the 'orderby'-element. The orderby attribute may
  +	specify a field of the element class.
   	The Collection or Array will be sorted according to the specified attribute.
   	The sort attribute may be used to specify ascending or descending order for
   	this operation.
  @@ -796,12 +797,12 @@
   	The auto-update attribute specifies whether OJB automatically stores
   	the referenced objects on storing the persistent object or not or only link.
   	This attribute must be set to 'false' if using the OTM or JDO layer.
  -    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB documentation.
  +    Allowed ODMG settings please see OJB documentation.
   
   	The auto-delete attribute specifies whether OJB automatically deletes
   	the referenced objects on deleting the persistent object or not.
   	This attribute must be set to 'false' if using the OTM or JDO layer.
  -    For ODMG it must be 'none' (since OJB 1.0.2). More info see OJB documentation.
  +    Allowed ODMG settings please see OJB documentation.
   
   	The otm-dependent attribute specifies whether the OTM layer automatically
       creates collection elements that were included into the collectionelements
  
  
  

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