hibernate 配置常量类Environment Environment 运行环境的意思,hibernate中org.hibernate.cfg.Environment中定义了加载hibernate配置基本参数的常量。
上面是从源文件copy出来的常量,Environment是final的常量类,不可以被继承。