索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格

T

TAB - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
 
TABLE_FIELD_PARTITION - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.constants.EasyPOIConstant
表字段分割符
TABLE_FIELD_PARTITION_D - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.constants.EasyPOIConstant
表字段分割符
TableFieldDefault - io.github.mangocrisp.spring.taybct.tool.core.annotation中的Annotation Interface
数据库做新增操作的时候,设置数据数据的默认值,这个虽然可以在数据库设置,但是每个数据库的数据类型是有差异的
但是 Java 代码的类型是不变的,所以这里直接在 Java 里面设置,就可以不用在数据库设置了,数据库也好兼容和复制!!!
TableFieldDefaultHandler<T> - io.github.mangocrisp.spring.taybct.tool.core.config中的接口
自定义默认值规则
tableFieldDefaultLoginUserIdHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.ApplicationConfig
 
TableFieldDefaultLoginUserIdHandler - io.github.mangocrisp.spring.taybct.tool.core.handle中的接口
登录用户 id 处理器
tableFieldDefaultLoginUsernameHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.ApplicationConfig
 
TableFieldDefaultLoginUsernameHandler - io.github.mangocrisp.spring.taybct.tool.core.handle中的接口
登录用户 id 处理器
tableFieldDefaultPKHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.ApplicationConfig
 
TableFieldDefaultPKHandler - io.github.mangocrisp.spring.taybct.tool.core.handle中的接口
默认主键值设置
tableFieldDefaultUKHandler() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.ApplicationConfig
 
TableFieldDefaultUKHandler - io.github.mangocrisp.spring.taybct.tool.core.handle中的接口
默认主键值设置
TableFieldJSON - io.github.mangocrisp.spring.taybct.tool.core.annotation中的Annotation Interface
标识这是一个表 JSON 字段,一般在 mysql 或者 pgsql 会有这样的字段,这里加一个注解告知一睛额外参数处理这个字段 转换对应的类型,比如 pgsql 是一定要转换成 PGobject 才能插入的,常规的做法是在实体类里面直接重写 setter, 现在有这个注解之后,额外参数拦截器会帮忙处理这件事
TableLogicUnique - io.github.mangocrisp.spring.taybct.tool.core.annotation中的Annotation Interface
表字段逻辑处理注解(逻辑删除且,且有唯一索引限制)
tableName() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.RecordHistory
表名,如果不指定就会默认根据 MybatisPlus 的注释 @TableName 去获取表名
taskList() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.service.impl.SchedulingTaskServiceImpl
 
taskList() - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService
所有任务列表
taskSupplier() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.config.ScheduledTaskConfig
 
TAYBCT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PropertiesPrefixConstants
统一所有的 properties 的前缀
TayBctCloudConfig - io.github.mangocrisp.spring.taybct.tool.cloud.annotation中的Annotation Interface
spring boot 项目 启动需要的一些配置
TENANT - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.PropertiesPrefixConstants
多租户
TENANT_ID - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.CacheConstants.Params
默认租户 id
TENANT_ID_KEY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.TokenConstants
租户 id
tenantLineHandler(ITenantSupplier) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
 
tenantSupplier() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.mybatis.config.MybatisPlusConfig
 
tenantSupplier(ISecurityUtil, ISysParamsObtainService, TenantSupplierProperties) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.security.config.TokenSecurityConfig
 
TenantSupplierProperties - io.github.mangocrisp.spring.taybct.tool.core.mybatis.prop中的类
租户配置
TenantSupplierProperties() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.prop.TenantSupplierProperties
 
Term - io.github.mangocrisp.spring.taybct.tool.core.es.dto.element中的类
相当于 = 查询
Term() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.es.dto.element.Term
 
Terms - io.github.mangocrisp.spring.taybct.tool.core.es.dto.element中的类
相当于 in 查询
Terms() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.es.dto.element.Terms
 
