接口的使用
tech.codingless.core.plugs.mybaties3.MyBatiesService
-
使用MyBatiesService的程序包 程序包 说明 tech.codingless.core.plugs.mybaties3 tech.codingless.core.plugs.mybaties3.helper -
-
tech.codingless.core.plugs.mybaties3中MyBatiesService的使用
实现MyBatiesService的tech.codingless.core.plugs.mybaties3中的类 修饰符和类型 类 说明 classMyBatiesServiceDefaultImpl对 @SqlSessionTemplate 进行了一层封装声明为MyBatiesService的tech.codingless.core.plugs.mybaties3中的字段 修饰符和类型 字段 说明 protected MyBatiesServiceGenericQueryDAOImpl. myBatiesServiceprotected MyBatiesServiceGenericUpdateDAOImpl. myBatiesService参数类型为MyBatiesService的tech.codingless.core.plugs.mybaties3中的方法 修饰符和类型 方法 说明 protected voidGenericQueryDAOImpl. setMyBatiesService(MyBatiesService myBatiesService)protected voidGenericUpdateDAOImpl. setMyBatiesService(MyBatiesService myBatiesService) -
tech.codingless.core.plugs.mybaties3.helper中MyBatiesService的使用
参数类型为MyBatiesService的tech.codingless.core.plugs.mybaties3.helper中的方法 修饰符和类型 方法 说明 static intAutoDeleteBatchHelper. deleteLogical(MyBatiesService myBatiesService, Class<?> clazz, Collection<String> idList, String companyId)static intUpdateSkipNullBatchAppendHelper. updateSkipNullBatchAppend(MyBatiesService myBatiesService, String companyId, BaseDO data, Long ver, int batchSize)static intUpdateSkipNullBatchAppendHelper. updateSkipNullBatchExecute(MyBatiesService myBatiesService, Class<?> clazz)static intUpdateSkipNullBatchAppendHelper. updateSkipNullBatchExecute(MyBatiesService myBatiesService, List<UpdateObject> updateList)
-