Interface AotRepositoryFragmentSupport.BindValue
- Enclosing class:
AotRepositoryFragmentSupport
protected static interface AotRepositoryFragmentSupport.BindValue
Interface for binding values to a
MapSqlParameterSource.- Since:
- 4.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidbind(String parameterName, MapSqlParameterSource parameterSource) Bind the value to the givenMapSqlParameterSourceusing the given parameter name.
-
Method Details
-
bind
Bind the value to the givenMapSqlParameterSourceusing the given parameter name. Can apply further value customization such as providing SQL types or type names.- Parameters:
parameterName-parameterSource-
-