Uses of Class
com.github.longdt.vertxorm.repository.base.RowMapperImpl
-
Packages that use RowMapperImpl Package Description com.github.longdt.vertxorm.repository.postgresql -
-
Uses of RowMapperImpl in com.github.longdt.vertxorm.repository.postgresql
Fields in com.github.longdt.vertxorm.repository.postgresql declared as RowMapperImpl Modifier and Type Field Description protected RowMapperImpl<ID,E>AbstractCrudRepository. rowMapperMethods in com.github.longdt.vertxorm.repository.postgresql with parameters of type RowMapperImpl Modifier and Type Method Description voidAbstractCrudRepository. init(io.vertx.sqlclient.Pool pool, RowMapperImpl<ID,E> rowMapper)
-