- getAll() - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
获取所有数据
- getAll(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
获取所有数据
- getCountByCondition(T) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
根据条件获取对应数据总数
- getCountByCondition(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
根据条件获取对应数据总数
- getCountByPk(String, String...) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
指定主键名称(Java类字段名字符串),主键集合,获取指定记录总数。入参为空,会返回所有数据
- getCountByPk(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
指定主键名称(Java类字段名字符串),主键集合,获取指定记录总数。入参为空,会返回所有数据
- getExistPksByPk(String, String...) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
根据指定的主键名称、主键集合,获取数据库中存在的主键集合数据
为能够结合pagehelper分页插件使用,本方法输出的SQL语句不含“limit”
- getExistPksByPk(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
根据指定的主键名称、主键集合,获取数据库中存在的主键集合数据
为能够结合pagehelper分页插件使用,本方法输出的SQL语句不含“limit”
- getExistPksCountByPk(String, String...) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
根据指定的主键名称、主键集合,获取数据库中存在的主键集合数据总数
- getExistPksCountByPk(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
根据指定的主键名称、主键集合,获取数据库中存在的主键集合数据总数
- getParams(Class<?>) - Method in class top.hmtools.mapper.plus.BaseSqlProvider
-
提取出用于生成SQL语句所需要的参数数据
- getSomeByCondition(T) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
根据条件获取对应数据
为能够结合pagehelper分页插件使用,本方法输出的SQL语句不含“limit”
- getSomeByCondition(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
根据条件获取对应数据
为能够结合pagehelper分页插件使用,本方法输出的SQL语句不含“limit”
- getSomeByPk(String, String...) - Method in interface top.hmtools.mapper.plus.mysql.select.IMysqlSelectMapperPlus
-
指定主键名称(Java类字段名字符串),主键集合,获取指定记录集合。入参为空,会返回所有数据
为能够结合pagehelper分页插件使用,本方法输出的SQL语句不含“limit”
- getSomeByPk(MappedStatement) - Method in class top.hmtools.mapper.plus.mysql.select.SelectMapperPlusProvider
-
指定主键名称(Java类字段名字符串),主键集合,获取指定记录集合