Java类可以很容易地转换成实体。 对于实体转换,基本要求是 -
@Entity和@Id注解。
@Entity
@Id
注解 @ElementCollection 表示嵌入对象
@ElementCollection
注解@Embeddable表示可嵌入对象。
@Embeddable