I am working on an ORMLite demo and so far, it has been doing everything I wanted it to do. However, the production DB against which we are going to work has a lot of many to many relationships where we have a landing table with composite primary key.
I am just wondering if there is a way using which it handles Many-Many relationships so that if we have a Table A, Table B and table AB which has primary keys of table A and B as a composite primary key, how do we handle that? Do we have any sample for this kind of situation in