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 br...@apache.org on 2003/02/13 21:18:09 UTC

cvs commit: db-ojb/src/test/org/apache/ojb OJB.properties

brj         2003/02/13 12:18:08

  Modified:    src/test/org/apache/ojb OJB.properties
  Log:
  CollectionProxy class is configurable now
  
  Revision  Changes    Path
  1.39      +10 -1     db-ojb/src/test/org/apache/ojb/OJB.properties
  
  Index: OJB.properties
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/test/org/apache/ojb/OJB.properties,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- OJB.properties	15 Jan 2003 10:43:30 -0000	1.38
  +++ OJB.properties	13 Feb 2003 20:18:07 -0000	1.39
  @@ -147,6 +147,15 @@
   #
   #
   #----------------------------------------------------------------------------------------
  +# CollectionProxy class
  +#----------------------------------------------------------------------------------------
  +# The optional CollectionProxy entry defines the class to be used for CollectionProxies
  +# if this entry is null org.apache.ojb.broker.accesslayer.ListProxy is used for Lists
  +# and org.apache.ojb.broker.accesslayer.CollectionProxy for Collections
  +#
  +#CollectionProxyClass=
  +#
  +#----------------------------------------------------------------------------------------
   # StatementManager
   #----------------------------------------------------------------------------------------
   # The StatementManagerClass entry defines the StatementManager implemementation to be used
  @@ -356,4 +365,4 @@
   #
   #----------------------------------------------------------------------------------------
   # End of OJB.properties file
  -#----------------------------------------------------------------------------------------
  +#----------------------------------------------------------------------------------------
  \ No newline at end of file