关于Hibernate报错 “table” is not mapped

来源:互联网 发布:金属探测软件 编辑:程序博客网 时间:2024/05/29 10:01
1. 首先检查项目的配置文件,确定配置文件都没有问题。
2. 实体类要序列化 public class Table implements Serializable
我今天碰到的问题,主要是数据没有序列化!
原创粉丝点击