Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jens Schauder opened DATACMNS-1377 and commented
In PersistentPropertyAccessor the code piece below does basically unwrap a ConvertingPropertyAccessor.
PersistentPropertyAccessor
ConvertingPropertyAccessor
default void setProperty(PersistentPropertyPath<? extends PersistentProperty<?>> path, @Nullable Object value) { // ... PersistentPropertyAccessor<?> accessor = parent == getBean() // ? this // : leafProperty.getOwner().getPropertyAccessor(parent); // ... }
Referenced from: commits b0eb0c4
The text was updated successfully, but these errors were encountered:
Oliver Drotbohm commented
Should CPA override this method to make sure the PA created in the else clause is properly wrapped, too?
CPA
PA
Sorry, something went wrong.
odrotbohm
No branches or pull requests
spring-projects-issues commentedAug 17, 2018
Jens Schauder opened DATACMNS-1377 and commented
In
PersistentPropertyAccessor
the code piece below does basically unwrap aConvertingPropertyAccessor
.Referenced from: commits b0eb0c4
The text was updated successfully, but these errors were encountered: