You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
DefaultNeo4jPersistentProperty.isEntity() and getPersistentEntityTypeInformation() now return that the property does not map to an entity if a converter is registered.
Closes#2869
DefaultNeo4jPersistentProperty.isEntity() and getPersistentEntityTypeInformation() now return that the property does not map to an entity if a converter is registered.
Closes#2869
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 usesisEntity()
due to internal recursive calls.The text was updated successfully, but these errors were encountered: