A B C D E F G I L M N P R S U V
A
- AbstractCustMethod - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector中的类
-
- AbstractCustMethod(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
B
- baseMapper - 类 中的变量cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- BoundSqlSqlSource(BoundSql) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor.BoundSqlSqlSource
-
C
- closeSqlSession(SqlSession) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.config - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.config
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.handler - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.handler
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.impl - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.impl
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.injector - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.injector
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake
-
- cn.cnaworld.framework.infrastructure.component.mybatisplus.statics.enums - 程序包 cn.cnaworld.framework.infrastructure.component.mybatisplus.statics.enums
-
- cn.cnaworld.framework.infrastructure.config - 程序包 cn.cnaworld.framework.infrastructure.config
-
- cn.cnaworld.framework.infrastructure.properties - 程序包 cn.cnaworld.framework.infrastructure.properties
-
- CnaMybatisPlusAutoWiredConfig - cn.cnaworld.framework.infrastructure.config中的类
-
自动装配类
- CnaMybatisPlusAutoWiredConfig() - 类 的构造器cn.cnaworld.framework.infrastructure.config.CnaMybatisPlusAutoWiredConfig
-
- CnaWorldBaseMapper<T> - cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper中的接口
-
基础Mapper
- CnaWorldBaseService<T> - cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service中的接口
-
基础service
- CnaWorldBaseServiceImpl<M extends CnaWorldBaseMapper<T>,T> - cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl中的类
-
基础实现类
- CnaWorldBaseServiceImpl() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- cnaWorldInnerInterceptor() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
- CnaWorldInnerInterceptor - cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor中的类
-
解决逻辑删除时,不自动修改updateTime以及version问题
- CnaWorldInnerInterceptor() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor
-
- CnaWorldInnerInterceptor.BoundSqlSqlSource - cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor中的类
-
定义一个内部辅助类,作用是包装sq
- CnaworldMybatisPlusProperties - cn.cnaworld.framework.infrastructure.properties中的类
-
cnaworld-mybatis-plus 属性配置类
- CnaworldMybatisPlusProperties() - 类 的构造器cn.cnaworld.framework.infrastructure.properties.CnaworldMybatisPlusProperties
-
- CnaworldMybatisPlusProperties.FillStrategyField - cn.cnaworld.framework.infrastructure.properties中的类
-
属性实体
- currentMapperClass() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- currentModelClass() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- customerIdGenerator() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
- CustomerIdGenerator - cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake中的类
-
重写默认雪花ID实现
- CustomerIdGenerator() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.CustomerIdGenerator
-
- customizedMetaObjectHandler() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
- CustomizedMetaObjectHandler - cn.cnaworld.framework.infrastructure.component.mybatisplus.handler中的类
-
自动填充处理类
- CustomizedMetaObjectHandler() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.CustomizedMetaObjectHandler
-
- customizedSqlInjector() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
- CustomizedSqlInjector - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector中的类
-
将自定义方法进行注册
- CustomizedSqlInjector() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.CustomizedSqlInjector
-
- CustomizedSqlMethod - cn.cnaworld.framework.infrastructure.component.mybatisplus.statics.enums中的枚举
-
D
- directDelete(Wrapper<T>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 entity 条件,删除记录
- DirectDelete - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete中的类
-
直接删除
- DirectDelete(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDelete
-
- DirectDeleteBatchByIds - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete中的类
-
直接删除
- DirectDeleteBatchByIds(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteBatchByIds
-
- directDeleteBatchIds(Collection<? extends Serializable>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据ID列表 批量直接删除
- directDeleteById(Serializable) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 ID 直接删除
- DirectDeleteById - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete中的类
-
直接删除
- DirectDeleteById(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteById
-
- directDeleteByMap(Map<String, Object>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 columnMap 条件,删除记录
- DirectDeleteByMap - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete中的类
-
直接删除
- DirectDeleteByMap(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteByMap
-
- directRemove(Wrapper<T>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 entity 条件,直接删除记录
- directRemoveById(Serializable) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 ID 直接删除
- directRemoveByIds(Collection<? extends Serializable>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据IDS 批量直接删除
- directRemoveByMap(Map<String, Object>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 columnMap 条件,直接删除记录
E
- entityClass - 类 中的变量cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- executeBatch(Consumer<SqlSession>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- executeBatch(Collection<E>, int, BiConsumer<SqlSession, E>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
执行批量操作
- executeBatch(Collection<E>, BiConsumer<SqlSession, E>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
执行批量操作(默认批次提交数量IService.DEFAULT_BATCH_SIZE)
F
- FieldProcessor - cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.impl中的接口
-
填充值处理器
- FillStrategyField() - 类 的构造器cn.cnaworld.framework.infrastructure.properties.CnaworldMybatisPlusProperties.FillStrategyField
-
- formatReLogicDeleteSql(boolean, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
G
- generateId() - 类 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
- getBaseMapper() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- getBoundSql(Object) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor.BoundSqlSqlSource
-
- getEntityClass() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- getFieldValue(Class<?>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.CustomizedMetaObjectHandler
-
- getFieldValue(String, MetaObject) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.impl.FieldProcessor
-
填充值处理器
- getInstance() - 类 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
- getMap(Wrapper<T>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- getMethodList(Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.CustomizedSqlInjector
-
- getObj(Wrapper<T>, Function<? super Object, V>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- getOne(Wrapper<T>, boolean) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- getReLogicDeleteSql(boolean, boolean, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
- getSqlStatement(SqlMethod) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
获取mapperStatementId
- getUpdatedVersionVal(Class<?>, String) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor
-
- getVersionFieldInfo(Class<?>) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor
-
I
- IdGenerator - cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake中的类
-
自定义16位雪花ID生成器,解决19位ID会导致前端解析失败。
- initDefaultInstance(int) - 类 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDelete
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteBatchByIds
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteById
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.delete.DirectDeleteByMap
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.Recover
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverBatchByIds
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverById
-
- injectMappedStatement(Class<?>, Class<?>, TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverByMap
-
- insertFill(MetaObject) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.CustomizedMetaObjectHandler
-
- intercept(Invocation) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.interceptor.CnaWorldInnerInterceptor
-
L
- log - 类 中的变量cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
M
- mapperClass - 类 中的变量cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- MybatisPlusConfig - cn.cnaworld.framework.infrastructure.component.mybatisplus.config中的类
-
cnaworld-mybatis-plus 自动装配
- MybatisPlusConfig() - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
- mybatisPlusInterceptor() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.config.MybatisPlusConfig
-
N
- nextId(Object) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.CustomerIdGenerator
-
- nextId() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
generate new ID
P
- parseIdTimestamp(long) - 类 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
R
- recover(Wrapper<T>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 entity 条件,恢复记录
- Recover - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover中的类
-
逻辑删除恢复
- Recover(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.Recover
-
- RecoverBatchByIds - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover中的类
-
逻辑删除恢复
- RecoverBatchByIds(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverBatchByIds
-
- recoverBatchIds(Collection<? extends Serializable>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据ID列表 批量恢复
- recoverById(Serializable) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 ID 恢复
- RecoverById - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover中的类
-
逻辑删除恢复
- RecoverById(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverById
-
- recoverByMap(Map<String, Object>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.mapper.CnaWorldBaseMapper
-
根据 columnMap 条件,恢复记录
- RecoverByMap - cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover中的类
-
逻辑删除恢复
- RecoverByMap(String) - 类 的构造器cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.recover.RecoverByMap
-
- restore(Wrapper<T>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 entity 条件,恢复记录
- restoreById(Serializable) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 ID 恢复
- restoreByIds(Collection<? extends Serializable>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
恢复(根据ID 批量恢复)
- restoreByMap(Map<String, Object>) - 接口 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.CnaWorldBaseService
-
根据 columnMap 条件,恢复记录
- retBool(Integer) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
S
- saveBatch(Collection<T>, int) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
批量插入
- saveOrUpdate(T) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
TableId 注解存在更新记录,否插入一条记录
- saveOrUpdateBatch(Collection<T>, int) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- sqlReLogicSet(TableInfo) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
- sqlReWhereByMap(TableInfo, boolean) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
- sqlReWhereEntityWrapper(boolean, TableInfo, boolean) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.injector.AbstractCustMethod
-
- sqlSessionBatch() - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- sqlStatement(SqlMethod) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
U
- updateBatchById(Collection<T>, int) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.baseclass.service.impl.CnaWorldBaseServiceImpl
-
- updateFill(MetaObject) - 类 中的方法cn.cnaworld.framework.infrastructure.component.mybatisplus.handler.CustomizedMetaObjectHandler
-
- uuid() - 类 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.snowflake.IdGenerator
-
V
- valueOf(String) - 枚举 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.statics.enums.CustomizedSqlMethod
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.cnaworld.framework.infrastructure.component.mybatisplus.statics.enums.CustomizedSqlMethod
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A B C D E F G I L M N P R S U V
Copyright © 2023. All rights reserved.