Uses of Class
io.github.xezzon.zeroweb.locale.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in io.github.xezzon.zeroweb.locale
Fields in io.github.xezzon.zeroweb.locale with type parameters of type TranslationModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Translation> Translation_.class_Static metamodel type forTranslationstatic jakarta.persistence.metamodel.SingularAttribute<Translation, String> Translation_.contentStatic metamodel for attributeTranslation.contentstatic jakarta.persistence.metamodel.SingularAttribute<Translation, String> Translation_.idStatic metamodel for attributeTranslation.idstatic jakarta.persistence.metamodel.SingularAttribute<Translation, String> Translation_.languageStatic metamodel for attributeTranslation.languagestatic jakarta.persistence.metamodel.SingularAttribute<Translation, String> Translation_.messageKeyStatic metamodel for attributeTranslation.messageKeystatic jakarta.persistence.metamodel.SingularAttribute<Translation, String> Translation_.namespaceStatic metamodel for attributeTranslation.namespace -
Uses of Translation in io.github.xezzon.zeroweb.locale.entity
Classes in io.github.xezzon.zeroweb.locale.entity that implement interfaces with type arguments of type TranslationMethods in io.github.xezzon.zeroweb.locale.entity that return Translation -
Uses of Translation in io.github.xezzon.zeroweb.locale.repository
Subinterfaces with type arguments of type Translation in io.github.xezzon.zeroweb.locale.repositoryModifier and TypeInterfaceDescriptioninterface对国际化文本进行数据库操作的 JPA 实体interface对国际化文本进行数据库操作的 JPA 实体Methods in io.github.xezzon.zeroweb.locale.repository that return types with arguments of type TranslationModifier and TypeMethodDescriptionTranslationRepository.findByNamespaceAndLanguage(String namespace, String language) 根据命名空间和语言查找国际化翻译文本列表。TranslationRepository.findByNamespaceAndMessageKey(String namespace, String messageKey) 根据命名空间和消息键查找国际化翻译文本列表。TranslationRepository.findByNamespaceAndMessageKeyAndLanguage(String namespace, String messageKey, String language) 根据命名空间、消息键和语言查找国际化翻译文本。