⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 userinfo.hbm.xml

📁 反ajax原代码
💻 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.UserInfo" table="BBSCS_USERINFO">
<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">1</param>
<param name="increment">15</param>
</generator>
</id>
<property column="UserName" length="20" name="username" not-null="true" type="string"/>
<property column="NickName" length="60" name="nickname" not-null="true" type="string"/>
<property column="Passwd" length="40" name="passwd" not-null="true" type="string"/>
<property column="RePasswd" length="40" name="repasswd" not-null="true" type="string"/>
<property column="Email" length="255" name="email" not-null="true" type="string"/>
<property column="Question" length="255" name="question" not-null="true" type="string"/>
<property column="Answer" length="255" name="answer" not-null="true" type="string"/>
<property column="LoginTime" length="13" name="loginTime" not-null="true" type="long"/>
<property column="LogoutTime" length="13" name="logoutTime" not-null="true" type="long"/>
<property column="LoginTimes" length="13" name="loginTimes" not-null="true" type="int"/>
<property column="Post" length="1" name="post" not-null="true" type="short"/>
<property column="Exp" length="11" name="exp" not-null="true" type="int"/>
<property column="Expression" length="11" name="expression" not-null="true" type="int"/>
<property column="ArticleNum" length="11" name="articleNum" not-null="true" type="int"/>
<property column="StayTime" length="13" name="stayTime" not-null="true" type="long"/>
<property column="Power" length="4" name="power" not-null="true" type="short"/>
<property column="Hpower" length="4" name="hpower" not-null="true" type="short"/>
<property column="Sign_Name1" length="30" name="signName1" type="string"/>
<property column="Sign_Detail1" length="1000" name="signDetail1" type="string"/>
<property column="Sign_Name2" length="30" name="signName2" type="string"/>
<property column="Sign_Detail2" length="1000" name="signDetail2" type="string"/>
<property column="Sign_Name3" length="30" name="signName3" type="string"/>
<property column="Sign_Detail3" length="1000" name="signDetail3" type="string"/>
<property column="Friend" length="1000" name="friend" type="string"/>
<property column="BoardSave" length="1000" name="boardSave" type="string"/>
<property column="CanInBoards" length="1000" name="canInBoards" type="string"/>
<property column="HavePic" length="1" name="havePic" type="short"/>
<property column="PicFileName" length="255" name="picFileName" type="string"/>
<property column="Style" length="13" name="style" type="long"/>
<property column="SuperAdmin" length="1" name="superAdmin" type="short"/>
<property column="Manager" length="1" name="manager" type="short"/>
<property column="Board" length="1" name="board" type="short"/>
<property column="BoardMaster" length="1" name="boardMaster" type="short"/>
<property column="Bulletin" length="1" name="bulletin" type="short"/>
<property column="UserAdmin" length="1" name="userAdmin" type="short"/>
<property column="ForumPerNum" length="3" name="forumPerNum" type="short"/>
<property column="PostPerNum" length="3" name="postPerNum" type="short"/>
<property column="TimeZone" length="20" name="timeZone" type="string"/>
<property column="RegTime" length="13" name="regTime" type="long"/>
<property column="UserFrom" length="255" name="userFrom" type="string"/>
<property column="LastLoginTime" length="13" name="lastLoginTime" type="long"/>
</class>
</hibernate-mapping>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -