Có thể, bạn cần chỉ định tên lược đồ trong tên bảng tham gia:
@JoinTable(
name="persons_countries_residence", schema="persons",
[email protected](name="person_id", referencedColumnName="id"),
[email protected](name="country_id", referencedColumnName="id"))