Changeset 4785 for openmrs/branches/complex-obs/metadata/api/hibernate/org/openmrs/api/db/hibernate/Program.hbm.xml
- Timestamp:
- 07/02/08 19:40:36 (5 months ago)
- 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 44 44 45 45 <!-- 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"> 47 47 <key column="program_id" not-null="true"/> 48 48 <one-to-many class="ProgramWorkflow" />