|
@@ -44,7 +44,7 @@ public class TbScIxrCmraSttsHs implements Serializable {
|
|
|
private String cmraId;
|
|
|
|
|
|
@ApiModelProperty("방향 구분 코드") // N NUMBER(1)
|
|
|
- @Id
|
|
|
+// @Id
|
|
|
@Column(name = "DRCT_DVSN_CD", nullable = false, columnDefinition = "NUMBER", length = 1)
|
|
|
private Integer drctDvsnCd;
|
|
|
|
|
@@ -55,8 +55,8 @@ public class TbScIxrCmraSttsHs implements Serializable {
|
|
|
@OneToOne
|
|
|
@JoinColumns({
|
|
|
@JoinColumn(insertable=false, updatable=false, name = "IXR_ID", referencedColumnName = "IXR_ID"),
|
|
|
- @JoinColumn(insertable=false, updatable=false, name = "CMRA_ID", referencedColumnName = "CMRA_ID"),
|
|
|
- @JoinColumn(insertable=false, updatable=false, name = "DRCT_DVSN_CD", referencedColumnName = "DRCT_DVSN_CD")
|
|
|
+ @JoinColumn(insertable=false, updatable=false, name = "CMRA_ID", referencedColumnName = "CMRA_ID")//,
|
|
|
+// @JoinColumn(insertable=false, updatable=false, name = "DRCT_DVSN_CD", referencedColumnName = "DRCT_DVSN_CD")
|
|
|
})
|
|
|
@NotFound(action = NotFoundAction.IGNORE)
|
|
|
private TbScIxrCmraMngm cmra;
|