T1 - the generic typepublic interface MulitiQueryRowMapper1<T1> extends MulitiQueryRowMapper<cn.featherfly.common.tuple.Tuple1<java.util.List<T1>>>
| Modifier and Type | Method and Description |
|---|---|
RowMapper<T1> |
getRowMapper1()
Gets the row mapper.
|
MulitiQueryRowMapper2<T1,java.util.Map<java.lang.String,java.io.Serializable>> |
map()
Map.
|
<T2> MulitiQueryRowMapper2<T1,T2> |
map(java.lang.Class<T2> mappingType)
Map.
|
<T2> MulitiQueryRowMapper2<T1,T2> |
map(RowMapper<T2> rowMapper)
Map.
|
getRowMappersMulitiQueryRowMapper2<T1,java.util.Map<java.lang.String,java.io.Serializable>> map()
<T2> MulitiQueryRowMapper2<T1,T2> map(java.lang.Class<T2> mappingType)
T2 - the generic typemappingType - the mapping type<T2> MulitiQueryRowMapper2<T1,T2> map(RowMapper<T2> rowMapper)
T2 - the generic typerowMapper - the row mapper