Uses of Interface
com.popokis.popok.sql_db.JdbcMapper
-
Packages that use JdbcMapper Package Description com.popokis.popok.sql_db -
-
Uses of JdbcMapper in com.popokis.popok.sql_db
Classes in com.popokis.popok.sql_db that implement JdbcMapper Modifier and Type Class Description classListMapper<T>Methods in com.popokis.popok.sql_db with parameters of type JdbcMapper Modifier and Type Method Description <T> Optional<T>Database. executeQuery(Query query, JdbcMapper<T> mapper)static <T> ListMapper<T>ListMapper. of(JdbcMapper<T> modelMapper)
-