|
JPA says that entity hierarchies can contain a mix of Entity, MappedSuperclass and non-Entity classes. Apparently there are some providers that interpret that as meaning that these non-Entity classes should/can be listed as managed classes even though they technically are not managed classes. For cleaner portability with these other providers allow for this, and simply ignore them.
|