spring mvc中的@Entity是什么意思?

@Entity
public Class JavaBean{
}
标注该类为实体类。

原文地址:https://www.cnblogs.com/hym-pcitc/p/5672471.html