?? userdetail.hbm.xml
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 2.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
<hibernate-mapping>
<class name="com.laoer.bbscs.bean.UserDetail" table="BBSCS_USERDETAIL">
<id column="ID" length="13" name="id" type="long" unsaved-value="null">
<generator class="net.sf.hibernate.id.TableCustomGenerator">
<param name="table">BBSCS_TABLEID</param>
<param name="column">IDValue</param>
<param name="id">7</param>
<param name="increment">15</param>
</generator>
</id>
<property column="UserID" length="13" name="userID" not-null="true" type="long"/>
<property column="Height" length="255" name="height" type="string"/>
<property column="Weight" length="255" name="weight" type="string"/>
<property column="Interest" length="255" name="interest" type="string"/>
<property column="Graduate" length="255" name="graduate" type="string"/>
<property column="FavourPeople" length="255" name="favourPeople" type="string"/>
<property column="dreamJob" length="255" name="dreamJob" type="string"/>
<property column="favourArt" length="255" name="favourArt" type="string"/>
<property column="FavourMusic" length="255" name="favourMusic" type="string"/>
<property column="favourPlace" length="255" name="favourPlace" type="string"/>
<property column="FavourMovie" length="255" name="favourMovie" type="string"/>
<property column="FavourChat" length="255" name="favourChat" type="string"/>
<property column="favourBook" length="255" name="favourBook" type="string"/>
<property column="DreamLover" length="255" name="dreamLover" type="string"/>
<property column="FavourTeam" length="255" name="favourTeam" type="string"/>
<property column="HomePage" length="255" name="homePage" type="string"/>
<property column="OicqNo" length="20" name="oicqNo" type="string"/>
<property column="IcqNo" length="20" name="icqNo" type="string"/>
<property column="Sex" length="1" name="sex" type="short"/>
<property column="Brief" length="1000" name="brief" type="string"/>
<property column="MSN" length="255" name="msn" type="string"/>
<property column="Yahoo" length="255" name="yahoo" type="string"/>
</class>
</hibernate-mapping>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -