<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 60,comments - 71,trackbacks - 0

            session是hibernate運做的核心,是有SessionFactory所創建,sessionFactory是線程安全的,你可以讓多個線程同時存取SessionFactory,而不會有資源共用的問題,然而session不是設計為線程安全的,所以讓多個線程共用一個session,將發生資料共用而發生混亂的問題.下面是一個標準類.
    import java.io.Serializable;
    import net.sf.hibernate.HibernateException;
    import net.sf.hibernate.Session;
    import net.sf.hibernate.SessionFactory;
    import net.sf.hibernate.Transaction;
    public class HibernateSessionUtil implements Serializable
    {
         
    //創建線程局部變量 tLocalsess 
        public static final ThreadLocal tLocalsess = new ThreadLocal();
       
    //創建線程局部變量 tLocaltx
    public static final ThreadLocal tLocaltx = new ThreadLocal();
          
    //取得session
        public static Session currentSession(){
             
    //從線程變量tLocalsess中,取得當前session
    Session session = (Session) tLocalsess.get();
    //判斷session是否為空,如果為空,將創建一個session,并付給線程變量tLocalsess
        try{
    if (session == null){
    session 
    = openSession();
    tLocalsess.set(session);
    }

    }
    catch (HibernateException e){
    throw new InfrastructureException(e);
    }

    return session;
    }

    //關閉當前session
        public static void closeSession(){

             
    //從線程變量tLocalsess中,取得當前session
    Session session = (Session) tLocalsess.get();
             
    //設置線程變量tLocalsess為空
    tLocalsess.set(null);
    try{
                
    //關閉session
    if (session != null && session.isOpen()){
    session.close();
    }

    }
    catch (HibernateException e){
    throw new InfrastructureException(e);
    }

    }

    //事物處理
        public static void beginTransaction(){
          
    //從線程變量tLocaltx中取得事物管理對象Transaction
            Transaction tx = (Transaction) tLocaltx.get();
    try{
                
    //如果為空就從session中創建一個tx
    if (tx == null){
    tx 
    = currentSession().beginTransaction();
    tLocaltx.set(tx);
    }

    }
    catch (HibernateException e){
    throw new InfrastructureException(e);
    }

    }

    //提交事物
        public static void commitTransaction(){
          
    //取得事物
    Transaction tx = (Transaction) tLocaltx.get();
    try{
                
    //如果不為空就提交
    if (tx != null && !tx.wasCommitted() && !tx.wasRolledBack())
    tx.commit();
    tLocaltx.set(
    null);
    }
    catch (HibernateException e){
    throw new InfrastructureException(e);
    }

    }

        
    //事物回滾    
        public static void rollbackTransaction(){
             
    //取得tx事物
    Transaction tx = (Transaction) tLocaltx.get();
    try{
                
    //將變量清空
    tLocaltx.set(null);
    if (tx != null && !tx.wasCommitted() && !tx.wasRolledBack()){
                    
    //事物回滾
    tx.rollback();
    }

    }
    catch (HibernateException e){
    throw new InfrastructureException(e);
    }

    }


       
    //取得session
    private static Session openSession() throws HibernateException{
    return getSessionFactory().openSession();
    }


       
    //取得sessionFactory
    private static SessionFactory getSessionFactory() throws HibernateException{
    return SingletonSessionFactory.getInstance();
    }

    }

    filter的代碼:
    public class HibernateSessionCloser implements Filter{
    protected FilterConfig filterConfig = null;
    public void init(FilterConfig filterConfig)throws ServletException{
    this.filterConfig = filterConfig;
    }

    public void destroy(){
    this.filterConfig = null;
    }

    public void doFilter(ServletRequest request, ServletResponse response,
    FilterChain chain)
    throws IOException, ServletException {
    try{
    chain.doFilter(request, response);
    }

    finally{
    try{
    HibernateSessionUtil.commitTransaction();
    }
    catch (InfrastructureException e){
    HibernateSessionUtil.rollbackTransaction();
    }
    finally{
    HibernateSessionUtil.closeSession();
    }

    }

    }

    }


    然后在web.xml配置filter就可以使用了.
    posted on 2008-05-18 20:36 henry1451 閱讀(636) 評論(0)  編輯  收藏 所屬分類: Hibernate技術
    主站蜘蛛池模板: 72pao国产成视频永久免费| 老牛精品亚洲成av人片| 色欲国产麻豆一精品一AV一免费 | 国产成人免费网站| 亚洲国产模特在线播放| 2021免费日韩视频网| 亚洲国产精品白丝在线观看| 永久在线免费观看| 亚洲无圣光一区二区| 国产h视频在线观看免费| 国产成人精品日本亚洲专区6| 久久久久久国产精品免费免费| 亚洲欧美国产日韩av野草社区| 国产高清免费在线| 黄网站在线播放视频免费观看 | 国产偷伦视频免费观看| 亚洲AV午夜福利精品一区二区 | 亚洲AV成人精品日韩一区18p| 污视频网站免费在线观看| 亚洲自偷自偷偷色无码中文| 久久久精品午夜免费不卡| 亚洲视频一区二区三区| 午夜一级免费视频| 国产高清视频免费在线观看 | 永久黄网站色视频免费直播| 最好2018中文免费视频| 国产亚洲一区二区三区在线观看| 一级毛片在线免费观看| 亚洲色大成网站www永久男同| 免费一区二区视频| 久久久久免费看黄a级试看| 亚洲乱码一二三四区乱码| 国产v片免费播放| 久久青草免费91线频观看站街| 亚洲精品影院久久久久久| 国产特级淫片免费看| 国产成人免费ā片在线观看老同学| 亚洲乱码中文字幕小综合| 亚洲日本韩国在线| 国产91色综合久久免费| 日韩免费在线中文字幕|