接口 CoreMetadataMapper
-
@Mapper public interface CoreMetadataMapper
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 <ID> longcountMaster(String table, String masterTable, String referColumn, ID id)<ID> voiddelete(String table, ID id)<ID> voiddeleteByMaster(String table, String referColumn, ID masterId)List<CoreValidatorBean>selectEnabledValidatorByTable(String table)<ID> List<String>selectIdByMaster(String table, String referColumn, ID masterId)List<Map<String,Object>>selectImpValidatorByTable(String table)List<Map<String,Object>>selectMasterMap(String table, String referColumn, List<? extends Serializable> idList)List<Map<String,Object>>selectSubmitValidatorByTable(String table)
-
-
-
方法详细资料
-
selectEnabledValidatorByTable
List<CoreValidatorBean> selectEnabledValidatorByTable(String table)
-
selectMasterMap
List<Map<String,Object>> selectMasterMap(@Param("table") String table, @Param("referColumn") String referColumn, @Param("idList") List<? extends Serializable> idList)
-
selectIdByMaster
<ID> List<String> selectIdByMaster(@Param("table") String table, @Param("referColumn") String referColumn, @Param("masterId") ID masterId)
-
deleteByMaster
<ID> void deleteByMaster(@Param("table") String table, @Param("referColumn") String referColumn, @Param("masterId") ID masterId)
-
delete
<ID> void delete(@Param("table") String table, @Param("id") ID id)
-
countMaster
<ID> long countMaster(@Param("table") String table, @Param("masterTable") String masterTable, @Param("referColumn") String referColumn, @Param("id") ID id)
-
selectImpValidatorByTable
List<Map<String,Object>> selectImpValidatorByTable(@Param("table") String table)
-
-