Class AttributeRowMapper
- java.lang.Object
-
- de.hybris.platform.persistence.property.loader.internal.mapper.AttributeRowMapper
-
- All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<AttributeDTO>
public class AttributeRowMapper extends java.lang.Object implements org.springframework.jdbc.core.RowMapper<AttributeDTO>
-
-
Constructor Summary
Constructors Constructor Description AttributeRowMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDTOmapRow(java.sql.ResultSet rs, int i)
-
-
-
Method Detail
-
mapRow
public AttributeDTO mapRow(java.sql.ResultSet rs, int i) throws java.sql.SQLException
- Specified by:
mapRowin interfaceorg.springframework.jdbc.core.RowMapper<AttributeDTO>- Throws:
java.sql.SQLException
-
-