day01_eesy_02mybatis_annotation.zip
mybatis的学习 注解 mybatis的入门案例 第一步:读取配置文件 第二步:创建SqlSessionFactory工厂 第三步:创建SqlSession 第四步:创建Dao接口的代理对象 第五步:执行dao中的方法 第六步:释放资源 注意事项: 不要忘记在映射配置中告知mybatis要封装到哪个实体类中 配置的方法:指定实体类的全限定类名 mybatis基于注解的入门案例: 把IUserDao.xml移除,在dao接口的方法上使用@Select注解,并且指定SQL语句 同时需要在SqlMapConfig.xml中的mapper配置时,使用class
文件列表
day01_eesy_02mybatis_annotation.zip
(预估有个15文件)
day01_eesy_02mybatis_annotation
pom.xml
1KB
target
test-classes
com
itheima
test
MybatisTest.class
2KB
generated-test-sources
test-annotations
暂无评论