|
|
|
@ -55,10 +55,9 @@ public class CustomerProfile {
|
|
|
|
@Column(name = "CMP_ADDRESS", nullable = true, columnDefinition = FieldNameLength.DESCRIPTION_LONG)
|
|
|
|
@Column(name = "CMP_ADDRESS", nullable = true, columnDefinition = FieldNameLength.DESCRIPTION_LONG)
|
|
|
|
private String cmpAddress;
|
|
|
|
private String cmpAddress;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "CMP_CUSTIMG", nullable = true, columnDefinition = "LONGTEXT")
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
@Lob
|
|
|
|
@JsonIgnore
|
|
|
|
@JsonIgnore
|
|
|
|
@Basic(fetch = FetchType.LAZY)
|
|
|
|
@Column(name = "CMP_CUSTIMG", nullable = true, columnDefinition = "LONGTEXT")
|
|
|
|
private String cmpCustImage;
|
|
|
|
private String cmpCustImage;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|