最新文章列表

ibatis插入返回自增值

<insert id="insert" parameterClass="Person">    insert into person(name,pswd) values(#{name},#{pswd})     <selectKey resultClass="java.lang.Integer" keyPropert ...
liuxiaoling 评论(0) 有738人浏览 2016-06-27 10:15

mybatis向sql语句中传递多个参数

        一般情况下,我们用ibatis都是传入一个参数,这个参数可以为一个类,一个字符串,一个整型等等,例如: <select id="selectpw" parameterClass="String" resultClass="String"> select pwd from userinfo where ...
bijian1013 评论(0) 有7589人浏览 2016-06-22 09:18

最近博客热门TAG

应用服务器(43288) Spring(40812) Hibernate(33330) Tomcat(28345) 框架(27200) 设计模式(24056) Servlet(23313) Struts(22805) Bean(22194) 企业应用(18268) thread(15826) 多线程(14801) SUN(11436) 虚拟机(11382) Cache(11314) Security(8002) SSH(7109) DAO(6880) MVC(6206) AOP(6187)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics