Uses of Class
io.github.xezzon.zeroweb.locale.domain.Language
Packages that use Language
Package
Description
-
Uses of Language in io.github.xezzon.zeroweb.locale
Methods in io.github.xezzon.zeroweb.locale that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguageDAO.getCopier()
LanguageController.queryLanguageList()
查询语言列表 -
Uses of Language in io.github.xezzon.zeroweb.locale.domain
Fields in io.github.xezzon.zeroweb.locale.domain with type parameters of type LanguageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Language>
Language_.class_
Language_.description
Language_.dictTag
Language_.editable
Language_.enabled
Language_.id
Language_.languageTag
Language_.ordinal
Language_.parentId
-
Uses of Language in io.github.xezzon.zeroweb.locale.entity
Methods in io.github.xezzon.zeroweb.locale.entity that return Language -
Uses of Language in io.github.xezzon.zeroweb.locale.repository
Methods in io.github.xezzon.zeroweb.locale.repository that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguageRepository.findByDictTagAndLanguageTag
(String dictTag, String languageTag) LanguageRepository.findByDictTagOrderByOrdinalAsc
(String dictTag)