termsQueryPage(ESQueryDTO<T>, Consumer<BoolQuery.Builder>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.es.service.IESService
多条件查询分页
test() - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
测试
test(HttpMethod) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.doc.SwaggerProperties.HttpMethodSelector
已过时。
 
test(ILoginUser) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.config.DefaultDataScopeCondition
 
TEST - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.ROLE
测试
TEST_CODE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AppConstants
测试环境
TEST_CONNECTION - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.file.util.HttpClientUtil.ProxyMethod
测试连接
thirdPartName - 类中的变量 io.github.mangocrisp.spring.taybct.tool.core.tpa.ApiGateWay
指定第三方接口的名称
threadPoolTaskScheduler(ScheduledProperties) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.config.ScheduledTaskConfig
 
TILDA - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
 
timeout() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.CacheTimeOut
超时时间 默认 60
timeout() - record class中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.CacheElement
返回 timeout 记录组件的值。
timeUnit() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.CacheTimeOut
时间单位 默认秒
title() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.ApiLog
模块名
ToJSONArraySerializer - io.github.mangocrisp.spring.taybct.tool.core.support中的类
转换成 JSONArray
ToJSONArraySerializer() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.support.ToJSONArraySerializer
 
ToJSONArraySerializer(Class<?>) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.support.ToJSONArraySerializer
 
ToJSONObjectSerializer - io.github.mangocrisp.spring.taybct.tool.core.support中的类
转换成 JSONObject
ToJSONObjectSerializer() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.support.ToJSONObjectSerializer
 
ToJSONObjectSerializer(Class<?>) - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.support.ToJSONObjectSerializer
 
TOKEN_ACCESS_FORBIDDEN - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
token已被禁止访问
TOKEN_INFO - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.wechat.constants.CacheConstants.WX
存储微信登录成功后的 token 信息
TOKEN_INVALID_OR_EXPIRED - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
token无效或已过期
tokenCacheKeyFn - 类中的变量 io.github.mangocrisp.spring.taybct.tool.core.tpa.ApiGateWay
获取到缓存 token 的 key
TokenConstants - io.github.mangocrisp.spring.taybct.tool.core.constant中的接口
token 常量
TokenSecurityConfig - io.github.mangocrisp.spring.taybct.tool.security.config中的类
安全配置
TokenSecurityConfig() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.security.config.TokenSecurityConfig
 
toString() - record class中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.CacheElement
返回此记录的字符串表示形式。
toString() - record class中的方法 io.github.mangocrisp.spring.taybct.tool.core.version.ApiVersionCondition
返回此记录的字符串表示形式。
toString(byte[]) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.StringUtils
转换为字节数组
toString(Object, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.StringUtils
如果对象为空,则使用defaultVal值 see: ObjectUtils.toString(obj, defaultVal)
total(JSONObject, QueryConditionHandler<T>, Class<T>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToAnywhereHandler
分页查询
total(MybatisOptional<T>, QueryConditionHandler<T>, Class<T>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToAnywhereHandler
分页查询
total(MybatisOptional<T>, QueryConditionHandler<T>, Class<T>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToMongoHandler
 
total(QM) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
查询总数
TOTAL - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.SimpleDBOperateType
查询数量
TOURIST - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.ROLE
游客
transferTo(File) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.dto.MultipartFileDto
 
tree(List<T>, Serializable...) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil
生成树结构, 如果对顺序没有要求,不排序可以增加生成树结构的速度(不排序)
tree(List<T>, Comparator<? super T>, Serializable...) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil
生成树结构, 如果对顺序没有要求,不排序可以增加生成树结构的速度
tree(List<T>, Comparator<? super T>, Set<Serializable>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil
生成树结构, 如果对顺序没有要求,不排序可以增加生成树结构的速度
tree(List<T>, Set<Serializable>) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil
生成树结构, 如果对顺序没有要求,不排序可以增加生成树结构的速度(不排序)
TreeConvertable<T> - io.github.mangocrisp.spring.taybct.tool.core.util.tree中的接口
可以转换成转型的
TreeUtil - io.github.mangocrisp.spring.taybct.tool.core.util.tree中的类
树工具,依赖于集合排序工具
TreeUtil() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.util.tree.TreeUtil
 
TreeUtil.Tree<T> - io.github.mangocrisp.spring.taybct.tool.core.util.tree中的接口
 
TRUE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
 
tryOnce(String, Map<String, Object>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.service.impl.SchedulingTaskServiceImpl
 
tryOnce(String, Map<String, Object>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.scheduling.service.ISchedulingService
尝试执行一次
type() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.ApiLog
操作类型
type() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
数据权限类型
type() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.Encrypted
加密类型
type() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.SyncToAnywhere
数据库操作类型
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|常量字段值|所有程序包|序列化表格