接口 AbstrMapper<T>
- 类型参数:
T- 实体类型
- 所有超级接口:
BaseMapper<T>,io.mybatis.provider.EntityInfoMapper<T>,io.mybatis.mapper.base.EntityMapper<T,,Serializable> ExampleMapper<T>
Mapper 基础接口
- 作者:
- virens
-
嵌套类概要
从接口继承的嵌套类/接口 io.mybatis.provider.EntityInfoMapper
io.mybatis.provider.EntityInfoMapper.CachingEntityClass -
方法概要
从接口继承的方法 cn.virens.common.mapper.BaseMapper
insert, insertList, insertSelective从接口继承的方法 io.mybatis.provider.EntityInfoMapper
entityClass, entityTable从接口继承的方法 io.mybatis.mapper.base.EntityMapper
delete, deleteByPrimaryKey, selectByPrimaryKey, selectCount, selectList, selectOne, updateByPrimaryKey, updateByPrimaryKeySelective从接口继承的方法 cn.virens.common.mapper.example.mapper.ExampleMapper
deleteByExample, selectByExample, selectCountByExample, selectMapByExample, selectOneByExample, selectOneMapByExample, updateByExample, updateByExampleSelective