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.SupportConceptApprovalPeriod2Employee, BeWo.Data" table="SupportConceptApprovalPeriod2Employee">
|
|
|
|
|
|
<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="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="Betreuungsschluessel" type="System.Decimal" name="Betreuungsschluessel" />
|
2016-11-08 13:50:58 +01:00
|
|
|
|
<property column="IsAbsolut" name="IsAbsolut" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
|
|
|
|
|
|
<many-to-one name="Employee" column="EmployeeOid" class="BeWo.Data.Entities.Employee, BeWo.Data" cascade="none" />
|
|
|
|
|
|
<many-to-one name="SupportConceptApprovalPeriod" column="SupportConceptApprovalPeriodOid" class="BeWo.Data.Entities.SupportConceptApprovalPeriod, BeWo.Data" cascade="none" />
|
|
|
|
|
|
</class>
|
|
|
|
|
|
</hibernate-mapping>
|