Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我实际上正在使用 scala lift。我需要用 Mapper 设置一个复合 PK,从我在网上看到的(下面的链接)来看这是不可能的。我怎样才能做到这一点?
链接:
如何在电梯的映射器中为模型创建复合键?
https://groups.google.com/forum/?fromgroups#!topic/liftweb/p4MSTj4kkLQ
现在谢谢。
正确,这是不可能的。简单的解决方案:不要使用lift-mapper。:) 我相信 Slick 可以做复合主键。