<?xml version="1.0" encoding="GB2312"?>
<!DOCTYPE hibernate-mapping SYSTEM "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
<hibernate-mapping>
<class name="test.UserBean" table="test">
<id name="id" column="id" type="string"></id>
<property name="username" column="username" type="string" />
<property name="password" column="password" type="string"></property>
</class>
</hibernate-mapping>