ing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user