Class DataSqlParameterSource

  • All Implemented Interfaces:
    org.springframework.jdbc.core.namedparam.SqlParameterSource

    public class DataSqlParameterSource
    extends java.lang.Object
    implements org.springframework.jdbc.core.namedparam.SqlParameterSource
    Author:
    Filip Hrisafov
    • Method Detail

      • hasValue

        public boolean hasValue​(java.lang.String paramName)
        Specified by:
        hasValue in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
      • getValue

        public java.lang.Object getValue​(java.lang.String paramName)
        Specified by:
        getValue in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
      • getParameterNames

        public java.lang.String[] getParameterNames()
        Specified by:
        getParameterNames in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
      • getSqlType

        public int getSqlType​(java.lang.String paramName)
        Specified by:
        getSqlType in interface org.springframework.jdbc.core.namedparam.SqlParameterSource
      • registerMapping

        public void registerMapping​(ColumnMapping columnMapping)