接口的使用
cn.t.common.mybatis.BaseMapper
-
使用BaseMapper的程序包 程序包 说明 cn.t.common.mybatis -
-
cn.t.common.mybatis中BaseMapper的使用
类型参数类型为BaseMapper的cn.t.common.mybatis中的类 修饰符和类型 接口 说明 interfaceMybatisBaseService<T extends BaseEntity<PK>,E,PK extends Serializable,M extends BaseMapper<T,E,PK>>classMybatisBaseServiceImpl<T extends BaseEntity<PK>,E,PK extends Serializable,M extends BaseMapper<T,E,PK>>声明为BaseMapper的cn.t.common.mybatis中的字段 修饰符和类型 字段 说明 protected MMybatisBaseServiceImpl. baseMapper
-