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
110
graphicsLayer
lvla
0
220
BluetoothDevice.getName()に裏切られた話
lvla
0
370
Jetpack Composeで画像クロップ機能を実装する
lvla
0
1.2k
Jetpack Compose drag gesture and pinch gesture
lvla
1
4k
Jetpack Compose Layout API
lvla
1
670
BLEを使ったアプリを継続的に開発するために
lvla
0
1k
RecyclerView.ItemAnimator
lvla
1
330
RecycledViewPool
lvla
1
230
Other Decks in Technology
See All in Technology
なぜインフラコードのモジュール化は難しいのか - アプリケーションコードとの本質的な違いから考える
mizzy
19
6.2k
エンジニアにとってコードと並んで重要な「データ」のお話 - データが動くとコードが見える:関数型=データフロー入門
ismk
0
440
QAエンジニアがプロダクト専任で チームの中に入ると。。。?/登壇資料(杉森 太樹)
hacobu
PRO
0
180
仕様駆動 x Codex で 超効率開発
ismk
2
1.3k
Introducing RFC9111 / YAPC::Fukuoka 2025
k1low
1
190
“それなりに”安全なWebアプリケーションの作り方
xryuseix
0
260
[Oracle TechNight#94] Oracle AI World 2025 Oracle Database関連フィードバック
oracle4engineer
PRO
0
310
CodexでもAgent Skillsを使いたい
gotalab555
9
4.1k
Zabbix Conference Japan 2025 ダッシュボードコンテストLT
katayamatg
0
150
Flutterコントリビューションのススメ
d_r_1009
1
330
Dart and Flutter MCP serverで実現する AI駆動E2Eテスト整備と自動操作
yukisakai1225
0
210
開発者から見たLLMの進化 202511
ny7760
1
160
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
How GitHub (no longer) Works
holman
315
140k
Rails Girls Zürich Keynote
gr2m
95
14k
Visualization
eitanlees
150
16k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Producing Creativity
orderedlist
PRO
348
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Making Projects Easy
brettharned
120
6.4k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
How to train your dragon (web standard)
notwaldorf
97
6.4k
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