android – GreenDAO – 多列上的主键

GreenDAO是否支持多列的主键?

我在两列上使用Property的方法primaryKey()但它不起作用.我得到例外:

Caused by: android.database.sqlite.SQLiteException: table “table” has
more than one primary key

如何在多列上创建主键?我应该编辑生成的DAO类吗?

解决方法:

documentation说:

Currently, entities must have a long or Long property as their primary key.
[…]
To work around this issue, you can use a long primary key and use an unique index for the intended “key” properties.

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能