文章出處

 @OneToMany(fetch = FetchType.EAGER, targetEntity = DocConstraint.class, cascade={CascadeType.REMOVE}, mappedBy = "docid")
 public List<DocConstraint> getConstraintList() {
  return constraintList;
 }
 public void setConstraintList(List<DocConstraint> constraintList) {
  this.constraintList = constraintList;
 }

-------------------------------------------------------------

 @ManyToOne  

@JoinColumn(name = "FAPPPERSON", nullable = true, insertable = true, updatable = true)  

public Access getFappperson() {   return this.fappperson;  }

 public void setFappperson(Access value) {   this.fappperson = value;  }

 


不含病毒。www.avast.com
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 AutoPoster 的頭像
    AutoPoster

    互聯網 - 大數據

    AutoPoster 發表在 痞客邦 留言(0) 人氣()