如何在Spring中扩展@Entity注释,让@SpecialEntity给它上瘾的方法(例如int calculateTotalFieldLenght()和字段? 同样的问题是其他JPA注释@OneToMany @Id @etc
答案 0 :(得分:-2)
为您的项目添加以下依赖项
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version>4.0.0.Final</version>
</dependency>