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.
@EmbeddableJPAクラスに相当するものをマッピングするための巧妙なテクニックはありますか? たとえば、
@Embeddable
case class Money (currency: String, amount: BigDecimal)
Moneyが列タイプとして使用されているすべてのテーブルで、デフォルトでこれら 2 つの列名にマップしたいとします。
Money
私はこの質問を見てきましたが、ご想像のとおり、これはMoneyどこでも使用されるようなクラスでは退屈になります。