Skip to content

Support for @MappedSuperclass is lacking #210

@richardatsap

Description

@richardatsap

If one has deep inheritance via @MappedSuperclass like

@MappedSuperclass AbstractBaseClass
- @MappedSuperclass AbstractCommentClass
- - MyEntity

the following things do not work:

  • @EdmIgnore annotations 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 for AbstractCommentClass and MyEntity, 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions