Hibernate投射文件

Hibernate映射文件
我映射文件和持久化类是自动生成的
<?xml   version= "1.0 "   encoding= "utf-8 "?>
<!DOCTYPE   hibernate-mapping   PUBLIC   "-//Hibernate/Hibernate   Mapping   DTD   3.0//EN "
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd ">
<!--  
        Mapping   file   autogenerated   by   MyEclipse   Persistence   Tools
-->
<hibernate-mapping>
        <class   name= "com.Request "   table= "request "   schema= "callback "   catalog= "callback ">
                <composite-id   name= "id "   class= "com.RequestId ">
                        <key-property   name= "id "   type= "long ">
                                <column   name= "id "   />
                        </key-property>
                                              <key-property   name= "acctId "   type= "string ">
                                <column   name= "AcctId "   length= "40 "   />
                        </key-property>
                          <key-property   name= "primaryphone "   type= "string ">
                                <column   name= "primaryphone "   length= "50 "   />
                        </key-property>
                        <key-property   name= "bundlephone1 "   type= "string ">
                                <column   name= "bundlephone1 "   length= "50 "   />
                        </key-property>
                        <key-property   name= "bundlephone2 "   type= "string ">
                                <column   name= "bundlephone2 "   length= "50 "   />
                        </key-property>
                        <key-property   name= "numcard "   type= "integer ">
                                <column   name= "numcard "   />