Package org.miaixz.bus.mapper.common
Interface BasicMapper<T>
- Type Parameters:
T- 泛型
- All Superinterfaces:
BasicDeleteMapper<T>,BasicInsertMapper<T>,BasicSelectMapper<T>,BasicUpdateMapper<T>,DeleteByPrimaryKeyMapper<T>,DeleteMapper<T>,ExistsWithPrimaryKeyMapper<T>,InsertMapper<T>,InsertSelectiveMapper<T>,SelectAllMapper<T>,SelectByPrimaryKeyMapper<T>,SelectCountMapper<T>,SelectMapper<T>,SelectOneMapper<T>,UpdateByPrimaryKeyMapper<T>,UpdateByPrimaryKeySelectiveMapper<T>
- All Known Subinterfaces:
Mapper<T>
public interface BasicMapper<T>
extends BasicSelectMapper<T>, BasicInsertMapper<T>, BasicUpdateMapper<T>, BasicDeleteMapper<T>
通用Mapper接口,其他接口继承该接口即可
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
Methods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteByPrimaryKeyMapper
deleteByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.delete.DeleteMapper
deleteMethods inherited from interface org.miaixz.bus.mapper.common.basic.select.ExistsWithPrimaryKeyMapper
existsWithPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertMapper
insertMethods inherited from interface org.miaixz.bus.mapper.common.basic.insert.InsertSelectiveMapper
insertSelectiveMethods 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
selectOneMethods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeyMapper
updateByPrimaryKeyMethods inherited from interface org.miaixz.bus.mapper.common.basic.update.UpdateByPrimaryKeySelectiveMapper
updateByPrimaryKeySelective