-
Notifications
You must be signed in to change notification settings - Fork 132
Consider custom conversion in EntityRowMapper and MappingR2dbcConverter #59
New issue
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
Comments
The mentioned guard above will be removed with the implementation of #39. |
mp911de
added a commit
that referenced
this issue
Mar 12, 2019
mp911de
added a commit
that referenced
this issue
Mar 12, 2019
mp911de
added a commit
that referenced
this issue
Mar 12, 2019
MappingR2dbcConverter now considers custom conversions for inbound and outbound conversion of top-level types (Row to Entity, Entity to OutboundRow) and on property level (e.g. convert an object to String and vice versa).
mp911de
added a commit
that referenced
this issue
Mar 12, 2019
MappingR2dbcConverter now considers custom conversions for inbound and outbound conversion of top-level types (Row to Entity, Entity to OutboundRow) and on property level (e.g. convert an object to String and vice versa).
mp911de
added a commit
that referenced
this issue
Mar 18, 2019
MappingR2dbcConverter now considers custom conversions for inbound and outbound conversion of top-level types (Row to Entity, Entity to OutboundRow) and on property level (e.g. convert an object to String and vice versa).
schauder
pushed a commit
that referenced
this issue
Mar 19, 2019
MappingR2dbcConverter now considers custom conversions for inbound and outbound conversion of top-level types (Row to Entity, Entity to OutboundRow) and on property level (e.g. convert an object to String and vice versa). Original pull request: #70.
That's in place now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spring-data-r2dbc/src/main/java/org/springframework/data/r2dbc/function/convert/EntityRowMapper.java
Line 72 in 2dfb1ff
Reading of Map entity property is intentionally blocked by above line.
How about allowing it and then delegate to the client's custom DBStoredValue-To-Map converter. Similar to:
The text was updated successfully, but these errors were encountered: