📄 contactinfo.hbm.xml
字号:
<?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" ><!-- DO NOT EDIT: This is a generated file that is synchronized --><!-- by MyEclipse Hibernate tool integration. --><!-- Created Fri May 19 12:19:41 CST 2006 --><hibernate-mapping package="cn.com.tarena.bean"> <class name="Contactinfo" table="CONTACTINFO"> <id name="contactid" column="CONTACTID" type="integer"> <generator class="increment"/> </id> <property name="street1" column="STREET1" type="string" /> <property name="street2" column="STREET2" type="string" /> <property name="city" column="CITY" type="string" /> <property name="province" column="PROVINCE" type="string" /> <property name="country" column="COUNTRY" type="string" /> <property name="zip" column="ZIP" type="string" /> <property name="email" column="EMAIL" type="string" /> <property name="homephone" column="HOMEPHONE" type="string" /> <property name="cellphone" column="CELLPHONE" type="string" /> <property name="officephone" column="OFFICEPHONE" type="string" /> <many-to-one name="user" class="User" unique="true"
column="userid" not-null="true">
</many-to-one>
</class> </hibernate-mapping>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -