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 Details

    • bind

      void bind(String parameterName, MapSqlParameterSource parameterSource)
      Bind the value to the given MapSqlParameterSource using the given parameter name. Can apply further value customization such as providing SQL types or type names.
      Parameters:
      parameterName -
      parameterSource -