This commit is contained in:
crusader
2018-06-12 15:10:09 +09:00
parent b7c17edafa
commit 2dfdbb1a00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ public abstract class MetaTargetType {
}
@ManyToOne
@JoinColumn(name = "META_INFRA_TYPE_ID", insertable = true, updatable = false)
@JoinColumn(name = "META_INFRA_TYPE_ID", insertable = false, updatable = false)
public MetaInfraType getMetaInfraType() {
return metaInfraType;
}