T1 - the generic typeT2 - the generic typeT3 - the generic typepublic interface MulitiQueryRowMapper3<T1,T2,T3> extends MulitiQueryRowMapper<cn.featherfly.common.tuple.Tuple3<java.util.List<T1>,java.util.List<T2>,java.util.List<T3>>>
| Modifier and Type | Method and Description |
|---|---|
MulitiQueryRowMapper4<T1,T2,T3,java.util.Map<java.lang.String,java.io.Serializable>> |
map()
Map.
|
<T4> MulitiQueryRowMapper4<T1,T2,T3,T4> |
map(java.lang.Class<T4> mappingType)
Map.
|
<T4> MulitiQueryRowMapper4<T1,T2,T3,T4> |
map(RowMapper<T4> rowMapper)
Map.
|
getRowMappersMulitiQueryRowMapper4<T1,T2,T3,java.util.Map<java.lang.String,java.io.Serializable>> map()
<T4> MulitiQueryRowMapper4<T1,T2,T3,T4> map(java.lang.Class<T4> mappingType)
T4 - the generic typemappingType - the mapping type<T4> MulitiQueryRowMapper4<T1,T2,T3,T4> map(RowMapper<T4> rowMapper)
T4 - the generic typerowMapper - the row mapper