Uses of Interface
com.github.longdt.vertxorm.repository.RowMapper
-
Packages that use RowMapper Package Description com.github.longdt.vertxorm.repository com.github.longdt.vertxorm.repository.base com.github.longdt.vertxorm.repository.postgresql -
-
Uses of RowMapper in com.github.longdt.vertxorm.repository
Methods in com.github.longdt.vertxorm.repository that return RowMapper Modifier and Type Method Description RowMapper<ID,E>RowMapper.Builder. build() -
Uses of RowMapper in com.github.longdt.vertxorm.repository.base
Classes in com.github.longdt.vertxorm.repository.base that implement RowMapper Modifier and Type Class Description classRowMapperImpl<ID,E>Methods in com.github.longdt.vertxorm.repository.base that return RowMapper Modifier and Type Method Description RowMapper<ID,E>BuilderImpl. build() -
Uses of RowMapper in com.github.longdt.vertxorm.repository.postgresql
Methods in com.github.longdt.vertxorm.repository.postgresql that return RowMapper Modifier and Type Method Description RowMapper<ID,E>AbstractCrudRepository. getRowMapper()
-