我使用SEAM 2/Hibernate和PostgreSQL 9數據庫。我有以下表多列唯一約束
Active Band
===========
active_band_id serial
active_band_user text
active_band_date timestamp
active_band_process integer
我想補充一點,確保每個新條目active_band_user和active_band_date的獨特組合的約束。
每秒可能會有很多試圖插入的東西,所以我需要儘可能高效,有沒有可以在實體映射中使用的SEAM/hibernate註釋?
在此先感謝
這似乎複製http://stackoverflow.com/questions/3211972/specifying-restrictions-unique-together-in -hibernate – 2017-04-19 14:52:43