接口 IServiceBak<T>
public interface IServiceBak<T>
-
方法概要
修饰符和类型方法说明<U> top.binfast.common.core.bean.dto.PageDTO<U>findCustomListPage(top.binfast.common.core.bean.params.BasePageSortParam pageParam, String sqlId, Class<U> tClass) top.binfast.common.core.bean.dto.PageDTO<T>findListPage(top.binfast.common.core.bean.params.BasePageSortParam pageParam) <U> top.binfast.common.core.bean.dto.PageDTOfindListPage(top.binfast.common.core.bean.params.BasePageSortParam pageParam, java.util.function.Function<List<T>, List<U>> transfer) top.binfast.common.core.bean.dto.DetailDTO<T>intinsertBatchDirect(List<T> list) booleanlistAll()listByIds(Collection<? extends Serializable> idList) saveOneDirect(T entity) <K extends top.binfast.common.mybatis.bean.model.BaseModel>
KsetBaseInfo(K baseModel) intupdateBatchDirect(List<T> list)
-
方法详细资料
-
findListPage
top.binfast.common.core.bean.dto.PageDTO<T> findListPage(top.binfast.common.core.bean.params.BasePageSortParam pageParam) -
findListPage
-
findCustomListPage
-
listAll
-
getOne
-
saveOne
-
saveOneDirect
-
deleteOne
-
getById
-
saveAll
-
insertBatchDirect
-
updateBatchDirect
-
listByIds
-
setBaseInfo
<K extends top.binfast.common.mybatis.bean.model.BaseModel> K setBaseInfo(K baseModel) -
isNew
-