T1 - the generic typeT2 - the generic typepublic interface MulitiQueryRowMapper2<T1,T2> extends MulitiQueryRowMapper<com.speedment.common.tuple.Tuple2<java.util.List<T1>,java.util.List<T2>>>
| Modifier and Type | Method and Description |
|---|---|
MulitiQueryRowMapper3<T1,T2,java.util.Map<java.lang.String,java.io.Serializable>> |
map()
Map.
|
<T3> MulitiQueryRowMapper3<T1,T2,T3> |
map(java.lang.Class<T3> mappingType)
Map.
|
<T3> MulitiQueryRowMapper3<T1,T2,T3> |
map(RowMapper<T3> rowMapper)
Map.
|
getRowMappersMulitiQueryRowMapper3<T1,T2,java.util.Map<java.lang.String,java.io.Serializable>> map()
<T3> MulitiQueryRowMapper3<T1,T2,T3> map(java.lang.Class<T3> mappingType)
T3 - the generic typemappingType - the mapping type<T3> MulitiQueryRowMapper3<T1,T2,T3> map(RowMapper<T3> rowMapper)
T3 - the generic typerowMapper - the row mapper