Uses of Class
io.github.xezzon.zeroweb.locale.domain.I18nMessage
Packages that use I18nMessage
Package
Description
-
Uses of I18nMessage in io.github.xezzon.zeroweb.locale
Methods in io.github.xezzon.zeroweb.locale that return types with arguments of type I18nMessageModifier and TypeMethodDescriptionI18nMessageDAO.getCopier()
org.springframework.data.domain.Page<I18nMessage>
I18nMessageController.queryI18nMessageList
(String namespace, ODataRequestParam odata) 分页查询国际化内容Methods in io.github.xezzon.zeroweb.locale with parameters of type I18nMessageModifier and TypeMethodDescriptionvoid
I18nMessageController.updateI18nMessage
(I18nMessage i18nMessage) 更新国际化内容 -
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.domain
Fields in io.github.xezzon.zeroweb.locale.domain with type parameters of type I18nMessageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<I18nMessage>
I18nMessage_.class_
static jakarta.persistence.metamodel.SingularAttribute<I18nMessage,
String> I18nMessage_.id
static jakarta.persistence.metamodel.SingularAttribute<I18nMessage,
String> I18nMessage_.messageKey
static jakarta.persistence.metamodel.SingularAttribute<I18nMessage,
String> I18nMessage_.namespace
-
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.entity
Methods in io.github.xezzon.zeroweb.locale.entity that return I18nMessage -
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.repository
Methods in io.github.xezzon.zeroweb.locale.repository that return types with arguments of type I18nMessageModifier and TypeMethodDescriptionI18nMessageRepository.findByNamespaceAndMessageKey
(String namespace, String messageKey)