Always resolve entity type to the most specific available.This changes entity type resolution behavior but should not break applications (Liskov principle). It is more consistent with JPA and common sense. (commit: c783dcf)
Use instantiable Java type in EntityConstructor to create entity instance.Relevant for scenarios when generated change-tracking subclasses are used by JOPA. (commit: a5334b1)