Is this possible without mapping the join table to a domain entity?
For example if I have the following three tables, account and note are joined by the table account_note. Can i map a collection of notes to account class with a one to many mapping?
1 to M | 1 to M
Account -> Account_Note -> Note