<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nodchip</author_name>
  <author_url>https://blog.hatena.ne.jp/nodchip/</author_url>
  <blog_title>nodchipの日記</blog_title>
  <blog_url>https://nodchip.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>Apache CommonsのDbUtilsはJDBCの補助ライブラリで、よく書くテンプレを簡略化することができます。DbUtilsを使うことでConnectionのcloseし忘れを防止することができたりもします。自分はQMACloneのデータベース部分にDbUtilsを使っています。 準備 解説では以下のMySQLのテーブルとJavaのclassを使います。 CREATE TABLE person ( id SERIAL PRIMARY KEY, name TEXT ); public class Person { public long id; public String name; p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnodchip.hatenadiary.org%2Fentry%2F20120211%2F1328952012&quot; title=&quot;Apache Commons DbUtils - nodchipの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-02-11 18:20:12</published>
  <title>Apache Commons DbUtils</title>
  <type>rich</type>
  <url>https://nodchip.hatenadiary.org/entry/20120211/1328952012</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
