Files
BeWoPlaner/Data/Mappings/Signature.hbm.xml

23 lines
1.1 KiB
XML
Raw Normal View History

2016-06-27 01:45:38 +02:00
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
<class name="BeWo.Data.Entities.Signature,BeWo.Data" table="Signature">
<id name="Oid" column ="Oid" unsaved-value="null">
<generator class="identity" />
</id>
<version type="Int64" name="Version" />
<property name="ServiceRecordOid" type="Int64" />
<property name="InsTs" type="DateTime" />
<property name="InsUser" type="String" />
<property name="_Tid" type="BS.Shared.TableID, BS.Shared" column="Tid" access="field" />
<property name="UdpUser" type="String" />
2016-06-27 01:45:38 +02:00
<property name="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" />
<property name="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" />
<property name="Notice" type="String" />
<property name="Latitute" type="String" />
<property name="Longitute" type="String" />
<property name="Zeitstempel" type="DateTime" />
<property name="DataBild" type="String" />
<property name="BargeldtransaktionsOid" type="Int64" />
2016-06-27 01:45:38 +02:00
</class>
</hibernate-mapping>