在实际开发中,不直接使用SqlSession的实例,而是使用Mapper接口,构建dao层。映射器是你创建的绑定映射语句的接口(interface),映射器接口的实例可以从SqlSession中获得。