<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
  <class xmlns="urn:nhibernate-mapping-2.2" name="Sleis.Models.CustomFields.AgencyReleasePointCustomFieldValue, Sleis, Version=1.2.0.21226, Culture=neutral, PublicKeyToken=null" table="M_REL_PT_CSTM_FLD_VAL">
    <id name="Id" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <column name="REL_PT_CSTM_FLD_VAL_ID" />
      <generator class="identity" />
    </id>
    <property name="EntityId" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
      <column name="REL_PT_ID" />
    </property>
    <component name="FieldValue" insert="true" update="true" optimistic-lock="true" class="Sleis.Models.CustomFields.CustomFieldValue, Sleis, Version=1.2.0.21226, Culture=neutral, PublicKeyToken=null">
      <property name="CustomFieldId" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
        <column name="A_CSTM_FLD_ID" />
      </property>
      <property name="Value" type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
        <column name="CSTM_FLD_VAL" />
      </property>
    </component>
  </class>
</hibernate-mapping>