34 lines
2.2 KiB
XML
34 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.Customer2OrganisationHistory,BeWo.Data" table="Customer2OrganisationHistory">
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
<generator class="identity" />
|
|
</id>
|
|
|
|
<version type="Int64" column="Version" name="Version" />
|
|
|
|
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
|
|
<property column="Notice" type="String" name="Notice" length="1024" />
|
|
<property column="Info1" type="String" name="Info1" length="1024" />
|
|
<property column="Info2" type="String" name="Info2" length="1024" />
|
|
<property column="Info3" type="String" name="Info3" length="1024" />
|
|
<property column="Info4" type="String" name="Info4" length="1024" />
|
|
<property column="Info5" type="String" name="Info5" 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="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
|
|
<property column="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
|
|
<property column="CustomerOid" type="Int64" name="CustomerOid" />
|
|
|
|
<property column="ChangeType" type="BS.Shared.StatementType, BS.Shared" name="ChangeType" />
|
|
<property column="Customer2OrganisationOid" type="Int64" name="Customer2OrganisationOid" />
|
|
<property column="Customer2OrganisationInsTs" type="DateTime" name="Customer2OrganisationInsTs" />
|
|
<property column="Customer2OrganisationInsUser" type="String" name="Customer2OrganisationInsUser" length="256" />
|
|
<property column="Customer2OrganisationUdpUser" type="String" name="Customer2OrganisationUdpUser" length="256" />
|
|
<property column="Customer2OrganisationVersion" type="Int64" name="Customer2OrganisationVersion" />
|
|
|
|
<many-to-one name="Organisation" column="OrganisationOid" class="BeWo.Data.Entities.Organisation,BeWo.Data" cascade="none" />
|
|
</class>
|
|
</hibernate-mapping> |