为了账号安全,请及时绑定邮箱和手机立即绑定

hibernate中private Set<String> answers; 如何在.hbm.xml中配置

hibernate中private Set<String> answers; 如何在.hbm.xml中配置

superkrissV 2016-08-09 19:50:31
public class Question {     private int qid;//问题id     private Sting content;//问题题目内容     private Set<String> answers = new HashSet<String>();//问题待选答案          public Question(){              }     public Question(int qid, String content){         this.qid = qid;         this.content = content;     }              //getter() setter() }实体类如上,请问answers属性如何在Question.hbm.xml中配置呢?
查看完整描述

1 回答

已采纳
?
yaoyaomice

TA贡献2条经验 获得超0个赞

编写这样的实体类,想问一下你的数据库表中的列是如何存储值得呢?

查看完整回答
反对 回复 2016-08-09
  • superkrissV
    superkrissV
    那请问如果有类似的需求应该怎么样实现呢?
  • yaoyaomice
    yaoyaomice
    说实话我没有碰到过这样的需求,一般采用集合的都是关联关系映射了
  • 1 回答
  • 0 关注
  • 1233 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信