hibernate基础(五):ThreadLocal的概念

1.ThreadLocal是一个线程类,是某一个线程的私有对象线程 2.在ThreadLocal中存放的数据只能当前线程访问对象
相关文章
相关标签/搜索