hibernate 注解text,大文本类型

   1:  @Column(columnDefinition="text",name=”content”)
   2:  public String getContent() {
   3:      return content;
   4:  } 
原文地址:https://www.cnblogs.com/shuanger/p/2812981.html