Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ormaハマりポイント *v2.5.2
Search
Moyuru Aizawa
September 28, 2016
Technology
1
440
Ormaハマりポイント *v2.5.2
TwitterID変えました。@lvla0805 -> @MoyuruAizawa
Moyuru Aizawa
September 28, 2016
Tweet
Share
More Decks by Moyuru Aizawa
See All by Moyuru Aizawa
BLUETOOTH_SCAN and iBeacon
lvla
1
93
graphicsLayer
lvla
0
210
BluetoothDevice.getName()に裏切られた話
lvla
0
350
Jetpack Composeで画像クロップ機能を実装する
lvla
0
1.2k
Jetpack Compose drag gesture and pinch gesture
lvla
1
3.8k
Jetpack Compose Layout API
lvla
1
660
BLEを使ったアプリを継続的に開発するために
lvla
0
1k
RecyclerView.ItemAnimator
lvla
1
320
RecycledViewPool
lvla
1
220
Other Decks in Technology
See All in Technology
LLM開発を支えるエヌビディアの生成AIエコシステム
acceleratedmu3n
0
340
地域コミュニティへの「感謝」と「恩返し」 / 20250726jawsug-tochigi
kasacchiful
0
110
With Devin -AIの自律とメンバーの自立
kotanin0
2
850
人と生成AIの協調意思決定/Co‑decision making by people and generative AI
moriyuya
0
200
Jitera Company Deck / JP
jitera
0
280
Expertise as a Service via MCP
yodakeisuke
1
160
Ktor + Google Cloud Tasks/PubSub におけるOTel Messaging計装の実践
sansantech
PRO
1
340
【CEDEC2025】現場を理解して実現!ゲーム開発を効率化するWebサービスの開発と、利用促進のための継続的な改善
cygames
PRO
0
420
「育てる」サーバーレス 〜チーム開発研修で学んだ、小さく始めて大きく拡張するAWS設計〜
yu_kod
1
200
東京海上日動におけるセキュアな開発プロセスの取り組み
miyabit
0
200
2025-07-25 NOT A HOTEL TECH TALK ━ スマートホーム開発の最前線 ━ SOFTWARE
wakinchan
0
180
MCPに潜むセキュリティリスクを考えてみる
milix_m
1
890
Featured
See All Featured
YesSQL, Process and Tooling at Scale
rocio
173
14k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
390
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
GraphQLとの向き合い方2022年版
quramy
49
14k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Faster Mobile Websites
deanohume
308
31k
Docker and Python
trallard
45
3.5k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.9k
Transcript
0SNBͷϋϚΓϙΠϯτ !MWMB
MWMB MWMB Ѫᖒ๖ .PZVSV"J[BXB -FBE&OHJOFFSPGQBJST%JWFVSFLB *OD FVSFLB,PUMJO&WBOHFMJTU
QBJST $PVQMFT NBUDIHSPVQ*"$
None
0SNBͬͯ·͔͢
‣ 03.GPS"OESPJE42-JUF ‣ "OOPUBUJPO1SPDFTTJOH ‣ 'BTU ‣ &BTZ ‣ "XFTPNF
0SNB
ඇৗʹؾʹೖ͍ͬͯΔɻ ͰϋϚͬͨɻ *Orma ver 2.5.2
6QTFSUFS*/4&35033&1-"$& ‣ $POqJDU࣌%&-&5&͔ͯ͠Β*/4&35͞ΕΔ ‣ 0/$"4$"%&%&-&5& ‣ Ϩίʔυ͕ফ͑Δ
ରॲ ‣ 61%"5&61%"5&݅Λݟͯ*/4&35͢Δ ‣ 0O$POqJDU'"*-Ͱ*/4&35ͯ͠ྫ֎ΛΩϟον͢Δ
֎෦Ωʔ੍͖ΧϥϜͷܕ @Table class Book { @PrimaryKey public long id;
@Column public String title; @Column public Publisher publisher; }
༷*/5&(&3 @Table class Book { @PrimaryKey public long id;
@Column public String title; @Column public Publisher publisher; } `publisher` INTEGER NOT NULL
࣮ࡍ#-0#ʹ @Table class Book { @PrimaryKey public long id;
@Column public String title; @Column public Publisher publisher; } `publisher` BLOB NOT NULL
8)&3&ʹ֎෦Ωʔ͕ؔΘͬͯ͘ΔͱόάΔ orma.selectFromBook() .publisherEq(publisher) .toList() ࣮ࡍʹϨίʔυ͕ଘࡏ͠ ͍ͯͯ݅ͱͳΔ
ରࡦ @Table class Book { @PrimaryKey public long id;
@Column public String title; @Column(storageType = "INTEGER") public Publisher publisher; } storageTypeΛ໌ࣔతʹࢦఆ
Thank you Credit: NASA Earth Observatory/NOAA NGDC