Hibernate中自动使用线程局部变量保存Session和事务对象

    技术2022-05-11  66

    在Hibernate.cfg.xml中设置 current_session_context_class属性值为thread,hibernate会自动使用线程局部变量保存当前进程的Session和食物对象 

    最新回复(0)