Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/24/08 14:37:02 (8 months ago)
Author:
bwolfe
Message:

Merging api-refactoring to trunk [3595]:[4355]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/metadata/api/hibernate/org/openmrs/api/db/hibernate/Cohort.hbm.xml

    r4222 r4358  
    1818                        column="description" not-null="true" length="1000" /> 
    1919 
    20                 <set name="memberIds" cascade="none" lazy="false" table="cohort_member"> 
     20                <set name="memberIds" cascade="none" lazy="true" table="cohort_member"> 
    2121                        <key column="cohort_id"/> 
    2222                    <element column="patient_id" type="integer"/> 
     
    3131                <property name="voidReason" type="java.lang.String" 
    3232                        column="void_reason" length="255" /> 
     33                <property name="dateChanged" type="java.util.Date" 
     34                        column="date_changed" not-null="true" length="19" /> 
    3335 
    3436                <!-- bi-directional many-to-one association to User --> 
     
    4042                        <column name="voided_by" /> 
    4143                </many-to-one> 
     44                <!-- bi-directional many-to-one association to User --> 
     45                <many-to-one name="changedBy" class="User"> 
     46                        <column name="changed_by" /> 
     47                </many-to-one> 
    4248         
    4349        </class>