I'm actually working with scala lift. I need to set a compound PK with Mapper, and from what I saw in the web (links below) its not possible. How can I do this?
Links:
Thanks for now.
I'm actually working with scala lift. I need to set a compound PK with Mapper, and from what I saw in the web (links below) its not possible. How can I do this?
Links:
Thanks for now.
Correct, it's not possible. Simple solution: don't use lift-mapper. :) I believe Slick can do composite primary keys.