24 lines
1.6 KiB
XML
24 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
<class name="BeWo.Data.Entities.CostRatePeriod, BeWo.Data" table="costrateperiod">
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
<generator class="identity" />
|
|
</id>
|
|
<version type="Int64" column="Version" name="Version" />
|
|
<property column="ObjectTid" type="BS.Shared.TableID, BS.Shared" name="ObjectTid" />
|
|
<property column="ObjectOid" type="long" name="ObjectOid" />
|
|
<property column="CostRateValue" type="System.Decimal" name="CostRateValue" />
|
|
<property column="CostRateType" type="BS.Shared.CostRatePeriodType, BS.Shared" name="CostRateType" />
|
|
<property column="StartDate" type="DateTime" name="StartDate" />
|
|
<property column="EndDate" type="DateTime" name="EndDate" />
|
|
<property column="UnitName" type="String" name="UnitName" length="128" />
|
|
<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" />
|
|
<many-to-one name="ValueListEntry" column="ValueListEntryOid" class="BeWo.Data.Entities.ValueListEntry,BeWo.Data" cascade="none" />
|
|
</class>
|
|
</hibernate-mapping> |