Uses of Interface
no.digipost.jdbc.RowMapper.Septupled
-
Packages that use RowMapper.Septupled Package Description no.digipost.jdbc -
-
Uses of RowMapper.Septupled in no.digipost.jdbc
Subinterfaces of RowMapper.Septupled in no.digipost.jdbc Modifier and Type Interface Description static interfaceRowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D>static interfaceRowMapper.Nonupled<T,U,V,W,X,Z,A,B,C>static interfaceRowMapper.Octupled<T,U,V,W,X,Z,A,B>Methods in no.digipost.jdbc that return RowMapper.Septupled Modifier and Type Method Description default <A> RowMapper.Septupled<T,U,V,W,X,Z,A>RowMapper.Hextupled. combinedWith(RowMapper<A> otherMapper)
-