接口 BaseService<T,T2>
public interface BaseService<T,T2>
抽象类BaseService
- 作者:
- fuce
-
方法概要
修饰符和类型方法说明longcountByExample(T2 example) intdeleteByExample(T2 example) intintinsertSelective(T record) selectByExample(T2 example) intupdateByExample(T record, T2 example) intupdateByExampleSelective(T record, T2 example) intupdateByPrimaryKeySelective(T record)
-
方法详细资料
-
deleteByPrimaryKey
-
insertSelective
-
selectByPrimaryKey
-
updateByPrimaryKeySelective
-
updateByExampleSelective
-
updateByExample
-
selectByExample
-
countByExample
-
deleteByExample
-