Closed
Description
Based on spring-projects/spring-data-commons#3056, type checks to include a property's type as entity require refinement to check against a registered converter since the entity detection mechanism in BasicPersistentProperty.getPersistentEntityTypeInformation()
no longer uses isEntity()
due to internal recursive calls.