|
@@ -129,7 +129,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
|
|
|
private CodeEntity bwszhd = null;
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "bwszhd")
|
|
|
public CodeEntity getBwszhd() {
|
|
|
return bwszhd;
|
|
@@ -161,7 +161,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
|
|
|
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = ZyqEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = ZyqEntity.class)
|
|
|
@JoinColumn(name = "sszyq")
|
|
|
public ZyqEntity getSszyq() {
|
|
|
return sszyq;
|
|
@@ -179,7 +179,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.hcnlxztj = hcnlxztj;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "zls")
|
|
|
public CodeEntity getZls() {
|
|
|
return zls;
|
|
@@ -189,7 +189,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.zls = zls;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "xp")
|
|
|
public CodeEntity getXp() {
|
|
|
return xp;
|
|
@@ -293,7 +293,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.bwgs = bwgs;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "kbcblx")
|
|
|
public CodeEntity getKbcblx() {
|
|
|
return kbcblx;
|
|
@@ -343,7 +343,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.bwdm = bwdm;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "sfdwkf")
|
|
|
public CodeEntity getSfdwkf() {
|
|
|
return sfdwkf;
|
|
@@ -387,7 +387,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.bwmc = bwmc;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "fwlx")
|
|
|
public CodeEntity getFwlx() {
|
|
|
return fwlx;
|
|
@@ -405,7 +405,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.tcnf = tcnf;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "zyhbwfl")
|
|
|
public CodeEntity getZyhbwfl() {
|
|
|
return this.zyhbwfl;
|
|
@@ -431,7 +431,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.wd = wd;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "sffz")
|
|
|
public CodeEntity getSffz() {
|
|
|
return this.sffz;
|
|
@@ -465,7 +465,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.jtjgisdyidh = jtjgisdyidh;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "bwsx")
|
|
|
public CodeEntity getBwsx() {
|
|
|
return bwsx;
|
|
@@ -555,7 +555,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.dtsj = dtsj;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = GqEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = GqEntity.class)
|
|
|
@JoinColumn(name = "szgq")
|
|
|
public GqEntity getSzgq() {
|
|
|
return szgq;
|
|
@@ -575,7 +575,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.ssmt = ssmt;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "wxpbw")
|
|
|
public CodeEntity getWxpbw() {
|
|
|
return wxpbw;
|
|
@@ -585,7 +585,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.wxpbw = wxpbw;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = GkEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = GkEntity.class)
|
|
|
@JoinColumn(name = "szgk")
|
|
|
public GkEntity getSzgk() {
|
|
|
return szgk;
|
|
@@ -595,7 +595,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.szgk = szgk;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = XzglbmxxEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = XzglbmxxEntity.class)
|
|
|
@JoinColumn(name = "ssgkglbm")
|
|
|
public XzglbmxxEntity getSsgkglbm() {
|
|
|
return ssgkglbm;
|
|
@@ -605,7 +605,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.ssgkglbm = ssgkglbm;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = GkjyrEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = GkjyrEntity.class)
|
|
|
@JoinColumn(name = "ssjyr")
|
|
|
public GkjyrEntity getSsjyr() {
|
|
|
return ssjyr;
|
|
@@ -623,7 +623,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.njzxtgnl = njzxtgnl;
|
|
|
}*/
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "bwszsx")
|
|
|
public CodeEntity getBwszsx() {
|
|
|
return bwszsx;
|
|
@@ -633,7 +633,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.bwszsx = bwszsx;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "sclx")
|
|
|
public CodeEntity getSclx() {
|
|
|
return sclx;
|
|
@@ -643,7 +643,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.sclx = sclx;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "jgxs")
|
|
|
public CodeEntity getJgxs() {
|
|
|
return jgxs;
|
|
@@ -669,7 +669,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.bwbh = bwbh;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "ab")
|
|
|
public CodeEntity getAb() {
|
|
|
return ab;
|
|
@@ -679,7 +679,7 @@ public class BwEntity extends BaseEntity<String> implements Cloneable {
|
|
|
this.ab = ab;
|
|
|
}
|
|
|
|
|
|
- @ManyToOne(fetch = FetchType.LAZY, targetEntity = CodeEntity.class)
|
|
|
+ @ManyToOne(fetch = FetchType.EAGER, targetEntity = CodeEntity.class)
|
|
|
@JoinColumn(name = "sfwygkghaxn")
|
|
|
public CodeEntity getSfwygkghaxn() {
|
|
|
return sfwygkghaxn;
|