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 to...@apache.org on 2004/03/24 14:58:01 UTC

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

tomdz       2004/03/24 05:58:01

  Modified:    src/test/org/apache/ojb OJB.properties
  Log:
  Added PersistentFieldAutoProxyImpl to list of possible PersistentFieldClass values
  
  Revision  Changes    Path
  1.63      +5 -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.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- OJB.properties	17 Jan 2004 16:57:34 -0000	1.62
  +++ OJB.properties	24 Mar 2004 13:58:01 -0000	1.63
  @@ -391,11 +391,15 @@
   # - PersistentFieldDynaBeanAccessImpl
   #   implementation used to access a property from a
   #   org.apache.commons.beanutils.DynaBean.
  +# - PersistentFieldAutoProxyImpl
  +#   for each field determines upon first access how to access this particular field
  +#   (directly, as a bean, as a dyna bean) and then uses that strategy
   #
   PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDirectAccessImpl
   #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldPrivilegedImpl
   #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldIntrospectorImpl
   #PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldDynaBeanAccessImpl
  +#PersistentFieldClass=org.apache.ojb.broker.metadata.fieldaccess.PersistentFieldAutoProxyImpl
   #
   #
   #----------------------------------------------------------------------------------------
  
  
  

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