Uses of Class
cn.net.pap.example.proguard.entity.Proguard
Packages that use Proguard
Package
Description
-
Uses of Proguard in cn.net.pap.example.proguard.controller
Methods in cn.net.pap.example.proguard.controller that return ProguardModifier and TypeMethodDescriptionProguardController.getProguardByProguardId
(Long proguardId) ProguardController.saveAndFlush()
ProguardController.saveAndUpdate()
ProguardController.updateProguardByProguardId
(Long proguardId) Methods in cn.net.pap.example.proguard.controller that return types with arguments of type Proguard -
Uses of Proguard in cn.net.pap.example.proguard.repository
Methods in cn.net.pap.example.proguard.repository that return ProguardMethods in cn.net.pap.example.proguard.repository that return types with arguments of type ProguardModifier and TypeMethodDescriptionProguardRepository.searchAllByProguardName
(String proguardName) -
Uses of Proguard in cn.net.pap.example.proguard.service
Methods in cn.net.pap.example.proguard.service that return ProguardModifier and TypeMethodDescriptionIProguardService.getProguardByProguardId
(Long proguardId) IProguardService.saveAndFlush
(Proguard entity) IProguardService.updateProguardByProguardId
(Proguard proguard) Methods in cn.net.pap.example.proguard.service that return types with arguments of type ProguardModifier and TypeMethodDescriptionIProguardService.findAll()
IProguardService.saveAllAndFlush
(List<Proguard> proguards) 批量保存,返回值含主键org.springframework.data.domain.Page<Proguard>
IProguardService.searchAllByNaiveSQL
(String naiveSQL, org.springframework.data.domain.Pageable pageable) 原生SQL 分页查询IProguardService.searchAllByProguardName
(String proguardName) IProguardService.searchAllByProguardNameRange
(String proguardNameRange) 范围查询 参数格式为: A-D,H 代表从 A 到 D,并且包含 H 的 数据 in (A,B,C,D,H)Methods in cn.net.pap.example.proguard.service with parameters of type ProguardModifier and TypeMethodDescriptionIProguardService.saveAndFlush
(Proguard entity) IProguardService.updateProguardByProguardId
(Proguard proguard) Method parameters in cn.net.pap.example.proguard.service with type arguments of type ProguardModifier and TypeMethodDescriptionIProguardService.saveAllAndFlush
(List<Proguard> proguards) 批量保存,返回值含主键 -
Uses of Proguard in cn.net.pap.example.proguard.service.impl
Methods in cn.net.pap.example.proguard.service.impl that return ProguardModifier and TypeMethodDescriptionProguardServiceImpl.getProguardByProguardId
(Long proguardId) ProguardServiceImpl.saveAndFlush
(Proguard entity) ProguardServiceImpl.updateProguardByProguardId
(Proguard proguard) Methods in cn.net.pap.example.proguard.service.impl that return types with arguments of type ProguardModifier and TypeMethodDescriptionProguardServiceImpl.findAll()
ProguardServiceImpl.saveAllAndFlush
(List<Proguard> proguards) org.springframework.data.domain.Page<Proguard>
ProguardServiceImpl.searchAllByNaiveSQL
(String naiveSQL, org.springframework.data.domain.Pageable pageable) ProguardServiceImpl.searchAllByProguardName
(String proguardName) ProguardServiceImpl.searchAllByProguardNameRange
(String proguardNameRange) Methods in cn.net.pap.example.proguard.service.impl with parameters of type ProguardModifier and TypeMethodDescriptionProguardServiceImpl.saveAndFlush
(Proguard entity) ProguardServiceImpl.updateProguardByProguardId
(Proguard proguard) Method parameters in cn.net.pap.example.proguard.service.impl with type arguments of type Proguard