Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul6603 committed Jun 18, 2024
1 parent f431eea commit a1f977f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/hibernate/hbm/Person.hbm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<property name="email" type="java.lang.String">
<column name="EMAIL" />
</property>
<set name = "patients" table="PATIENT" inverse="true" fetch="select" lazy="false">
<set name="patients" table="PATIENT" inverse="true" fetch="select" lazy="false">
<key>
<column name="PERSON_ID" precision="10" scale="0" not-null="true" />
<column name="PERSON_ID" precision="10" scale="0" not-null="true"/>
</key>
<one-to-many class="org.openelisglobal.patient.valueholder.Patient"/>
</set>
Expand Down

0 comments on commit a1f977f

Please sign in to comment.