-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Extend JpaParametersParameterAccessor to offer extractDate fuction #2859
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
Conversation
664b57a
to
e96e84c
Compare
This allows the Hibernate variant (HibernateJpaParametersParameterAccessor) to potentially unwrap TypedParameterValue. Resolves #2857.
I know we discussed putting this inside Hence, by adding an |
That's polished, merged and back ported. |
This allows the Hibernate variant (HibernateJpaParametersParameterAccessor) to potentially unwrap TypedParameterValue. Closes spring-projects#2857 Original pull request spring-projects#2859
Renamed to unwrapDate to align with the changes from spring-projects#2861. Minor JavaDoc adjustments See spring-projects#2857 Original pull request spring-projects#2859
Removed instanceof assert. See spring-projects#2857 Original pull request spring-projects#2859
Reduce method visibility. Improve method naming. Avoid using var in production code. See spring-projects#2857 Original pull request spring-projects#2859
No description provided.