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

22 lines
1.2 KiB
XML
Raw Permalink 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.EmployeeAPPCode,BeWo.Data" table="employeeappcode">
<id name="Oid" column ="Oid" unsaved-value="null">
<generator class="identity" />
</id>
<version type="Int64" column="Version" name="Version" />
<property name="EmployeeOid" column="EmployeeOid" />
<property name="InsTs" />
<property name="InsUser" />
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
<property name="UdpUser" />
<property name="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" />
<property name="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" />
<property name="Notice" />
<property name="EmployeeCode" column="EmployeeCode" />
<property name="EmployeeCodeGenDate" column="EmployeeCodeGenDate" />
<property name="IsChatAktiv" column="IsChatActive" />
<property name="NotfallStatement" column="NotfallStatement" />
</class>
</hibernate-mapping>