QueryMappingConfiguration
@Deprecated public interface RowMapperMap extends QueryMappingConfiguration
Modifier and Type | Field and Description |
---|---|
static RowMapperMap |
EMPTY
Deprecated.
An immutable empty instance that will return null for all arguments.
|
Modifier and Type | Method and Description |
---|---|
default <T> RowMapper<? extends T> |
getRowMapper(Class<T> type)
Deprecated.
|
<T> RowMapper<? extends T> |
rowMapperFor(Class<T> type)
Deprecated.
|
static final RowMapperMap EMPTY
default <T> RowMapper<? extends T> getRowMapper(Class<T> type)
getRowMapper
in interface QueryMappingConfiguration
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.