Uses of Class
io.higson.runtime.dao.MiniJdbcTemplate
Packages that use MiniJdbcTemplate
-
Uses of MiniJdbcTemplate in io.higson.runtime.dao
Fields in io.higson.runtime.dao declared as MiniJdbcTemplateMethods in io.higson.runtime.dao that return MiniJdbcTemplateModifier and TypeMethodDescriptionprotected MiniJdbcTemplateBaseDao.jdbcTemplate()protected MiniJdbcTemplateBaseDao.jdbcTemplate(int fetchSize) Methods in io.higson.runtime.dao with parameters of type MiniJdbcTemplateModifier and TypeMethodDescriptionprotected <T> TBaseDao.getOne(MiniJdbcTemplate jdbcTemplate, String sql, RowMapper<T> mapper) protected <T> TBaseDao.getOne(MiniJdbcTemplate jdbcTemplate, String sql, RowMapper<T> mapper, Object... args)