Interface BasicSelectMapper<T>
- Type Parameters:
T- 泛型
- All Superinterfaces:
ExistsWithPrimaryKeyMapper<T>,SelectAllMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneMapper<T>
- All Known Subinterfaces:
BasicMapper<T>,Mapper<T>
public interface BasicSelectMapper<T>
extends SelectOneMapper<T>, SelectMapper<T>, SelectAllMapper<T>, SelectCountMapper<T>, SelectByPrimaryKeyMapper<T>, ExistsWithPrimaryKeyMapper<T>
通用Mapper接口,基础查询
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from interface org.miaixz.bus.mapper.common.basic.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectAllMapper
selectAllMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectByPrimaryKeyMapper
selectByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectCountMapper
selectCountMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectMapper
selectMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.SelectOneMapper
selectOne