Uses of Interface
io.mybatis.mapper.BaseMapper
-
Packages that use BaseMapper Package Description io.mybatis.mapper io.mybatis.mapper.example io.mybatis.mapper.logical -
-
Uses of BaseMapper in io.mybatis.mapper
Subinterfaces of BaseMapper in io.mybatis.mapper Modifier and Type Interface Description interfaceMapper<T,I extends Serializable>自定义 Mapper 示例,这个 Mapper 基于主键自增重写了 insert 方法,主要用作示例 -
Uses of BaseMapper in io.mybatis.mapper.example
Constructors in io.mybatis.mapper.example with parameters of type BaseMapper Constructor Description ExampleWrapper(BaseMapper<T,I> baseMapper, Example<T> example) -
Uses of BaseMapper in io.mybatis.mapper.logical
Subinterfaces of BaseMapper in io.mybatis.mapper.logical Modifier and Type Interface Description interfaceLogicalMapper<T,I extends Serializable>逻辑删除的 Mapper 方法
-