如何获取hibernate的配置类代码?

时间:2013-01-29 12:30:36

标签: java hibernate

我想获取hibernate.cfg.Configuration类代码的代码..我的意思是Configuration类的完整java代码..我怎么能得到它?

2 个答案:

答案 0 :(得分:1)

  1. 在线查看:http://www.docjar.com/html/api/org/hibernate/cfg/Configuration.java.html
  2. 从GitHub获取它:https://github.com/hibernate/hibernate-orm
  3. 克隆回购:git clone git://github.com/hibernate/hibernate-orm.git
  4. 如果您已经使用maven:使用-DdownloadSources获取工件的来源
  5. 然后有很多更好更简单的方法来反编译。

答案 1 :(得分:0)

好的..!所以我想出了一些如何......你需要下载一个java反编译器。 ..你可以在这里得到一个:http://java.decompiler.free.fr/