学习iBatis框架必备的参考资料。 Structured Query Language (SQL) has been around for a long time. It’s been over 35 years since Edgar F. Codd first suggested the idea that data could be normalized into sets of related tables. Since then, corporate IT has invested
学习iBATIS-DAO的必备参考资料。 When developing robust Java applications, it is often a good idea to isolate the specifics of your persistence implementation behind a common API. Data Access Objects allow you to create simple components that provide access to
1、mybatis(ibatis3.0)所需要的jar包 2、mybatis官方用户指导手册,中英文版。 3、优点缺点对比,自己总结,希望有参考价值。 4、mybatis使用log4j.xml和log4j.properties两种日志输出方式的配置 5、部分sql文件参考样例(比如if的另类用户,id in('a','b')转换为(and id =? or id =? or id =? ... ) 总之 抛砖引玉) 6、文件中有我的联系方式,希望感兴趣的朋友一起切磋。