索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
U
- U_A - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- U_Z - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- underlineToHump(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.StringUtil
-
下划线转驼峰
- UNDERSCORE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- UniqueDeleteLogic<P extends Serializable,
U extends Serializable> - io.github.mangocrisp.spring.taybct.tool.core.bean中的类 -
带唯一索引的逻辑删除
这个实体类的作用,要和数据库结合起来发挥。 - UniqueDeleteLogic() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.bean.UniqueDeleteLogic
- UniqueDeleteLogicExtraHandle - io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle中的类
-
逻辑删除额外处理
- UniqueDeleteLogicExtraHandle() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.mybatis.handle.UniqueDeleteLogicExtraHandle
- uniqueName() - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.dto.SyncToAnywhereDTO
-
唯一的名,用于做区分数据,可以理解为数据库的表名, 如果这个没指定,默认就是用实体类的类名,如果实体类有相关的注解(例如 Document、 TableName)就会使用这些注解里面的属性
- unit() - record class中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.CacheElement
-
返回
unit
记录组件的值。 - unknown(Collection<T>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToAnywhereHandler
-
未知操作
- UNKNOWN - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.SimpleDBOperateType
-
未定义
- UNKNOWN - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
- UnknownException(Throwable, HttpServletRequest, HttpServletResponse) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.exception.GlobalExceptionTranslator
- unless() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.CacheTimeOut
-
Spring Expression Language (SpEL) expression used to veto method caching.
- update(UpdateModel<T, UM, QM>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
修改数据
- update(String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
-
根据无参sql语句进行数据更新,并返回更新后影响的记录数
- update(String, Object...) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.ds.DBHelper
-
根据有参sql语句进行数据更新,并返回更新后影响的记录数
- update(Collection<T>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToAnywhereHandler
-
修改
- update(Collection<T>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.handle.SyncToMongoHandler
- UPDATE - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.SimpleDBOperateType
-
修改
- UPDATE - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.OperateType
-
修改
- UPDATE - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.enums.DataOperateType
-
修改
- updateAllField(U) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 更新全部字段
- updateAllField(UM) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 更新全部字段
- updateAllFieldBatch(Collection<U>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 批量更新全部字段
- updateAllFieldBatch(Collection<UM>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 批量更新全部字段
- updateAssignField(U) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 更新指定字段
- updateAssignField(UM) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 更新指定字段
- updateAssignFieldBatch(Collection<U>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.FullBaseController
-
根据 id 批量更新指定字段
- updateAssignFieldBatch(Collection<UM>) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.controller.ModelConvertibleController
-
根据 id 批量更新指定字段
- updateCondition() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.CacheTimeOut
-
(SpEL)
更新 key 的条件,即当条件为 true 的时候更新 key,并且直接返回 - UpdateGroup - io.github.mangocrisp.spring.taybct.tool.core.bean.validated中的接口
-
校验分组,修改的时候的校验
- UpdateModel<T,
M extends ModelConvertible<? extends T>, P extends ModelConvertible<? extends T>> - io.github.mangocrisp.spring.taybct.tool.core.bean中的类 -
修改参数模型
- UpdateModel() - 类的构造器 io.github.mangocrisp.spring.taybct.tool.core.bean.UpdateModel
- updateObject() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.CacheTimeOut
-
更新的对象的参数名,这里如果不指定,默认拿第一个参数
- upload(byte[], String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- upload(byte[], String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(byte[], ContentType, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(File) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- upload(InputStream, long, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- upload(InputStream, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceOSSImpl
- upload(InputStream, String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(InputStream, ContentType, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(String, InputStream) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.util.OSSUtil
-
上传
- upload(String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.config.FastDFSClient
- upload(String, String, InputStream) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.util.OSSUtil
-
oss 上传
- upload(String, String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(String, ContentType, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(String, MultipartFile) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileUploadUtil
-
根据文件路径上传
- upload(String, MultipartFile, String[]) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileUploadUtil
-
文件上传
- upload(String, MultipartFile, String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileUploadUtil
-
根据文件路径上传
- upload(MultipartFile) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.IFileService
-
上传文件
为了安全考虑,请不要把文件通过 nginx 代理的方式等方式让外面可以直接通过请求路径访问到,而是通过 get 方法去获取请求流回来,然后再做处理 - upload(MultipartFile) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
- upload(MultipartFile) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceLocalImpl
- upload(MultipartFile) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceMinioImpl
- upload(MultipartFile) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceOSSImpl
- upload(MultipartFile) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upload(MultipartFile, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
-
可以指定分组名来上传
- upload(MultipartFile, String, String) - 接口中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.IFileService
-
上传文件
这个方法可以指定要上传到哪个路径去 - upload(MultipartFile, String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceFastDFSImpl
- upload(MultipartFile, String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceLocalImpl
- upload(MultipartFile, String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceMinioImpl
- upload(MultipartFile, String, String) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.file.service.impl.FileServiceOSSImpl
- upload(MultipartFile, String, String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.file.util.FileServiceBuilder
-
根据传的类型使用不同的文件服务器类型上传
- upperCaseFirst(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.mybatisUtil.StringUtils
-
首字母变大写
- upperFirst(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.StringUtil
-
首字母变大写
- url - 类中的变量 io.github.mangocrisp.spring.taybct.tool.file.config.LocalConfig
-
域名或本机访问地址
- urlDecode(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.ServletUtil
-
内容解码
- urlEncode(String) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.util.ServletUtil
-
编码内容
- useCommonProperties(Map<String, SMSConfig>) - 类中的方法 io.github.mangocrisp.spring.taybct.tool.core.sms.config.SMSConfigs
-
使用公共的属性
- USER - enum class 中的枚举常量 io.github.mangocrisp.spring.taybct.tool.core.enums.DataScopeFilterType
-
按用户
- USER_ERROR - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
用户操作异常
- USER_ID_KEY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.TokenConstants
-
用户 id
- USER_INFO - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.wechat.constants.CacheConstants.WX
-
存储微信登录成功后的用户信息
- USER_LOGIN - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
用户登录异常
- USER_NAME_KEY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.AuthHeaderConstants
-
用户名
- USER_NAME_KEY - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.TokenConstants
-
用户名
- USER_NOT_EXIST - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
用户不存在
- USER_PASSWORD_ERROR - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
用户登录信息校验失败
- USER_PASSWORD_INVALIDATED - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.result.ResultCode
-
用户密码校验失败
- USER_ROOT_ID - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.constant.CacheConstants.Params
-
默认 ROOT 用户的 id 是 1
- userDefinedExport(String, HttpServletResponse, Workbook) - 类中的静态方法 io.github.mangocrisp.spring.taybct.tool.core.poi.easypoi.util.EasyPOIUtil
-
用户自定义导出
- USERNAME - 类中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.enums.OAuthenticationMethodType
-
用户名
- userScopeDeptId() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
用户权限表用于关联部门 表的字段名,例如:sys_user_dept 表里面的 dept_id
- userScopeField() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
权限字段,按什么过滤权限,也就是 用户权限表里面的某个字段来关联权限,例如,sys_user_dept 表里面的 user_id,是按用户来关联过滤数据权限
- userScopeTable() - annotation interface 中的元素 io.github.mangocrisp.spring.taybct.tool.core.annotation.DataScope
-
用户权限表,例如,数据权限体系是使用部门,那第,这个表就是用户和部门的关联表,例如:sys_user_dept
- UTF_8 - 接口中的静态变量 io.github.mangocrisp.spring.taybct.tool.core.util.StringPool
All Classes and Interfaces|常量字段值|所有程序包|序列化表格