Interface MapperRecord<T,​I extends Serializable,​M extends BaseMapper<T,​I>>

  • Type Parameters:
    T - 实体类类型
    I - 主键类型
    M - 实体对应的 Mapper
    All Superinterfaces:
    io.mybatis.provider.EntityInfoMapper<T>
    All Known Subinterfaces:
    ActiveRecord<T,​I>, EntityRecord<T,​I>, ExampleRecord<T,​I>

    public interface MapperRecord<T,​I extends Serializable,​M extends BaseMapper<T,​I>>
    extends io.mybatis.provider.EntityInfoMapper<T>
    提供通用 Mapper
    Author:
    liuzh
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.mybatis.provider.EntityInfoMapper

        io.mybatis.provider.EntityInfoMapper.CachingEntityClass
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default M baseMapper()
      通用 Mapper
      • Methods inherited from interface io.mybatis.provider.EntityInfoMapper

        entityClass, entityTable
    • Method Detail

      • baseMapper

        default M baseMapper()
        通用 Mapper
        Returns:
        通用 Mapper