Interface JdbcMapper

All Superinterfaces:
Serializable
All Known Subinterfaces:
JdbcLookupMapper
All Known Implementing Classes:
SimpleJdbcLookupMapper, SimpleJdbcMapper

public interface JdbcMapper extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    Get columns.
  • Method Details

    • getColumns

      List<Column> getColumns(ITuple tuple)
      Get columns.
      Returns:
      list of columns that represents one row in a DB table.