public class EntityRowMapper<T> extends Object implements RowMapper<T>
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.| Constructor and Description |
|---|
EntityRowMapper(RelationalPersistentEntity<T> entity,
RelationalMappingContext context,
RelationalConverter converter,
DataAccessStrategy accessStrategy) |
public EntityRowMapper(RelationalPersistentEntity<T> entity, RelationalMappingContext context, RelationalConverter converter, DataAccessStrategy accessStrategy)
Copyright © 2017–2019 Pivotal Software, Inc.. All rights reserved.