?? guestbook9.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.GuestBook9" table="BBSCS_GUESTBOOK_9">
<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">11</param>
<param name="increment">15</param>
</generator>
</id>
<property column="FromID" length="13" name="fromID" not-null="true" type="long"/>
<property column="FromUserName" length="20" name="fromUserName" not-null="true" type="string"/>
<property column="FromNickName" length="60" name="fromNickName" not-null="true" type="string"/>
<property column="ToID" length="13" name="toID" not-null="true" type="long"/>
<property column="ToUserName" length="20" name="toUserName" not-null="true" type="string"/>
<property column="ToNickName" length="60" name="toNickName" not-null="true" type="string"/>
<property column="Mtype" length="1" name="mtype" not-null="true" type="short"/>
<property column="Note" length="2000" name="note" not-null="true" type="string"/>
<property column="Stime" length="13" name="stime" not-null="true" type="long"/>
<property column="IsNew" length="1" name="isNew" not-null="true" type="short"/>
</class>
</hibernate-mapping>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -