Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual paradigm, cant use persistence inheritance on a DCD

I am trying to have a simple inheritance with visual paradigm on a DCD.

However every time i try to use update to code it doesn't generate any of the classes used in that inheritance (doesn't generate user, student, bpcoordinator, promotor). It generates everything else fine.

Visual paradigm doesn't throw any errors so i assume everything succeeded but this is not the case.

User should be a MappedSuperclass and student, bpcoordinator, promotor should be subclasses inheriting from the User superclass.

dcd

like image 679
Maxim Avatar asked Nov 11 '22 11:11

Maxim


1 Answers

Try setting the inheritance with 3 different generalizations instead of one combined.

like image 104
dashhund Avatar answered Nov 14 '22 22:11

dashhund