Uses of Interface
no.digipost.jdbc.RowMapper.Tupled
-
Packages that use RowMapper.Tupled Package Description no.digipost.jdbc -
-
Uses of RowMapper.Tupled in no.digipost.jdbc
Subinterfaces of RowMapper.Tupled in no.digipost.jdbc Modifier and Type Interface Description static interfaceRowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D>static interfaceRowMapper.Hextupled<T,U,V,W,X,Z>static interfaceRowMapper.Nonupled<T,U,V,W,X,Z,A,B,C>static interfaceRowMapper.Octupled<T,U,V,W,X,Z,A,B>static interfaceRowMapper.Pentupled<T,U,V,W,X>static interfaceRowMapper.Quadrupled<T,U,V,W>static interfaceRowMapper.Septupled<T,U,V,W,X,Z,A>static interfaceRowMapper.Tripled<T,U,V>Methods in no.digipost.jdbc that return RowMapper.Tupled Modifier and Type Method Description default <S> RowMapper.Tupled<R,S>RowMapper. combinedWith(RowMapper<S> otherMapper)Create a new row mapper which first runs this mapper and then the given mapper, and combines the two results into a tuple-type container.
-