Hi I\'m new to JPA and I\'m having trouble understanding how it handles inheritance.
I have a specific problem I need solved without changing the DB scheme, but if y
I have the same issue and so far the only way I found was to query the parent and construct child with parent. Then remove parent and recreate both records.