1.hibernate通过读取Hibernate.cfg.xml文件创建SessionFactory,并通过SessionFactory创建Session(开始使用要打开,使用结束要关闭);通过Session对数据对象进行增删改查2.mybatisEF查询优化c# java 多线程的实现