Uses of Class
io.github.xezzon.zeroweb.locale.domain.Translation
Packages that use Translation
Package
Description
-
Uses of Translation in io.github.xezzon.zeroweb.locale
Methods in io.github.xezzon.zeroweb.locale that return types with arguments of type Translation -
Uses of Translation in io.github.xezzon.zeroweb.locale.domain
Fields in io.github.xezzon.zeroweb.locale.domain with type parameters of type TranslationModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<Translation>
Translation_.class_
static jakarta.persistence.metamodel.SingularAttribute<Translation,
String> Translation_.content
static jakarta.persistence.metamodel.SingularAttribute<Translation,
String> Translation_.id
static jakarta.persistence.metamodel.SingularAttribute<Translation,
String> Translation_.language
static jakarta.persistence.metamodel.SingularAttribute<Translation,
String> Translation_.messageKey
static jakarta.persistence.metamodel.SingularAttribute<Translation,
String> Translation_.namespace
-
Uses of Translation in io.github.xezzon.zeroweb.locale.entity
Methods in io.github.xezzon.zeroweb.locale.entity that return Translation -
Uses of Translation in io.github.xezzon.zeroweb.locale.repository
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)