Uses of Class
io.github.xezzon.zeroweb.locale.I18nMessage
Packages that use I18nMessage
Package
Description
-
Uses of I18nMessage in io.github.xezzon.zeroweb.locale
Fields in io.github.xezzon.zeroweb.locale with type parameters of type I18nMessageModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<I18nMessage> I18nMessage_.class_Static metamodel type forI18nMessagestatic jakarta.persistence.metamodel.SingularAttribute<I18nMessage, String> I18nMessage_.idStatic metamodel for attributeI18nMessage.idstatic jakarta.persistence.metamodel.SingularAttribute<I18nMessage, String> I18nMessage_.messageKeyStatic metamodel for attributeI18nMessage.messageKeystatic jakarta.persistence.metamodel.SingularAttribute<I18nMessage, String> I18nMessage_.namespaceStatic metamodel for attributeI18nMessage.namespace -
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.entity
Classes in io.github.xezzon.zeroweb.locale.entity that implement interfaces with type arguments of type I18nMessageModifier and TypeClassDescriptionfinal record新增国际化内容的请求参数。final record修改国际化内容的请求参数。Methods in io.github.xezzon.zeroweb.locale.entity that return I18nMessageModifier and TypeMethodDescriptionAddI18nMessageReq.into()将当前请求对象转换为I18nMessage实体。UpdateI18nMessageReq.into() -
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.internal
Subclasses with type arguments of type I18nMessage in io.github.xezzon.zeroweb.locale.internalMethods in io.github.xezzon.zeroweb.locale.internal that return types with arguments of type I18nMessageModifier and TypeMethodDescriptionio.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<I18nMessage> I18nMessageDAO.getCopier()获取国际化内容复制器。org.springframework.data.domain.Page<@NonNull I18nMessage> I18nMessageHttpEndpoint.queryI18nMessageList(@NotBlank String namespace, io.github.xezzon.zeroweb.core.odata.ODataRequestParam odata) 分页查询国际化内容。 -
Uses of I18nMessage in io.github.xezzon.zeroweb.locale.repository
Subinterfaces with type arguments of type I18nMessage 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 I18nMessageModifier and TypeMethodDescriptionI18nMessageRepository.findByNamespaceAndMessageKey(String namespace, String messageKey) 根据命名空间和消息键查找国际化内容。