Uses of Class
net.risesoft.y9public.entity.Y9logMapping
-
Packages that use Y9logMapping Package Description net.risesoft.y9public.repository net.risesoft.y9public.repository.custom net.risesoft.y9public.repository.custom.impl -
-
Uses of Y9logMapping in net.risesoft.y9public.repository
Methods in net.risesoft.y9public.repository that return types with arguments of type Y9logMapping Modifier and Type Method Description List<Y9logMapping>Y9logMappingRepository. findByModularName(String modularName) -
Uses of Y9logMapping in net.risesoft.y9public.repository.custom
Methods in net.risesoft.y9public.repository.custom that return types with arguments of type Y9logMapping Modifier and Type Method Description org.springframework.data.domain.Page<Y9logMapping>Y9logMappingCustomRepository. pageSearchList(Integer page, Integer rows, String modularName, String modularCnName) -
Uses of Y9logMapping in net.risesoft.y9public.repository.custom.impl
Methods in net.risesoft.y9public.repository.custom.impl that return types with arguments of type Y9logMapping Modifier and Type Method Description org.springframework.data.domain.Page<Y9logMapping>Y9logMappingCustomRepositoryImpl. pageSearchList(Integer page, Integer rows, String modularName, String modularCnName)
-