Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/17/08 15:20:10 (6 months ago)
Author:
catullus
Message:

sync-bidrectional: partly merge

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional

    • Property svn:ignore changed from
      build*
      dist*
      ${env.CATALINA_HOME}
      docs
      .metadata
      setup.inf
      setup.rpt
      to
      build*
      dist*
      ${env.CATALINA_HOME}
      docs
      .metadata
      setup.inf
      setup.rpt
      *.iws
      *.ipr
      *.iml
  • openmrs/branches/data_synchronization_bidirectional/metadata/api/hibernate/org/openmrs/api/db/hibernate/Concept.hbm.xml

    r4295 r4969  
    3939                </many-to-one> 
    4040 
    41                 <set name="names" lazy="true" cascade="all,delete-orphan,evict" table="concept_name" order-by="name asc" inverse="true"> 
     41                <set name="names" lazy="true" cascade="all-delete-orphan,evict" inverse="true" order-by="name asc"> 
    4242                        <key column="concept_id" not-null="true" /> 
    43                         <one-to-many class="ConceptName"/> 
     43                        <one-to-many class="ConceptName" /> 
    4444                </set> 
    4545