?? onlinestat.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.OnlineStat" table="BBSCS_ONLINESTAT">
<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">21</param>
<param name="increment">15</param>
</generator>
</id>
<property column="RecDate" length="20" name="recDate" not-null="true" type="string"/>
<property column="Hour0" length="11" name="hour0" type="int"/>
<property column="Hour1" length="11" name="hour1" type="int"/>
<property column="Hour2" length="11" name="hour2" type="int"/>
<property column="Hour3" length="11" name="hour3" type="int"/>
<property column="Hour4" length="11" name="hour4" type="int"/>
<property column="Hour5" length="11" name="hour5" type="int"/>
<property column="Hour6" length="11" name="hour6" type="int"/>
<property column="Hour7" length="11" name="hour7" type="int"/>
<property column="Hour8" length="11" name="hour8" type="int"/>
<property column="Hour9" length="11" name="hour9" type="int"/>
<property column="Hour10" length="11" name="hour10" type="int"/>
<property column="Hour11" length="11" name="hour11" type="int"/>
<property column="Hour12" length="11" name="hour12" type="int"/>
<property column="Hour13" length="11" name="hour13" type="int"/>
<property column="Hour14" length="11" name="hour14" type="int"/>
<property column="Hour15" length="11" name="hour15" type="int"/>
<property column="Hour16" length="11" name="hour16" type="int"/>
<property column="Hour17" length="11" name="hour17" type="int"/>
<property column="Hour18" length="11" name="hour18" type="int"/>
<property column="Hour19" length="11" name="hour19" type="int"/>
<property column="Hour20" length="11" name="hour20" type="int"/>
<property column="Hour21" length="11" name="hour21" type="int"/>
<property column="Hour22" length="11" name="hour22" type="int"/>
<property column="Hour23" length="11" name="hour23" type="int"/>
</class>
</hibernate-mapping>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -