Interface QueryMappingConfiguration

All Known Implementing Classes:
DefaultQueryMappingConfiguration

public interface QueryMappingConfiguration
Configures a RowMapper for each type to be used for extracting entities of that type from a ResultSet.
Since:
1.1
Author:
Jens Schauder, Evgeni Dimitrov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    An immutable empty instance that will return null for all arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    default <T> org.springframework.jdbc.core.RowMapper<? extends T>
     
  • Field Details

  • Method Details

    • getRowMapper

      @Nullable default <T> org.springframework.jdbc.core.RowMapper<? extends T> getRowMapper(Class<T> type)