public interface QueryMappingConfiguration
RowMapper
for each type to be used for extracting entities of that
type from a ResultSet
.Modifier and Type | Field and Description |
---|---|
static QueryMappingConfiguration |
EMPTY
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) |
static final QueryMappingConfiguration EMPTY
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.