<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shobonengine</author_name>
  <author_url>https://blog.hatena.ne.jp/shobonengine/</author_url>
  <blog_title>ShobonEngineの日記</blog_title>
  <blog_url>https://shobonengine.hatenadiary.org/</blog_url>
  <categories>
    <anon>Google App Engine</anon>
  </categories>
  <description>後方参照を使えば、よりシンプルなプログラムを書くことができるようです。 次のような ReferenceProperty を用いたモデルが定義されているとします。 # # models.py # from google.appengine.ext import db class Site(db.Model): name = db.StringProperty() class Article(db.Model): title = db.StringProperty() site = db.ReferenceProperty(Site) # Site を参照 特定の Site エンティティを参照して…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshobonengine.hatenadiary.org%2Fentry%2F20110628%2F1309252346&quot; title=&quot;ReferenceProperty で参照しているエンティティ群は「後方参照」で逆参照できる - ShobonEngineの日記&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>https://images-fe.ssl-images-amazon.com/images/I/51DUsWCEfWL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-06-28 18:12:26</published>
  <title>ReferenceProperty で参照しているエンティティ群は「後方参照」で逆参照できる</title>
  <type>rich</type>
  <url>https://shobonengine.hatenadiary.org/entry/20110628/1309252346</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
