Changeset 4969 for openmrs/branches/data_synchronization_bidirectional/metadata/api/hibernate/org/openmrs/api/db/hibernate/Concept.hbm.xml
- Timestamp:
- 07/17/08 15:20:10 (6 months ago)
- 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
- Property svn:ignore changed from
openmrs/branches/data_synchronization_bidirectional/metadata/api/hibernate/org/openmrs/api/db/hibernate/Concept.hbm.xml
r4295 r4969 39 39 </many-to-one> 40 40 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"> 42 42 <key column="concept_id" not-null="true" /> 43 <one-to-many class="ConceptName" />43 <one-to-many class="ConceptName" /> 44 44 </set> 45 45