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.
是否有用于映射 JPA@Embeddable类的等效项的 Slick 技术?例如,如果您有一个
@Embeddable
case class Money (currency: String, amount: BigDecimal)
您希望默认映射到Money用作列类型的每个表中的这两个列名。
Money
我已经看到了这个问题,但是正如您可以想象的那样,这对于一个Money无处不在的类来说会变得乏味。