SessionFactory的一个简略的工具类

SessionFactory的一个简单的工具类
SessionFactory是一个重量级的类,不可以多new,最好是使用单例模式和static来定义


一个简单的HibUtil(static)
SessionFactory的一个简略的工具类