<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takagimeow</author_name>
  <author_url>https://blog.hatena.ne.jp/takagimeow/</author_url>
  <blog_title>たかぎとねこの忘備録</blog_title>
  <blog_url>https://takagimeow.hatenablog.com/</blog_url>
  <categories>
    <anon>Exposed</anon>
    <anon>Kotlin</anon>
    <anon>Ktor</anon>
  </categories>
  <description>ExposedのDAO APIを使って次のようなモデルを定義してみる。 object Posts : UUIDTable() { val text = varchar(&quot;text&quot;, 144) val createdAt = datetime(&quot;created_at&quot;) } class Post(id: EntityID&lt;UUID&gt;) : UUIDEntity(id) { companion object : UUIDEntityClass&lt;Post&gt;(Posts) var text by Posts.text var createdAt by Posts.createdAt } この時ページ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakagimeow.hatenablog.com%2Fentry%2F2022%2F12%2F07%2F083000&quot; title=&quot;KotlinのExposedで作成日に基づいて並び替えた値に対してページネーションを行いたい場合 - たかぎとねこの忘備録&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://cdn-ak.f.st-hatena.com/images/fotolife/t/takagimeow/20221206/20221206211355.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-12-07 08:30:00</published>
  <title>KotlinのExposedで作成日に基づいて並び替えた値に対してページネーションを行いたい場合</title>
  <type>rich</type>
  <url>https://takagimeow.hatenablog.com/entry/2022/12/07/083000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
