meta
This commit is contained in:
snoop 2017-06-22 20:45:08 +09:00
parent 00d59bfa27
commit 9d9e3bf88a

View File

@ -36,7 +36,8 @@ public class MetaSensorItem {
// this.typeId = typeId;
// }
@Column(name = "TYPE_ID", nullable = false)
@ManyToOne
@JoinColumn(name = "TYPE_ID", nullable = false)
public MetaSensorItemType getMetaSensorItemType() {
return metaSensorItemType;
}