接口 MybatisBaseService<T extends BaseEntity<PK>,E,PK extends Serializable,M extends BaseMapper<T,E,PK>>
-
- 所有已知实现类:
MybatisBaseServiceImpl
public interface MybatisBaseService<T extends BaseEntity<PK>,E,PK extends Serializable,M extends BaseMapper<T,E,PK>>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 MgetMapper()voidmodifyByPrimaryKey(T t)voidmodifyByPrimaryKeySelective(T t)List<T>queryAll()List<T>queryByExample(E e)TqueryByPrimaryKey(PK id)com.github.pagehelper.Page<T>queryPageByExample(E e)voidremoveByPrimaryKey(PK id)voidsave(T t)voidsaveSelective(T t)
-