Spring注解实体类中非数据库字段属性

更新时间:2023-05-16 20:46:06 阅读: 评论:0

Spring注解实体类中⾮数据库字段属性
今天要给⼀个实体类添加⼀个List集合属性!都很好>新鲜用语
private List<Reverts> childList = new ArrayList<Reverts>();2011广州中考英语
写完后get/t⽅法⼀写,启动就报错:
accompany过去式org.hibernate.MappingException: Could not determine type for: java.util.List, at table: T_REVERTS, for columns: [org.hibernate.mapping.Column(childList)
解决办法:在属性的get⽅法上加上⼀段注解标识它是临时属性,不是数据库字段就OK
sanitation@Transient
public List<Reverts> getChildList() {
return childList;
we remain
伯利兹英语>广西会计从业资格考试试题}
orbispublic void tChildList(List<Reverts> childList) {
this.childList = childList;version什么意思
}
记得导⼊的是: import javax.persistence.Transient;

本文发布于:2023-05-16 20:46:06,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/111088.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:属性   数据库   注解   资格考试   用语   广州   报错   试题
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图