类 Y9logMappingCustomRepositoryImpl
- java.lang.Object
-
- net.risesoft.y9public.repository.custom.impl.Y9logMappingCustomRepositoryImpl
-
- 所有已实现的接口:
Y9logMappingCustomRepository
@Component public class Y9logMappingCustomRepositoryImpl extends Object implements Y9logMappingCustomRepository
- 作者:
- guoweijun, shidaobang, mengjuhua
-
-
构造器概要
构造器 构造器 说明 Y9logMappingCustomRepositoryImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCnModularName(String modularName)org.springframework.data.domain.Page<Y9logMapping>pageSearchList(Integer page, Integer rows, String modularName, String modularCnName)
-
-
-
方法详细资料
-
getCnModularName
public String getCnModularName(String modularName)
- 指定者:
getCnModularName在接口中Y9logMappingCustomRepository
-
pageSearchList
public org.springframework.data.domain.Page<Y9logMapping> pageSearchList(Integer page, Integer rows, String modularName, String modularCnName)
- 指定者:
pageSearchList在接口中Y9logMappingCustomRepository
-
-