Files
BeWoPlaner/Data/Mappings/ContactHistory.hbm.xml
2019-07-10 10:11:10 +02:00

36 lines
3.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.ContactHistory,BeWo.Data" table="ContactHistory">
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
<generator class="identity" />
</id>
<version column="Version" type="Int64" name="Version" />
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
<property column="Notice" type="String" name="Notice" length="1024" />
<property column="InsTs" type="DateTime" name="InsTs" />
<property column="InsUser" type="String" name="InsUser" length="256" />
<property column="UdpUser" type="String" name="UdpUser" length="256" />
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
<property column="ChangeType" type="BS.Shared.StatementType, BS.Shared" name="ChangeType" />
<property column="Contact_Oid" type="Int64" name="Contact_Oid" />
<property column="Contact_Organisation2PersonOid" type="Int64" name="Contact_Organisation2PersonOid" />
<property column="Contact_PersonOid" type="Int64" name="Contact_PersonOid" />
<property column="Contact_InvoiceBaseSenderOid" type="Int64" name="Contact_InvoiceBaseSenderOid" />
<property column="Contact_OrganisationOid" type="Int64" name="Contact_OrganisationOid" />
<property column="Contact_InvoiceBaseRecipientOid" type="Int64" name="Contact_InvoiceBaseRecipientOid" />
<property column="Contact_Tid" type="BS.Shared.TableID, BS.Shared" name="Contact_Tid" />
<property column="Contact_Type" type="BS.Shared.ContactType, BS.Shared" name="Contact_Type" />
<property column="Contact_Value" type="string" name="Contact_Value" />
<property column="Contact_Notice" type="string" name="Contact_Notice" />
<property column="Contact_InsTs" type="DateTime" name="Contact_InsTs" />
<property column="Contact_InsUser" type="string" name="Contact_InsUser" />
<property column="Contact_Version" type="Int64" name="Contact_Version" />
<property column="Contact_UdpUser" type="string" name="Contact_UdpUser" />
<property column="Contact_IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="Contact_IsActive" />
<property column="Contact_SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="Contact_SystemEntryID" />
</class>
</hibernate-mapping>