java.lang.Object
de.digitalcollections.cudami.server.backend.impl.jdbi.type.TitleMapper
All Implemented Interfaces:
org.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>

public class TitleMapper extends Object implements org.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>
  • Constructor Details

  • Method Details

    • map

      public de.digitalcollections.model.text.Title map(ResultSet r, int columnNumber, org.jdbi.v3.core.statement.StatementContext ctx) throws SQLException
      Specified by:
      map in interface org.jdbi.v3.core.mapper.ColumnMapper<de.digitalcollections.model.text.Title>
      Throws:
      SQLException