跳过导航链接
B C D E G H I L Q R S T U 

B

buildQueryWrapper(I18nDataQO) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
根据 qo 构造查询 wrapper

C

CHANNEL_I18N_DATA_UPDATED - 类 中的静态变量com.hccake.ballcat.i18n.constant.I18nRedisKeyConstants
删除 i18n data 消息的 channel 名
com.hccake.ballcat.i18n.constant - 程序包 com.hccake.ballcat.i18n.constant
 
com.hccake.ballcat.i18n.listener - 程序包 com.hccake.ballcat.i18n.listener
 
com.hccake.ballcat.i18n.mapper - 程序包 com.hccake.ballcat.i18n.mapper
 
com.hccake.ballcat.i18n.provider - 程序包 com.hccake.ballcat.i18n.provider
 
com.hccake.ballcat.i18n.service - 程序包 com.hccake.ballcat.i18n.service
 
com.hccake.ballcat.i18n.service.impl - 程序包 com.hccake.ballcat.i18n.service.impl
 
CustomI18nMessageProvider - com.hccake.ballcat.i18n.provider中的类
自定义的 I18nMessageProvider,数据存储在数据库中,使用内存缓存提高查询效率
CustomI18nMessageProvider(I18nDataService) - 类 的构造器com.hccake.ballcat.i18n.provider.CustomI18nMessageProvider
 

D

deleteByCodeAndLanguageTag(String, String) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
根据 code 和 languageTag 删除指定的 I18nData

E

exists(List<I18nData>) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
查询已存在的 i18nData(根据 code 和 languageTag 联合唯一键)

G

getByCodeAndLanguageTag(String, String) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
根据 code 和 languageTag 查询指定的 I18nData
getByCodeAndLanguageTag(String, String) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
根据 code 和 languageTag 查询指定的 I18nData
getI18nMessage(String, Locale) - 类 中的方法com.hccake.ballcat.i18n.provider.CustomI18nMessageProvider
 

H

handleMessage(I18nDataUnique) - 类 中的方法com.hccake.ballcat.i18n.provider.CustomI18nMessageProvider
 

I

I18N_DATA_PREFIX - 类 中的静态变量com.hccake.ballcat.i18n.constant.I18nRedisKeyConstants
i18nData 的数据存储缓存 key type: String fullKey: prefix:code:languageTag
    I18nDataMapper - com.hccake.ballcat.i18n.mapper中的接口
    国际化信息
    I18nDataService - com.hccake.ballcat.i18n.service中的接口
    国际化信息
    I18nDataServiceImpl - com.hccake.ballcat.i18n.service.impl中的类
    国际化信息
    I18nDataServiceImpl() - 类 的构造器com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
     
    I18nMessageCreateListener - com.hccake.ballcat.i18n.listener中的类
    I18nMessage 创建事件的监听者
    I18nMessageCreateListener() - 类 的构造器com.hccake.ballcat.i18n.listener.I18nMessageCreateListener
     
    I18nRedisKeyConstants - com.hccake.ballcat.i18n.constant中的类
    国际化使用到的 redis 缓存key

    L

    listByCode(String) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
    查询 i18nData 数据
    listByCode(String) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    根据国际化标识查询 i18nData 数据
    listByCode(String) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
     

    Q

    queryList(I18nDataQO) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
    查询 i18nData 数据
    queryList(I18nDataQO) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    查询 i18nData 数据
    queryList(I18nDataQO) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    查询 i18nData 数据
    queryPage(PageParam, I18nDataQO) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
    分页查询
    queryPage(PageParam, I18nDataQO) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    根据QueryObeject查询分页数据
    queryPage(PageParam, I18nDataQO) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    根据QueryObeject查询分页数据

    R

    removeByCodeAndLanguageTag(String, String) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    根据 code 和 languageTag 删除指定的 I18nData
    removeByCodeAndLanguageTag(String, String) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    根据 code 和 languageTag 删除指定的 I18nData

    S

    save(I18nData) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    新建 i18n Data, 此时也应删除对应缓存,因为有可能有空值占位
    saveBatch(Collection<I18nData>) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    批量保存
    saveOnI18nMessageCreateEvent(I18nMessageCreateEvent) - 类 中的方法com.hccake.ballcat.i18n.listener.I18nMessageCreateListener
    监听 I18nMessageCreateEvent 事件,保存对应的 I18nMessage
    saveOrUpdate(List<I18nData>) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    保存时,若数据已存在,则进行更新
    saveOrUpdate(List<I18nData>) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
     
    saveWhenNotExist(List<I18nData>) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    保存时跳过已存在的数据
    saveWhenNotExist(List<I18nData>) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
     
    selectByCodeAndLanguageTag(String, String) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
    根据 code 和 languageTag 查询指定的 I18nData

    T

    topic() - 类 中的方法com.hccake.ballcat.i18n.provider.CustomI18nMessageProvider
     

    U

    updateByCodeAndLanguageTag(I18nDataDTO) - 接口 中的方法com.hccake.ballcat.i18n.mapper.I18nDataMapper
    根据 code 和 languageTag 修改指定的 I18nData
    updateByCodeAndLanguageTag(I18nDataDTO) - 接口 中的方法com.hccake.ballcat.i18n.service.I18nDataService
    根据 code 和 languageTag 修改指定的 I18nData
    updateByCodeAndLanguageTag(I18nDataDTO) - 类 中的方法com.hccake.ballcat.i18n.service.impl.I18nDataServiceImpl
    根据 code 和 languageTag 修改指定的 I18nData
    B C D E G H I L Q R S T U 
    跳过导航链接

    Copyright © 2023. All rights reserved.