{"id":769,"date":"2020-02-25T16:19:53","date_gmt":"2020-02-25T08:19:53","guid":{"rendered":"http:\/\/prayerlaputa.com\/?p=769"},"modified":"2020-02-25T16:19:53","modified_gmt":"2020-02-25T08:19:53","slug":"mybatis%e5%b8%b8%e7%94%a8%e5%86%99%e6%b3%95-mapper-xml%e4%bc%a0%e5%85%a5%e5%a4%9a%e4%b8%aa%e5%8f%82%e6%95%b0","status":"publish","type":"post","link":"http:\/\/prayerlaputa.com\/?p=769","title":{"rendered":"mybatis\u5e38\u7528\u5199\u6cd5-mapper xml\u4f20\u5165\u591a\u4e2a\u53c2\u6570"},"content":{"rendered":"<p>mapper xml\u6587\u4ef6\u4e2d\uff1a<\/p>\n<pre class=\"language-\" data-role=\"codeBlock\" data-info=\"\"><code>&lt;resultMap id=\"XxxResultMap\" type=\"com.xxx.xxxx\"&gt;\r\n    &lt;id column=\"id\" property=\"id\" jdbcType=\"INTEGER\" \/&gt;\r\n    ...\r\n&lt;\/resultMap&gt;\r\n\r\n&lt;select id=\"selectXXXX\" resultMap=\"XxxResultMap\"&gt;\r\n    SELECT id, title, type, release_id , ...\r\n    FROM test\r\n    WHERE release_id = ${id} and type = ${type}\r\n&lt;\/select&gt; \u00a0<\/code><\/pre>\n<p><!--more--><\/p>\n<p>mapper\u63a5\u53e3\u4e2d\uff1a<\/p>\n<pre class=\"language-\" data-role=\"codeBlock\" data-info=\"\"><code>xxx selectXXXX(@Param(value = \"id\") String id,@Param(value = \"type\") String type);\r\n<\/code><\/pre>\n<h1 id=\"%E5%8F%82%E8%80%83%E8%B5%84%E6%96%99\" class=\"mume-header\">\u53c2\u8003\u8d44\u6599<\/h1>\n<ul>\n<li><a href=\"https:\/\/www.cnblogs.com\/zhuawang\/p\/5927851.html\">mybatis\u4f20\u9012\u53c2\u6570\u5230mapping.xml<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>mapper xml\u6587\u4ef6\u4e2d\uff1a &lt;resultMap id=&#8221;XxxResultMap&#8221; type=&#8221;co <a href='http:\/\/prayerlaputa.com\/?p=769' class='excerpt-more'>[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"categories":[86],"tags":[88],"_links":{"self":[{"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/posts\/769"}],"collection":[{"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=769"}],"version-history":[{"count":1,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/posts\/769\/revisions"}],"predecessor-version":[{"id":770,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=\/wp\/v2\/posts\/769\/revisions\/770"}],"wp:attachment":[{"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=769"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/prayerlaputa.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}