|
1
1
EBean目前不支持表每类继承策略。看见 https://github.com/ebean-orm/ebean/issues/116 和 http://ebean-orm.github.io/docs/mapping/jpa/ 你可以使用 @MappedSuperclass 注释。
|