Uses of Interface
no.digipost.jdbc.RowMapper.Tripled
-
Packages that use RowMapper.Tripled Package Description no.digipost.jdbc -
-
Uses of RowMapper.Tripled in no.digipost.jdbc
Subinterfaces of RowMapper.Tripled 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>Methods in no.digipost.jdbc that return RowMapper.Tripled Modifier and Type Method Description default <V> RowMapper.Tripled<T,U,V>RowMapper.Tupled. combinedWith(RowMapper<V> otherMapper)
-