Uses of Class
cn.sinozg.applet.opt.config.OptLogProperties
Packages that use OptLogProperties
Package
Description
-
Uses of OptLogProperties in cn.sinozg.applet.common.aspectj
Fields in cn.sinozg.applet.common.aspectj declared as OptLogPropertiesModifier and TypeFieldDescriptionprivate final OptLogPropertiesOptLogDataAspect.recordPropertiesConstructors in cn.sinozg.applet.common.aspectj with parameters of type OptLogPropertiesModifierConstructorDescriptionOptLogDataAspect(OptLogProperties properties, OptLogService optLogService, FrameworkAuthService authService) -
Uses of OptLogProperties in cn.sinozg.applet.common.interceptor
Fields in cn.sinozg.applet.common.interceptor declared as OptLogPropertiesModifier and TypeFieldDescriptionprivate final OptLogPropertiesOptLogMybatisInterceptor.propertiesConstructors in cn.sinozg.applet.common.interceptor with parameters of type OptLogProperties -
Uses of OptLogProperties in cn.sinozg.applet.opt.cache
Methods in cn.sinozg.applet.opt.cache with parameters of type OptLogPropertiesModifier and TypeMethodDescriptionprivate static OptMapperColumnOptLogCache.column(OptMapperTable table, Field field, OptLogProperties properties) 获取字段信息private static OptMapperTableOptLogCache.generatorTableInfo(Class<?> clazz, OptLogProperties properties) 根据实体配置,生成数据日志记录信息static OptMapperTableOptLogCache.getCacheTableInfo(Class<?> clazz, OptLogProperties properties) 从缓存获取到 实体信息private static OptMapperTableOptLogCache.tableBaseInfo(Class<?> clazz, OptLogProperties properties) 基础信息 -
Uses of OptLogProperties in cn.sinozg.applet.opt.config
Methods in cn.sinozg.applet.opt.config with parameters of type OptLogPropertiesModifier and TypeMethodDescriptionOptLogAutoConfiguration.optLogDataAspect(OptLogProperties optLogProperties, OptLogService optLogService, FrameworkAuthService authService) OptLogAutoConfiguration.updateRecordMybatisInterceptor(OptLogProperties optLogProperties)