hibernate sessionfactory 單例模式

因爲每次用增刪改查時都需要用到session,直接做一個類,需要的時候只需要調用即可 import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; public class HibernateUtil { //定義常量是爲了實現單例,不讓
相關文章
相關標籤/搜索