Skip to content

Conversation

kazuki43zoo
Copy link
Contributor

I've fixed a part of DATAJDBC-175.
Please review.

Thanks.


Class<?> returnedObjectType = queryMethod.getReturnedObjectType();
RowMapper<?> rowMapper = context.getSimpleTypeHolder().isSimpleType(returnedObjectType)
? new CustomSingleColumnRowMapper<>(returnedObjectType)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can replace to the SingleColumnRowMapper that supports the ConversionService in spring-jdbc 5.0.4 (SPR-16483.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix via b91da68

schauder pushed a commit that referenced this pull request Mar 7, 2018
@schauder
Copy link
Contributor

schauder commented Mar 7, 2018

That's merged. Thanks for the addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants