Class EntityRowMapper<T>
java.lang.Object
tech.guilhermekaua.spigotboot.data.jdbc.repository.mapper.EntityRowMapper<T>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmapRowsWithColumns(ResultSet rs, Collection<String> columnsToCapture)
-
Constructor Details
-
EntityRowMapper
-
-
Method Details
-
mapRow
- Throws:
SQLException
-
mapRows
- Throws:
SQLException
-
mapRowsWithColumns
public List<EntityRowMapper.MappedRow<T>> mapRowsWithColumns(ResultSet rs, Collection<String> columnsToCapture) throws SQLException - Throws:
SQLException
-