Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/11/08 23:52:52 (7 months ago)
Author:
bmckown
Message:

complex_obs branch: Changed to mapping the ComplexObsHandlers instead of using ConceptComplexHandler class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex_obs/metadata/api/hibernate/org/openmrs/api/db/hibernate/Concept.hbm.xml

    r3999 r4166  
    132132           <joined-subclass name="org.openmrs.ConceptComplex" table="concept_complex" extends="org.openmrs.Concept" lazy="false"> 
    133133                <key column="concept_id" not-null="true" on-delete="cascade" /> 
    134                 <many-to-one name="handler" class="org.openmrs.ConceptComplexHandler" not-null="true"> 
    135                    <column name="handler_id"/> 
    136                 </many-to-one> 
     134                <property name="handler" type="java.lang.String" column="handler" length="255"/> 
    137135            </joined-subclass>   
    138136