Class DatabaseStorageService.DataWithDeletedRowMapper
- java.lang.Object
-
- com.eduix.genexp.storage.database.DatabaseStorageService.DataWithDeletedRowMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<DatabaseStorageService.DataWithDeleted>
- Enclosing class:
- DatabaseStorageService
public static class DatabaseStorageService.DataWithDeletedRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<DatabaseStorageService.DataWithDeleted>
-
-
Constructor Summary
Constructors Constructor Description DataWithDeletedRowMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseStorageService.DataWithDeletedmapRow(ResultSet rs, int rowNum)
-
-
-
Method Detail
-
mapRow
public DatabaseStorageService.DataWithDeleted mapRow(ResultSet rs, int rowNum) throws SQLException
- Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<DatabaseStorageService.DataWithDeleted>- Throws:
SQLException
-
-