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",
example@sqldat.com(name="person_id", referencedColumnName="id"),
example@sqldat.com(name="country_id", referencedColumnName="id"))