1a7f253a64189d022148f1282158dc04d507e91a
BasicPersistentEntity now only caches the most concrete property for a by-name lookup to mimic the behavior that was implemented in getPersistentProperty(String name). This is to prevent shadowed properties of superclasses leaking into the by-name lookups. Improved AbstractPersistentProperty.toString() to rather render the concrete field it is backed by.
Description
No description provided
Languages
Java
100%