2020-12-11 11:44:05 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
|
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2">
|
|
|
|
|
|
<class name="BeWo.Data.Entities.Dokumentvorlage,BeWo.Data">
|
|
|
|
|
|
<id name="Oid" column="Oid" type="Int64" unsaved-value="null">
|
|
|
|
|
|
<generator class="identity" />
|
|
|
|
|
|
</id>
|
|
|
|
|
|
<version column="Version" type="Int64" name="Version" />
|
|
|
|
|
|
|
|
|
|
|
|
<property column="Tid" type="BS.Shared.TableID, BS.Shared" name="_Tid" access="field" />
|
|
|
|
|
|
<property column="IsActive" type="BS.Shared.ActivationTypeId, BS.Shared" name="IsActive" />
|
|
|
|
|
|
<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="SystemEntryID" type="BS.Shared.SystemEntryID, BS.Shared" name="SystemEntryID" />
|
|
|
|
|
|
|
|
|
|
|
|
<property column="Tabellenzugehoerigkeit" type="Int64" name="Tabellenzugehoerigkeit"/>
|
|
|
|
|
|
<property column="Name" type="String" name="Name"/>
|
|
|
|
|
|
<property column="Beschreibung" type="String" name="Beschreibung"/>
|
|
|
|
|
|
<property column="Data" type="BinaryBlob" name="Data"/>
|
2025-05-22 10:21:19 +02:00
|
|
|
|
<property column="Text" type="BinaryBlob" name="Text"/>
|
|
|
|
|
|
<property column="RTFText" type="BinaryBlob" name="RTFText"/>
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<property column="Parent" type="Int64" name="Parent"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</class>
|
|
|
|
|
|
</hibernate-mapping>
|