比如hibernate中:
<many-to-one name="teacher" column="teacherID" insert="false" update="false" cascade="all"></many-to-one>我想知道那些值对应的具体意思, 怎么查?告诉方法就好了. 我想知道在哪个文档里面,怎么去查看..

解决方案 »

  1.   

    hibernate  API
    深入浅出Hibernate.pdf
      

  2.   

    在hibernate包的\doc\reference\en文件夹下
      

  3.   

    hibernate API 里面都有。
      

  4.   

    我习惯看html文档,结构清晰。
    在html文件夹下,点击打开index.html,然后你就可以ctrl+f,搜索many-to-one了,点击进去,you can see all of the "many-to-one" configrution.
      

  5.   

    你可以找这个xml的DTD文件。DTD中会有说明的!
      

  6.   

    一般用两种,一种是hibernate API 
     一种是 html文件 点击 index.html