?? forum10.hbm.xml
字號(hào):
<?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.Forum10" table="BBSCS_FORUM_10">
<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">4</param>
<param name="increment">15</param>
</generator>
</id>
<property column="ID1" length="13" name="id1" not-null="true" type="long"/>
<property column="ID2" length="13" name="id2" not-null="true" type="long"/>
<property column="BoardID" length="13" name="boardID" type="long"/>
<property column="BoardName" length="30" name="boardName" type="string"/>
<property column="ReNum" length="11" name="reNum" type="int"/>
<property column="Face" length="2" name="face" type="short"/>
<property column="UserID" length="13" name="userID" type="long"/>
<property column="UserName" length="40" name="userName" type="string"/>
<property column="Title" length="100" name="title" type="string"/>
<property column="Detail" length="4000" name="detail" type="string"/>
<property column="Sign" length="2000" name="sign" type="string"/>
<property column="ArtSize" length="11" name="artSize" type="int"/>
<property column="Email_Inform" length="1" name="emailInform" type="short"/>
<property column="Msg_Inform" length="1" name="msgInform" type="short"/>
<property column="Click" length="11" name="click" type="int"/>
<property column="PostTime" length="13" name="postTime" type="long"/>
<property column="LastTime" length="13" name="lastTime" type="long"/>
<property column="IPAddress" length="20" name="ipAddress" type="string"/>
<property column="vtime" length="20" name="vtime" type="string"/>
<property column="IsNew" length="1" name="isNew" type="short"/>
<property column="NickName" length="60" name="nickName" type="string"/>
<property column="Elite" length="13" name="elite" type="long"/>
<property column="EliteID" length="13" name="eliteID" type="long"/>
<property column="Agree" length="11" name="agree" type="int"/>
<property column="BeAgainst" length="11" name="beAgainst" type="int"/>
<property column="CanNotDel" length="1" name="canNotDel" type="short"/>
<property column="DelSign" length="1" name="delSign" type="short"/>
<property column="DelUserID" length="13" name="delUserID" type="long"/>
<property column="DelUserName" length="40" name="delUserName" type="string"/>
<property column="DelTime" length="13" name="delTime" type="long"/>
<property column="DelIP" length="20" name="delIP" type="string"/>
<property column="CanNotRe" length="1" name="canNotRe" type="short"/>
<property column="Amend" length="255" name="amend" type="string"/>
<property column="DoEliteName" length="40" name="doEliteName" type="string"/>
<property column="DoEliteTime" length="13" name="doEliteTime" type="long"/>
<property column="HavePic" length="1" name="havePic" type="short"/>
<property column="PicName" length="30" name="picName" type="string"/>
<property column="LastPostUserName" length="50" name="lastPostUserName" type="string"/>
<property column="LastPostTitle" length="255" name="lastPostTitle" type="string"/>
<property column="IsTop" length="1" name="isTop" type="short"/>
<property column="IsB" length="1" name="isB" type="short"/>
<property column="IsLock" length="1" name="isLock" type="short"/>
<property column="LastPostNickName" length="60" name="lastPostNickName" type="string"/>
<property column="Auditing" length="1" name="auditing" type="short"/>
<property column="IsVote" length="1" name="isVote" type="short"/>
<property column="CanReadExp" length="11" name="canReadExp" type="int"/>
</class>
</hibernate-mapping>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -