Class EntityRowMapper<T>
java.lang.Object
org.springframework.data.jdbc.core.convert.EntityRowMapper<T>
- All Implemented Interfaces:
RowMapper<T>
-
Constructor Summary
ConstructorsConstructorDescriptionEntityRowMapper(AggregatePath path, JdbcConverter converter, Identifier identifier) EntityRowMapper(RelationalPersistentEntity<T> entity, JdbcConverter converter) -
Method Summary
-
Constructor Details
-
EntityRowMapper
-
EntityRowMapper
-
-
Method Details
-
mapRow
- Specified by:
mapRowin interfaceRowMapper<T>- Throws:
SQLException
-