Ibatis的核心配置文件都有什么

2023-07-06   


sqlmapclient.xml:数据库连接及相关o/rMapping的映射文件(hibernate.cfg.xml)
   sqlmapBuy.xml:具体的o/rmapping映射(*.hbm.xml)
   四大标记:
   select
   update
   delete
   insert
   procedure


相关内容:

  1. 介绍Ibatis的核心类
  2. IBatis持久层技术
  3. Ibatis如何调用存储过程
  4. Hibernate持久层技术
  5. Structs界面控制层技术
  6. 什么是Deployment descriptors;都有什么类型的部署描述符