ibatis实例程序

时间:2012-08-26 09:03:47
【文件属性】:
文件名称:ibatis实例程序
文件大小:1.43MB
文件格式:RAR
更新时间:2012-08-26 09:03:47
ibatis 实例使用oracle数据库,包含3个ibatis的jar包和oracle驱动包 程序实现了以下6个基本功能: 1.向数据库student表插入一条数据; 2.删除student表的所有数据 3.删除student表指定ID的数据 4.更新student表指定ID的数据 5.查询student表的所有数据 6.查询student表的指定ID数据
【文件预览】:
ibatis_Test
----.project(387B)
----src()
--------SqlMapConfig.xml(639B)
--------sqlMap_student.xml(1KB)
--------zh2208()
--------SqlMapConfig.properties(145B)
----.classpath(634B)
----lib()
--------ibatis-common-2.jar(83KB)
--------ojdbc14.jar(1.12MB)
--------ibatis-dao-2.jar(59KB)
--------ibatis-sqlmap-2.jar(298KB)

网友评论

  • 有点儿小贵,但对于新手来说,挺好的例子。