Class EntityRowMapper<T>

java.lang.Object
org.springframework.data.jdbc.core.convert.EntityRowMapper<T>
All Implemented Interfaces:
RowMapper<T>

public class EntityRowMapper<T> extends Object implements RowMapper<T>
Maps a ResultSet to an entity of type T, including entities referenced. This RowMapper might trigger additional SQL statements in order to load other members of the same aggregate.
Since:
1.1
Author:
Jens Schauder, Oliver Gierke, Mark Paluch, Maciej Walkowiak, Bastian Wilhelm
  • Constructor Details

    • EntityRowMapper

      public EntityRowMapper(org.springframework.data.relational.core.mapping.AggregatePath path, JdbcConverter converter, Identifier identifier)
    • EntityRowMapper

      public EntityRowMapper(org.springframework.data.relational.core.mapping.RelationalPersistentEntity<T> entity, JdbcConverter converter)
  • Method Details