Improved im/export for contact entries (?)
parent
2c18d9f77b
commit
38dae9a6bf
|
|
@ -65,8 +65,8 @@ public class ContactEntry implements Serializable {
|
||||||
// @Column(name = "ENTRY_KEY", length = 255, nullable = false)
|
// @Column(name = "ENTRY_KEY", length = 255, nullable = false)
|
||||||
@OneToOne
|
@OneToOne
|
||||||
@JoinColumn(name = "CONTACT_ENTRY_KEY_ID")
|
@JoinColumn(name = "CONTACT_ENTRY_KEY_ID")
|
||||||
@JsonSerialize(using = ContactEntryKeyJsonSerializer.class)
|
// @JsonSerialize(using = ContactEntryKeyJsonSerializer.class)
|
||||||
@JsonDeserialize(using = ContactEntryKeyJsonDeserializer.class)
|
// @JsonDeserialize(using = ContactEntryKeyJsonDeserializer.class)
|
||||||
private ContactEntryKey key;
|
private ContactEntryKey key;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue