45 lines
3.4 KiB
XML
45 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.SupportConceptApprovalPeriod, BeWo.Data" table="SupportConceptApprovalPeriod">
|
|
<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="EndDate" type="DateTime" name="EndDate" />
|
|
<property column="Start" type="DateTime" name="StartDate" />
|
|
<property column="MonthlyPayment" type="Decimal" name="MonthlyPayment" />
|
|
<property column="IsApprovedFixedAmountShifting" type="Boolean" name="IsApprovedFixedAmountShifting" />
|
|
<property column="ApprovedBEPerInterval" type="Decimal" name="ApprovedBEPerInterval" />
|
|
<property column="ApprovedBEInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" name="ApprovedBEInterval" />
|
|
<property column="ContactCountPerInterval" type="Decimal" name="ContactCountPerInterval" />
|
|
<property column="ContactCountInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" name="ContactCountInterval" />
|
|
<property column="IsApprovedBEShifting" type="Boolean" name="IsApprovedBEShifting" />
|
|
<property column="ApprovedBETotal" type="Decimal" name="ApprovedBETotal" />
|
|
<property column="ApprovedFixedAmount" type="Decimal" name="ApprovedFixedAmount" />
|
|
<property column="ApprovedFixedAmountInterval" type="BS.Shared.SupportConceptApprovalInterval, BS.Shared" name="ApprovedFixedAmountInterval" />
|
|
<property column="Bewilligungsart" type="BS.Shared.Bewilligungsart, BS.Shared" name="Bewilligungsart" />
|
|
<property name="Percentage" type="System.Decimal"/>
|
|
|
|
<many-to-one name="CostBearer2SupportConcept" column="CostBearer2SupportConceptOid" class="BeWo.Data.Entities.CostBearer2SupportConcept, BeWo.Data" cascade="none" />
|
|
<many-to-one name="ServiceCategory" column="ServiceCategoryOid" class="BeWo.Data.Entities.ServiceCategory, BeWo.Data" cascade="none" />
|
|
<many-to-one name="Budget" column="BudgetOid" class="BeWo.Data.Entities.Budget" cascade="none"/>
|
|
|
|
<bag name="SupportConceptApprovalPeriod2Employee" table="SupportConceptApprovalPeriod2Employee" generic="true" cascade="all-delete-orphan" batch-size="250">
|
|
<key column="SupportConceptApprovalPeriodOid" />
|
|
<one-to-many class="BeWo.Data.Entities.SupportConceptApprovalPeriod2Employee, BeWo.Data" />
|
|
</bag>
|
|
|
|
<!--<bag name="ServiceAccountings" table="ServiceAccounting" generic="true" cascade="all-delete-orphan" >
|
|
<key column="SupportConceptOid" />
|
|
<one-to-many class="BeWo.Data.Entities.ServiceAccounting,BeWo.Data" />
|
|
</bag>-->
|
|
</class>
|
|
</hibernate-mapping> |