Uses of Class
io.github.xezzon.zeroweb.locale.Language
Packages that use Language
Package
Description
-
Uses of Language in io.github.xezzon.zeroweb.locale
Fields in io.github.xezzon.zeroweb.locale with type parameters of type LanguageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Language> Language_.class_Static metamodel type forLanguageLanguage_.descriptionStatic metamodel for attributeLanguage.descriptionLanguage_.dictTagStatic metamodel for attributeLanguage.dictTagLanguage_.editableStatic metamodel for attributeLanguage.editableLanguage_.enabledStatic metamodel for attributeLanguage.enabledLanguage_.idStatic metamodel for attributeLanguage.idLanguage_.languageTagStatic metamodel for attributeLanguage.languageTagLanguage_.ordinalStatic metamodel for attributeLanguage.ordinalLanguage_.parentIdStatic metamodel for attributeLanguage.parentId -
Uses of Language in io.github.xezzon.zeroweb.locale.entity
Classes in io.github.xezzon.zeroweb.locale.entity that implement interfaces with type arguments of type LanguageModifier and TypeClassDescriptionfinal record新增语言的请求参数final record修改语言的请求参数Methods in io.github.xezzon.zeroweb.locale.entity that return LanguageMethods in io.github.xezzon.zeroweb.locale.entity with parameters of type Language -
Uses of Language in io.github.xezzon.zeroweb.locale.internal
Subclasses with type arguments of type Language in io.github.xezzon.zeroweb.locale.internalMethods in io.github.xezzon.zeroweb.locale.internal that return types with arguments of type Language -
Uses of Language in io.github.xezzon.zeroweb.locale.repository
Subinterfaces with type arguments of type Language in io.github.xezzon.zeroweb.locale.repositoryModifier and TypeInterfaceDescriptioninterface用于语言的数据库操作。interface用于语言的数据库操作。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) 根据字典标签查询语言列表,并按排序字段升序排列。