<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Naotsugu</author_name>
  <author_url>https://blog.hatena.ne.jp/Naotsugu/</author_url>
  <blog_title>A Memorandum</blog_title>
  <blog_url>https://blog1.mammb.com/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>Hibernate</anon>
    <anon>Spring</anon>
  </categories>
  <description>いちをう、 GenericDaoとは DAOのスーパークラスでジェネリクスで汎用的なCRUDを定義しておき、個々のDAOにタイプセーフなCRUD操作を提供するパターン。 GenericDaoインターフェースとImpl GenericsでCRUD操作の定義 package etc9.dao; import java.io.Serializable; public interface GenericDao&lt;T, PK extends Serializable&gt; { public T get(PK id); public PK sava(T entity); public void update(T…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog1.mammb.com%2Fentry%2F20090827%2F1251402791&quot; title=&quot;GenericDaoについて記しておくか・ - A Memorandum&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>2009-08-27 04:53:11</published>
  <title>GenericDaoについて記しておくか・</title>
  <type>rich</type>
  <url>https://blog1.mammb.com/entry/20090827/1251402791</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
