Maxim
Maxim

Reputation: 3946

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

Upvotes: 5

Views: 339

Answers (1)

dashhund
dashhund

Reputation: 332

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

Upvotes: 1

Related Questions