You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
<?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">
|
|
<!--
|
|
Mapping file autogenerated by MyEclipse Persistence Tools
|
|
-->
|
|
<hibernate-mapping>
|
|
<class name="com.Zl" table="zl" catalog="postgres">
|
|
<id name="id" type="java.lang.Integer">
|
|
<column name="id" />
|
|
<generator class="identity" />
|
|
</id>
|
|
<property name="title" type="java.lang.String">
|
|
<column name="title" length="45" />
|
|
</property>
|
|
<property name="miao" type="java.lang.String">
|
|
<column name="miao" length="45" />
|
|
</property>
|
|
<property name="address" type="java.lang.String">
|
|
<column name="address" length="45" />
|
|
</property>
|
|
<property name="time" type="java.lang.String">
|
|
<column name="time" length="45" />
|
|
</property>
|
|
<property name="wx" type="java.lang.String">
|
|
<column name="wx" length="45" />
|
|
</property>
|
|
<property name="tel" type="java.lang.String">
|
|
<column name="tel" length="45" />
|
|
</property>
|
|
<property name="qq" type="java.lang.String">
|
|
<column name="qq" length="45" />
|
|
</property>
|
|
<property name="userid" type="java.lang.Integer">
|
|
<column name="userid" length="45" />
|
|
</property>
|
|
</class>
|
|
</hibernate-mapping>
|