Support for @ORM\MappedSuperclass

0 votes
asked Nov 10, 2014 in Feature Request by svierkant (170 points)

I'm using @ORM\MappedSuperclass to have Entity inheritance. Skipper doesn't recognize that file, so entity inheritance isn't showed properly and can't be exported either (without messing up the existing structure).

1 Answer

0 votes
answered Nov 10, 2014 by ludek.vodicka Skipper developer (140,450 points)

You're right. Obviously there is some problem with searching for files with @MappedSuperclass annotation.
We will check it and let you know.

In the meanwhile, you can define this entity and inheritance manually in Skipper so everything will be exported correctly.

Also, you can manually insert missing file to the import process via "add file" link on the bottom of dialog:

enter image description here

...