mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
feat: jpa 改造
This commit is contained in:
@@ -65,11 +65,5 @@ public class VisualizationLinkage {
|
||||
@Column(name = "copy_id")
|
||||
private Long copyId;
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "source_view_id", referencedColumnName = "id", insertable = false, updatable = false)
|
||||
private CoreChartView sourceView;
|
||||
|
||||
@OneToMany(fetch = FetchType.LAZY)
|
||||
private List<VisualizationLinkageField> linkageFields;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user