Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可能拥有一个从另一个 ejb 模块的另一个(抽象)实体类继承的实体类?
例如 EclipseLink 不会在子类的数据库表中创建依赖列。它只是忽略了(抽象的)超类实体。
该注释@Entity在我的项目中不起作用,但@MappedSuperclass也是 JPA 1.0 一部分的注释现在运行良好。
@Entity
@MappedSuperclass