HHH-12364 : Removed @MapKeyJoinColumn with name phone_id as its not needed
This commit is contained in:
parent
83e95d7681
commit
6e912cec0f
|
@ -76,7 +76,6 @@ public class ElementCollectionMapTest extends BaseEntityManagerFunctionalTestCas
|
||||||
@ElementCollection
|
@ElementCollection
|
||||||
@CollectionTable(name = "phone_register")
|
@CollectionTable(name = "phone_register")
|
||||||
@Column(name = "since")
|
@Column(name = "since")
|
||||||
@MapKeyJoinColumn(name = "phone_id", referencedColumnName = "id")
|
|
||||||
private Map<Phone, Date> phoneRegister = new HashMap<>();
|
private Map<Phone, Date> phoneRegister = new HashMap<>();
|
||||||
|
|
||||||
public Person() {}
|
public Person() {}
|
||||||
|
|
Loading…
Reference in New Issue