- MybatisConfig - top.lshaci.framework.mybatis.config中的类
-
Config mybatis
0.0.4: Change to auto configuration
- MybatisConfig() - 类 的构造器top.lshaci.framework.mybatis.config.MybatisConfig
-
- MybatisPageResult<T> - top.lshaci.framework.mybatis.model中的类
-
Page query result
- MybatisPageResult(int, int) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number and page size
- MybatisPageResult(int, int, int) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number, page size, data total
- MybatisPageResult(int, int, int, List<T>) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the current page number, page size, data total, datas
- MybatisPageResult(IPage<T>) - 类 的构造器top.lshaci.framework.mybatis.model.MybatisPageResult
-
Constructs a new page result with the page helper result