|
|
@@ -1,15 +1,14 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
|
|
|
-
|
|
|
-<hibernate-mapping package="id.co.hanoman.service.mwtemp">
|
|
|
+<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
|
|
|
+<hibernate-mapping package="id.co.hanoman.service.mwtemp">
|
|
|
|
|
|
<class name="TempTable" table="temptable" lazy="false">
|
|
|
-
|
|
|
+
|
|
|
<id name="temptablePk" column="temptable_pk" type="long">
|
|
|
<generator class="native" />
|
|
|
</id>
|
|
|
-
|
|
|
- <property name="channelFk" column="channel_fk" type="string" not-null="true" length="50" />
|
|
|
+
|
|
|
+ <property name="channelFk" column="channel_fk" type="string" not-null="true" length="50" />
|
|
|
<property name="a01" column="a01" type="string" not-null="false" length="100" />
|
|
|
<property name="a02" column="a02" type="string" not-null="false" length="100" />
|
|
|
<property name="a03" column="a03" type="string" not-null="false" length="100" />
|
|
|
@@ -50,8 +49,8 @@
|
|
|
<property name="a38" column="a38" type="string" not-null="false" length="70" />
|
|
|
<property name="a39" column="a39" type="string" not-null="false" length="70" />
|
|
|
<property name="a40" column="a40" type="string" not-null="false" length="70" />
|
|
|
- <property name="insertDate" column="insertdate" type="timestamp" not-null="true"/>
|
|
|
+ <property name="insertDate" column="insertdate" type="timestamp" not-null="true" />
|
|
|
+
|
|
|
+ </class>
|
|
|
|
|
|
- </class>
|
|
|
-
|
|
|
- </hibernate-mapping>
|
|
|
+</hibernate-mapping>
|