I created database, for my android app, witch has 16 tables. I want to use ORMlite mapping. The problem is that I didn\'t find examples where you have composite id(Multiple
You have to use the following annotation above each unique field:
@DatabaseField (uniqueCombo = true)
Here are the docs on uniqueCombo.