Uses of Class
cn.net.pap.example.proguard.entity.Proguard
Package
Description
-
Uses of Proguard in cn.net.pap.example.proguard.controller
Modifier and TypeMethodDescriptionProguardController.getProguardByProguardId
(Long proguardId) ProguardController.saveAndFlush()
ProguardController.saveAndUpdate()
ProguardController.updateProguardByProguardId
(Long proguardId) -
Uses of Proguard in cn.net.pap.example.proguard.repository
Modifier and TypeMethodDescriptionProguardRepository.searchAllByProguardName
(String proguardName) -
Uses of Proguard in cn.net.pap.example.proguard.service
Modifier and TypeMethodDescriptionIProguardService.getProguardByProguardId
(Long proguardId) IProguardService.saveAndFlush
(Proguard entity) IProguardService.updateProguardByProguardId
(Proguard proguard) Modifier 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)Modifier and TypeMethodDescriptionIProguardService.saveAndFlush
(Proguard entity) IProguardService.updateProguardByProguardId
(Proguard proguard) Modifier and TypeMethodDescriptionIProguardService.saveAllAndFlush
(List<Proguard> proguards) 批量保存,返回值含主键 -
Uses of Proguard in cn.net.pap.example.proguard.service.impl
Modifier and TypeMethodDescriptionProguardServiceImpl.getProguardByProguardId
(Long proguardId) ProguardServiceImpl.saveAndFlush
(Proguard entity) ProguardServiceImpl.updateProguardByProguardId
(Proguard proguard) Modifier 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) Modifier and TypeMethodDescriptionProguardServiceImpl.saveAndFlush
(Proguard entity) ProguardServiceImpl.updateProguardByProguardId
(Proguard proguard)