Hi Amit,Yes, the composite key as the primary key use case is definitely supported. I have tried your model with HSQL database. The only thing I need to change is to use a simple table name, such as "items". Otherwise it didn't see any problem. You can turn on debugging using Model.* filter in ...