首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
Hibernate_core_method
】的更多相关文章
Hibernate_core_method
/** * Created by Administrator on 2015/11/30. *HibernateUtil */public class HibernateUtil { private static final ThreadLocal<Session>threadLocal=new ThreadLocal<>(); private static SessionFactory sessionFactory=null; static { try { Configurati…