Uses of Class
io.github.xezzon.zeroweb.dict.Dict
Packages that use Dict
Package
Description
-
Uses of Dict in io.github.xezzon.zeroweb.dict
Classes in io.github.xezzon.zeroweb.dict that implement interfaces with type arguments of type DictFields in io.github.xezzon.zeroweb.dict with type parameters of type DictModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Dict> Dict_.class_Static metamodel type forDictDict_.codeStatic metamodel for attributeDict.codeDict_.editableStatic metamodel for attributeDict.editableDict_.enabledStatic metamodel for attributeDict.enabledDict_.idStatic metamodel for attributeDict.idDict_.labelStatic metamodel for attributeDict.labelDict_.ordinalStatic metamodel for attributeDict.ordinalDict_.parentIdStatic metamodel for attributeDict.parentIdDict_.tagStatic metamodel for attributeDict.tag -
Uses of Dict in io.github.xezzon.zeroweb.dict.converter
Subinterfaces with type arguments of type Dict in io.github.xezzon.zeroweb.dict.converterMethods in io.github.xezzon.zeroweb.dict.converter that return Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.entity
Classes in io.github.xezzon.zeroweb.dict.entity that implement interfaces with type arguments of type DictMethods in io.github.xezzon.zeroweb.dict.entity that return Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.internal
Subclasses with type arguments of type Dict in io.github.xezzon.zeroweb.dict.internalMethods in io.github.xezzon.zeroweb.dict.internal that return types with arguments of type DictModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Dict> DictDAO.findAll(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) 分页查询io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<Dict> DictDAO.getCopier()数据复制器实例org.springframework.data.domain.Page<@NonNull Dict> DictHttpEndpoint.getDictTagList(io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 分页查询字典目列表DictHttpEndpoint.getDictTreeByTag(@NotBlank String tag) 查询指定字典目下所有字典项的列表Methods in io.github.xezzon.zeroweb.dict.internal with parameters of type Dict -
Uses of Dict in io.github.xezzon.zeroweb.dict.repository
Subinterfaces with type arguments of type Dict in io.github.xezzon.zeroweb.dict.repositoryModifier and TypeInterfaceDescriptioninterface字典数据仓库interface字典数据仓库Methods in io.github.xezzon.zeroweb.dict.repository that return types with arguments of type DictModifier and TypeMethodDescriptionDictRepository.findByParentIdIn(Collection<String> parentIds) 根据上级ID集合查找字典列表DictRepository.findByTagAndCode(String tag, String code) 根据字典目和字典码查找字典DictRepository.findByTagOrderByOrdinalAsc(String tag) 根据字典目查找字典列表,并按排序号升序排列static org.springframework.data.jpa.domain.Specification<Dict> DictSpecs.isDictTag()创建字典目查询规范