public interface BaseService<T,E extends Serializable>
int selectCount(T t)
int deleteByPrimaryKey(E id)
int insert(T record)
int insertSelective(T record)
int updateByPrimaryKeySelective(T record)
int updateByPrimaryKey(T record)
int deleteByPrimaryKey(Object o)
int delete(T t)
boolean existsWithPrimaryKey(Object o)
int deleteByIds(String s)
int insertUseGeneratedKeys(T t)
int deleteByExample(Object o)
int selectCountByExample(Object o)
List<T> selectByExampleAndRowBounds(Object o, org.apache.ibatis.session.RowBounds rowBounds)
Copyright © 2019. All rights reserved.