Uses of Interface
org.jdbi.v3.core.mapper.RowViewMapper
-
Packages that use RowViewMapper Package Description org.jdbi.v3.core.result resultprovides the streaming interface that reads rows from JDBC and drives themapperandcollectorprocesses to produce results. -
-
Uses of RowViewMapper in org.jdbi.v3.core.result
Methods in org.jdbi.v3.core.result with parameters of type RowViewMapper Modifier and Type Method Description <T> BatchResultIterable<T>BatchResultBearing. map(RowViewMapper<T> mapper)default <T> ResultIterable<T>ResultBearing. map(RowViewMapper<T> mapper)Maps this result set to aResultIterable, using the givenRowViewMapper.
-