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.initProguard()ProguardController.saveAndUpdate()ProguardController.saveJson(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 增加一个字符串,里面直接存 json, 然后界面进行展示的时候还是原始 jsonProguardController.updateProguardByProguardId(Long proguardId) Methods in cn.net.pap.example.proguard.controller that return types with arguments of type ProguardModifier and TypeMethodDescriptionProguardController.findAll()org.springframework.data.domain.Page<Proguard>ProguardController.findNaive()org.springframework.data.domain.Page<Proguard>ProguardController.pageByProguardNameDeepPaging(String proguardName, Integer pageNumber, Integer pageSize) 避免深度分页,增加延迟关联分页, 相关验证代码ProguardController.saveAllAndFlush()org.springframework.http.ResponseEntity<Proguard>ProguardController.saveAndFlush()org.springframework.http.ResponseEntity<Proguard>ProguardController.saveProguardWithIdxSeq(String proguardName) 实现字段 proguardIdx 针对每个 proguardName 分组自增,并保证高并发安全。ProguardController.searchAllByProguardName(String proguardName) Methods in cn.net.pap.example.proguard.controller with parameters of type Proguard -
Uses of Proguard in cn.net.pap.example.proguard.repository
Methods in cn.net.pap.example.proguard.repository that return ProguardModifier and TypeMethodDescriptionProguardRepository.getProguardByProguardId(Long proguardId) ProguardRepository.getProguardByProguardIdForUpdate(Long proguardId) Methods in cn.net.pap.example.proguard.repository that return types with arguments of type ProguardModifier and TypeMethodDescriptionProguardRepository.getProguardByProguardIds(List<Long> proguardIds) org.springframework.data.domain.Page<Proguard>ProguardRepository.pageByProguardNameDeepPaging(String proguardName, org.springframework.data.domain.Pageable pageable) 避免深度分页,增加延迟关联分页ProguardRepository.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.saveProguardWithIdxSeq(Proguard proguard) 根据 proguardName 来设置 proguardIdx 的值,做一个插入操作IProguardService.updateProguardByProguardId(Proguard proguard) Methods in cn.net.pap.example.proguard.service that return types with arguments of type ProguardModifier and TypeMethodDescriptionIProguardService.findAll()IProguardService.getProguardByProguardIds(List<Long> proguardIds) org.springframework.data.domain.Page<Proguard>IProguardService.pageByProguardNameDeepPaging(String proguardName, org.springframework.data.domain.Pageable pageable) 避免深度分页,增加延迟关联分页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.saveAndFlush2(Proguard... entitys) IProguardService.saveProguardWithIdxSeq(Proguard proguard) 根据 proguardName 来设置 proguardIdx 的值,做一个插入操作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.saveProguardWithIdxSeq(Proguard proguard) 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.getProguardByProguardIds(List<Long> proguardIds) org.springframework.data.domain.Page<Proguard>ProguardServiceImpl.pageByProguardNameDeepPaging(String proguardName, org.springframework.data.domain.Pageable pageable) 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.saveAndFlush2(Proguard... entitys) ProguardServiceImpl.saveProguardWithIdxSeq(Proguard proguard) ProguardServiceImpl.updateProguardByProguardId(Proguard proguard) Method parameters in cn.net.pap.example.proguard.service.impl with type arguments of type Proguard