Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
07/02/08 19:40:36 (5 months ago)
Author:
bmckown
Message:

Merging trunk to complex-obs [4379][4764]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex-obs/metadata/api/hibernate/org/openmrs/api/db/hibernate/Program.hbm.xml

    r4417 r4785  
    4444 
    4545                <!-- bi-directional one-to-many association to ProgramWorkflow --> 
    46                 <set name="workflows" inverse="true" lazy="false" cascade="all-delete-orphan" order-by="date_created asc"
     46                <set name="workflows" inverse="true" lazy="false" cascade="all-delete-orphan" order-by="date_created asc" access="field"
    4747                        <key column="program_id" not-null="true"/> 
    4848                        <one-to-many class="ProgramWorkflow" />