public interface ConfigurableRowMapper<T>
extends org.springframework.jdbc.core.RowMapper<T>
This interface is implemented by row mappers that can be configured with what fields to map to the result.
Modifier and Type | Method and Description |
---|---|
ConfigurableRowMapper<T> |
configure(Set<QueryHint> hints)
Returns a new row mapper that is configured based on the given query hints.
|
ConfigurableRowMapper<T> configure(Set<QueryHint> hints)
Returns a new row mapper that is configured based on the given query hints.
hints
- the query hints that are considered when configuring the new row mapperCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.