-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Labels
Description
If one has deep inheritance via @MappedSuperclass like
@MappedSuperclass AbstractBaseClass
- @MappedSuperclass AbstractCommentClass
- - MyEntity
the following things do not work:
@EdmIgnoreannotations in the abstract classes are not recognized (we are using@Access(AccessType.PROPERTY)) on all entities- Properties in
AbstractBaseClassare not recognized, leading to errors in generating the metadata forAbstractCommentClassandMyEntity, for navigation properties in particular, see also Fields in @MappedSuperclass are not visible #105.
I have a larger project (~100 entities) which I would like to migrate from Olingo (JPA) v2 to v4.