私は3つのテーブルを持っています:
Table A(Col1,Col2,Col3) -- Col1 Primary Key
Table B(Col4,Col5,Col6) -- (Col4,Col5) --Composite Key
Table C(Col7,Col8,Col9,Col10) --(Col7,Col8,Col9) -- Composite key References (Col1,Col4,Col5)
hibernate
このテーブル C のマッピングはどのように行われますか?