Vasily Kochnev commented on an issue
Hibernate ORM / Bug HHH-8573
PropertyAccessException when instance of a subclass gets to cache via lazy not cascading association
In org.hibernate.type.EntityType possible situations when created instance of the superclass, while instance of the subclass needed. It happens when replace method called on the instance of a subclass, but association target is superclass and instance is not cached.
Pull request with test case illustrating one of such situations (when object gets to cach...