litesuits / android-lite-orm

LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently.
http://litesuits.com?form=gorm
Apache License 2.0
1.49k stars 361 forks source link

Auto increase ( auto ordered ) with the AssignType.BY_MYSELF #36

Closed Sinyuk7 closed 7 years ago

Sinyuk7 commented 8 years ago

在定义主键的时候发现了一个问题:

就是虽然我用了@PrimaryKey(AssignType.BY_MYSELF)来注解我数据的xxxId

xxxId是无规律的整数

但是在保存之后orm会自动根据这个xxxId排序.....好奇怪😶

谁能帮我解答一下...不甚感激O(∩_∩)

litesuits commented 7 years ago

这个是主键,主键本身就是索引。会排序