Interface RowMapper<T>
-
- All Known Implementing Classes:
ArtifactMetaDataDtoMapper,ArtifactRuleEntityMapper,ArtifactVersionEntityMapper,ArtifactVersionMetaDataDtoMapper,ContentEntityMapper,ContentMapper,GlobalRuleEntityMapper,GroupEntityMapper,GroupMetaDataDtoMapper,IntegerMapper,LogConfigurationMapper,LongMapper,RoleMappingDtoMapper,RuleConfigurationDtoMapper,SearchedArtifactMapper,SearchedVersionMapper,StoredArtifactMapper,StringMapper
public interface RowMapper<T>- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmap(ResultSet rs)
-
-
-
Method Detail
-
map
T map(ResultSet rs) throws SQLException
- Throws:
SQLException
-
-