Uses of Class
io.github.xezzon.zeroweb.dict.domain.Dict
Packages that use Dict
Package
Description
-
Uses of Dict in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Dict>
DictDAO.findAll
(ODataQueryOption odata) 分页查询DictDAO.getCopier()
org.springframework.data.domain.Page<Dict>
DictController.getDictTagList
(ODataRequestParam odata) 分页查询字典目列表DictController.getDictTreeByTag
(String tag) 查询指定字典目下所有字典项的列表Methods in io.github.xezzon.zeroweb.dict with parameters of type Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.converter
Methods in io.github.xezzon.zeroweb.dict.converter that return DictModifier and TypeMethodDescriptionDictImportReqConverter.from
(DictImportReq source) DictImportReqConverterImpl.from
(DictImportReq source) Methods in io.github.xezzon.zeroweb.dict.converter with parameters of type Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.domain
Fields in io.github.xezzon.zeroweb.dict.domain with type parameters of type Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.entity
Methods in io.github.xezzon.zeroweb.dict.entity that return Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.repository
Methods in io.github.xezzon.zeroweb.dict.repository that return types with arguments of type DictModifier and TypeMethodDescriptionDictRepository.findByParentIdIn
(Collection<String> parentIds) DictRepository.findByTagAndCode
(String tag, String code) DictRepository.findByTagOrderByOrdinalAsc
(String tag) static org.springframework.data.jpa.domain.Specification<Dict>
DictSpecs.isDictTag()