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
430
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
80
graphicsLayer
lvla
0
200
BluetoothDevice.getName()に裏切られた話
lvla
0
330
Jetpack Composeで画像クロップ機能を実装する
lvla
0
1.1k
Jetpack Compose drag gesture and pinch gesture
lvla
1
3.7k
Jetpack Compose Layout API
lvla
1
640
BLEを使ったアプリを継続的に開発するために
lvla
0
990
RecyclerView.ItemAnimator
lvla
1
310
RecycledViewPool
lvla
1
210
Other Decks in Technology
See All in Technology
GitHub Coding Agent 概要
kkamegawa
1
1.7k
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
いまさら聞けない Git 超入門 〜Gitって結局なに?から始める第一歩〜
devops_vtj
0
160
mnt_data_とは?ChatGPTコード実行環境を深堀りしてみた
icck
0
210
カンファレンスのつくりかた / The Conference Code: What Makes It All Work
tomzoh
8
930
Java 30周年記念! Javaの30年をふりかえる
skrb
1
660
S3 Tables を図解でやさしくおさらい~基本から QuickSight 連携まで/s3-tables-illustrated-basics-quicksight
emiki
2
340
ローカル環境でAIを動かそう!
falken
PRO
1
170
FastMCPでSQLをチェックしてくれるMCPサーバーを自作してCursorから動かしてみた
nayuts
1
210
他チームへ越境したら、生データ提供ソリューションのクエリ費用95%削減へ繋がった話 / Cross-Team Impact: 95% Off Raw Data Query Costs
yamamotoyuta
0
240
CSS polyfill とその未来
ken7253
0
140
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.2k
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
137
7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.4k
Building an army of robots
kneath
306
45k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
The Cost Of JavaScript in 2023
addyosmani
49
8.1k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Bash Introduction
62gerente
614
210k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
620
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Building Adaptive Systems
keathley
41
2.6k
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