如何在Spring中扩展@Entity和@OneToMany等行为?

时间:2018-04-03 08:35:25

标签: java spring jpa spring-data-jpa spring-annotations

如何在Spring中扩展@Entity注释,让@SpecialEntity给它上瘾的方法(例如int calculateTotalFieldLenght()和字段? 同样的问题是其他JPA注释@OneToMany @Id @etc

1 个答案:

答案 0 :(得分:-2)

为您的项目添加以下依赖项

<dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-entitymanager</artifactId>
        <version>4.0.0.Final</version>
    </dependency>