索引
All Classes and Interfaces|常量字段值|所有程序包|序列化表格
A
- AbstractInjectMethod - top.zephyrs.mybatis.semi.injects中的类
-
通用方法
- AbstractInjectMethod() - 类的构造器 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- AbstractJsonTypeHandler - top.zephyrs.mybatis.semi.plugins.typehandlers中的类
- AbstractJsonTypeHandler(Class<?>) - 类的构造器 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- addInject(String, InjectMethod) - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
- addInject(InjectMethod) - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
- addMappedStatement(MetaInfo, MapperBuilderAssistant, String, SqlSource, StatementType, SqlCommandType, Integer, Integer, String, Class<?>, String, Class<?>, ResultSetType, boolean, boolean, boolean, KeyGenerator, String, String, String, LanguageDriver, String, boolean) - 类中的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- addMappedStatement(MetaInfo, MapperBuilderAssistant, String, SqlSource, StatementType, SqlCommandType, Integer, Integer, String, Class<?>, String, Class<?>, ResultSetType, boolean, boolean, boolean, KeyGenerator, String, String, String, LanguageDriver, String, boolean) - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- addMappedStatement(MetaInfo, MapperBuilderAssistant, String, SqlSource, StatementType, SqlCommandType, Integer, Integer, String, Class<?>, String, Class<?>, ResultSetType, boolean, boolean, boolean, KeyGenerator, String, String, String, LanguageDriver, String, boolean) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Insert
- addSensitiveMappedStatementIds(String) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
-
添加需要解密的MapperStatement,只有在默认不解密的情况下需要设置
- AUTO - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
- AutoKeyCreator - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
- AutoKeyCreator() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.AutoKeyCreator
B
- BaseMapper<T> - top.zephyrs.mybatis.semi.base中的接口
-
默认的通用Mapper
- Between - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: between ... and...
- buildAllStatements() - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
-
构建sql语句
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.DeleteById
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Disable
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Enable
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Insert
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectAll
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectById
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.ToggleEnable
- buildSqlScript(SemiMybatisConfiguration, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.UpdateById
C
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Between
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Equal
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.GreaterThan
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.GreaterThanOrEqual
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.In
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LessThan
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LessThanOrEqual
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Like
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LikeLeft
-
查询语句中的列名称
- column() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LikeRight
-
查询语句中的列名称
- Column - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
Bean中的列信息注解
- ColumnInfo - top.zephyrs.mybatis.semi.metadata中的类
-
表-Bean映射的列信息
- ColumnInfo() - 类的构造器 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- createSqlSource(SemiMybatisConfiguration, MetaInfo, Method, Class<?>, LanguageDriver) - 类中的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- createSqlSource(SemiMybatisConfiguration, MetaInfo, Method, Class<?>, LanguageDriver) - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- createSqlSource(SemiMybatisConfiguration, MetaInfo, Method, Class<?>, LanguageDriver) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- createSqlSource(SemiMybatisConfiguration, MetaInfo, Method, Class<?>, LanguageDriver) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQueryAnnotation
- CUSTOM - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
自定义
D
- databaseId() - 类中的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- databaseId() - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- DatabaseId - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
databaseId标识 参考 Mybatis databaseIdProvider 多数据库支持
- dateTimeNow() - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.DateUtils
- dateTimeNow(String) - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.DateUtils
- DateUtils - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
-
时间工具类
- DateUtils() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.DateUtils
- decrypt(Object, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.DefaultSensitive
- decrypt(Object, String) - 接口中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.ISensitive
-
查询时的解密方法
- decrypt(Object, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.NoneSensitive
- DEFAULT - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
使用默认设置(全局IdType)
- DefaultInjectProcessor - top.zephyrs.mybatis.semi.injects中的类
-
通用方法处理
- DefaultInjectProcessor() - 类的构造器 top.zephyrs.mybatis.semi.injects.DefaultInjectProcessor
- DefaultSensitive - top.zephyrs.mybatis.semi.plugins.sensitive中的类
-
默认的敏感字段实现,存储时不加密,当查询方法 不需要解密敏感字段时,敏感字段返回null值
- DefaultSensitive() - 类的构造器 top.zephyrs.mybatis.semi.plugins.sensitive.DefaultSensitive
- deleteById(Serializable) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
删除,
- DeleteById - top.zephyrs.mybatis.semi.injects.methods中的类
- DeleteById() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.DeleteById
- deletedValue() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.LogicDelete
- disable(Serializable) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
禁用
- Disable - top.zephyrs.mybatis.semi.injects.methods中的类
- Disable() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.Disable
- disabledValue() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Enable
E
- EMPTY_STR - 类中的静态变量 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- enable(Serializable) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
启用
- Enable - top.zephyrs.mybatis.semi.injects.methods中的类
- Enable - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
启用/禁用标识
- Enable() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.Enable
- EnableConfig - top.zephyrs.mybatis.semi.config中的类
-
启用/禁用全局配置
- EnableConfig() - 类的构造器 top.zephyrs.mybatis.semi.config.EnableConfig
- enabledValue() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Enable
- encrypt(Object, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.DefaultSensitive
- encrypt(Object, String) - 接口中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.ISensitive
-
保存时的加密方法
- encrypt(Object, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.NoneSensitive
- Equal - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件:=
- exists() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
是否存在列
- existsValue() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.LogicDelete
F
- findField(Class<?>, String) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
- fromJson(String, Class<?>) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- fromJson(String, Class<?>) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.JsonTypeHandler
G
- getAllFields(Class<?>) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
-
获取Bean的所有非静态字段(包含父类字段)
- getBeanId(Object) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.MetaHelper
- getBeanType(Class<?>) - 类中的方法 top.zephyrs.mybatis.semi.SemiMapperBuilder
-
获取 IMapper注解的泛型类型
- getColumn() - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- getColumn() - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- getColumnByFieldName(MetaInfo, String) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.MetaHelper
- getColumnName() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getColumns() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getCustomKeyCreator() - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- getDefaultIdType() - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- getDefaultImpl() - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- getDeletedValue() - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- getDeletedValue() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getDisabledValue() - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- getDisabledValue() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getEnable() - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- getEnableColumn() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getEnabledValue() - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- getEnabledValue() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getExistsValue() - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- getField() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getFieldName() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getFieldType() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getGlobalConfig() - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getId() - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.DeleteById
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Disable
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Enable
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Insert
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectAll
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectById
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQueryAnnotation
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.ToggleEnable
- getId() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.UpdateById
- getIdType() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getInjectMethod(String, Method) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getInjectProcessor() - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getKeyCreator(IdType) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getKeyGenerate() - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- getKeyGenerator() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getLogic() - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- getLogicalColumn() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getMappedStatement() - 类中的方法 top.zephyrs.mybatis.semi.executor.ParameterHandlerWrapper
- getMappedStatement() - 类中的方法 top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
- getMappedStatement(String) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getMappedStatement(String, boolean) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- getMetaInfo(Class<?>) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.MetaHelper
- getMetaInfo(GlobalConfig, Class<?>, boolean) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.MetaHelper
- getMethod(String, Method) - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
- getMethods() - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
-
查询全部通用方法
- getNoDeletedValue() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getNullableResult(CallableStatement, int) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- getNullableResult(CallableStatement, int) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.ListJoinTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- getNullableResult(ResultSet, int) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.ListJoinTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- getNullableResult(ResultSet, String) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.ListJoinTypeHandler
- getObjectMapper() - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.typehandlers.JsonTypeHandler
- getParameterObject() - 类中的方法 top.zephyrs.mybatis.semi.executor.ParameterHandlerWrapper
- getPkColumn() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getProperty(Class<?>) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
-
获取所有Bean的属性对应的字段(仅限字段与属性名称一致的情况)
- getSelectAllMaxRow() - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- getSensitive() - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- getSensitiveBean(SensitiveConfig, Object) - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveHelper
-
获取类的敏感字段信息
- getSensitiveClass() - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveHelper.SensitiveBean
- getSqlCommandType() - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.DeleteById
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Disable
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Enable
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.Insert
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectAll
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectById
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.ToggleEnable
- getSqlCommandType() - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.UpdateById
- getTableName() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getType() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- getTypeHandler() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- getWhereScript(Object, MetaInfo) - 类中的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- getWorkId() - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- GlobalConfig - top.zephyrs.mybatis.semi.config中的类
-
通用功能全局配置信息
- GlobalConfig() - 类的构造器 top.zephyrs.mybatis.semi.config.GlobalConfig
- GreaterThan - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: >=
- GreaterThanOrEqual - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: >=
H
- handleCursorResultSets(Statement) - 类中的方法 top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
- handleOutputParameters(CallableStatement) - 类中的方法 top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
- handleResultSets(Statement) - 类中的方法 top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
I
- idType() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Primary
-
主键生成策略
- IdType - top.zephyrs.mybatis.semi.plugins.keygenerate中的Enum Class
-
主键生成策略
- ifNullInsert() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
字段为空时是否插入
- ifNullUpdate() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
字段为空时是否修改
- IMapper<T> - top.zephyrs.mybatis.semi.base中的接口
-
通用Mapper 接口。
- In - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件:in
- InjectMethod - top.zephyrs.mybatis.semi.injects中的接口
-
通用方法
- injectMethodMap - 类中的变量 top.zephyrs.mybatis.semi.injects.InjectProcessor
- InjectProcessor - top.zephyrs.mybatis.semi.injects中的类
-
通用方法处理器
- InjectProcessor() - 类的构造器 top.zephyrs.mybatis.semi.injects.InjectProcessor
- insert() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
插入时是否插入
- insert(T) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
新增, 当属性值为null时,则使用数据库默认值
- Insert - top.zephyrs.mybatis.semi.injects.methods中的类
- Insert() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.Insert
- intercept(Invocation) - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyGenerateInterceptor
- intercept(Invocation) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveDecryptInterceptor
- intercept(Invocation) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveEncryptInterceptor
- isDefaultDecrypt() - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- isDirtySelect() - 类中的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
- isDirtySelect() - 接口中的方法 top.zephyrs.mybatis.semi.injects.InjectMethod
- isEnable() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- ISensitive - top.zephyrs.mybatis.semi.plugins.sensitive中的接口
-
敏感数据加解密接口
- isExists() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isIfNullInsert() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isIfNullUpdate() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isIgnore(Field) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveHelper.SensitiveBean
- isInsert() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isLoaded - 类中的变量 top.zephyrs.mybatis.semi.injects.DefaultInjectProcessor
- isLoaded() - 类中的方法 top.zephyrs.mybatis.semi.injects.DefaultInjectProcessor
- isLoaded() - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
- isLogical() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- isOpen() - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- isPK() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isSelect() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isSensitiveDecrypt(String) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
-
判断是否需要解密
- isUpdate() - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- isUseResultMap() - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
J
- JsonTypeHandler - top.zephyrs.mybatis.semi.plugins.typehandlers中的类
- JsonTypeHandler(Class<?>) - 类的构造器 top.zephyrs.mybatis.semi.plugins.typehandlers.JsonTypeHandler
K
- KeyCreator<T> - top.zephyrs.mybatis.semi.plugins.keygenerate中的接口
-
主键生成器
- KeyGenerateConfig - top.zephyrs.mybatis.semi.config中的类
-
主键全局配置
- KeyGenerateConfig() - 类的构造器 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- KeyGenerateException - top.zephyrs.mybatis.semi.exceptions中的异常错误
- KeyGenerateException(String) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.KeyGenerateException
- KeyGenerateException(String, Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.KeyGenerateException
- KeyGenerateInterceptor - top.zephyrs.mybatis.semi.plugins.keygenerate中的类
-
自动生成主键
- KeyGenerateInterceptor(SemiMybatisConfiguration) - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyGenerateInterceptor
- KeyHelper - top.zephyrs.mybatis.semi.plugins.keygenerate中的类
- KeyHelper() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyHelper
L
- LessThan - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: 如:<
- LessThanOrEqual - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: <=
- Like - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: 如:%外%
- LikeLeft - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: 如:%三
- LikeRight - top.zephyrs.mybatis.semi.annotations.query中的Annotation Interface
-
查询条件: 如:张%
- ListJoinTypeHandler - top.zephyrs.mybatis.semi.plugins.typehandlers中的类
- ListJoinTypeHandler() - 类的构造器 top.zephyrs.mybatis.semi.plugins.typehandlers.ListJoinTypeHandler
- loadMethods() - 类中的方法 top.zephyrs.mybatis.semi.injects.DefaultInjectProcessor
- loadMethods() - 类中的方法 top.zephyrs.mybatis.semi.injects.InjectProcessor
-
加载通用方法
- log - 类中的变量 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- log - 类中的变量 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- LogicDelete - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
逻辑删除标识
- LogicDeleteConfig - top.zephyrs.mybatis.semi.config中的类
-
逻辑删除全局配置
- LogicDeleteConfig() - 类的构造器 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
M
- makeAccessible(Field) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
- MappedProcessorException - top.zephyrs.mybatis.semi.exceptions中的异常错误
- MappedProcessorException(String) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.MappedProcessorException
- MappedProcessorException(String, Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.MappedProcessorException
- MetadataException - top.zephyrs.mybatis.semi.exceptions中的异常错误
- MetadataException(String) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.MetadataException
- MetadataException(String, Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.MetadataException
- MetaHelper - top.zephyrs.mybatis.semi.metadata中的类
- MetaHelper() - 类的构造器 top.zephyrs.mybatis.semi.metadata.MetaHelper
- MetaInfo - top.zephyrs.mybatis.semi.metadata中的类
-
表-Bean映射的信息
- MetaInfo() - 类的构造器 top.zephyrs.mybatis.semi.metadata.MetaInfo
N
- needDecrypt() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Sensitive
-
解密时字段是否需要解密,默认是
- newParameterHandler(MappedStatement, Object, BoundSql) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- newResultSetHandler(Executor, MappedStatement, RowBounds, ParameterHandler, ResultHandler, BoundSql) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- nextId() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.AutoKeyCreator
- nextId() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.NoneKeyCreator
- nextId() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.Snowflake
-
获得下一个ID (该方法是线程安全的)
- nextId() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.SnowflakeKeyCreator
- nextId() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.UUIDKeyCreator
- nextId() - 接口中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyCreator
-
获取ID
- NONE - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
不生成
- NoneKeyCreator - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
- NoneKeyCreator() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.NoneKeyCreator
- NoneSensitive - top.zephyrs.mybatis.semi.plugins.sensitive中的类
- NoneSensitive() - 类的构造器 top.zephyrs.mybatis.semi.plugins.sensitive.NoneSensitive
- normal(Object, String) - 接口中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.ISensitive
-
不解密时返回的方法, 默认返回null替换密文
P
- ParameterHandlerWrapper - top.zephyrs.mybatis.semi.executor中的类
-
用于对 ParameterHandler 进行包装
- ParameterHandlerWrapper(ParameterHandler, MappedStatement) - 类的构造器 top.zephyrs.mybatis.semi.executor.ParameterHandlerWrapper
- parse() - 类中的方法 top.zephyrs.mybatis.semi.SemiMapperBuilder
- parseDateToStr(String, Date) - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.DateUtils
- plugin(Object) - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyGenerateInterceptor
- plugin(Object) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveDecryptInterceptor
- plugin(Object) - 类中的方法 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveEncryptInterceptor
- Primary - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
主键标识
Q
- Query - top.zephyrs.mybatis.semi.base.quey中的接口
-
通用查询条件接口
R
- ReflectionException - top.zephyrs.mybatis.semi.exceptions中的异常错误
- ReflectionException() - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.ReflectionException
- ReflectionException(String) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.ReflectionException
- ReflectionException(String, Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.ReflectionException
- ReflectionException(String, Throwable, boolean, boolean) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.ReflectionException
- ReflectionException(Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.ReflectionException
- ReflectionUtils - top.zephyrs.mybatis.semi.metadata中的类
- ReflectionUtils() - 类的构造器 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
- ResultSetHandlerWrapper - top.zephyrs.mybatis.semi.executor中的类
-
用于对 ResultSetHandler 进行包装
- ResultSetHandlerWrapper(ResultSetHandler, MappedStatement) - 类的构造器 top.zephyrs.mybatis.semi.executor.ResultSetHandlerWrapper
S
- Search - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
部分查询,使用Query拼接查询条件
- select() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
是否查询
- selectAll() - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
查询全部
- SelectAll - top.zephyrs.mybatis.semi.injects.methods中的类
- SelectAll() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.SelectAll
- selectById(Serializable) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
根据主键查询
- SelectById - top.zephyrs.mybatis.semi.injects.methods中的类
- SelectById() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.SelectById
- selectByQuery(Query) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
条件查询
- SelectByQuery - top.zephyrs.mybatis.semi.injects.methods中的类
- SelectByQuery() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- selectByQueryAnnotation - 类中的变量 top.zephyrs.mybatis.semi.injects.InjectProcessor
-
根据Query注解定义SQL, 并根据查询参数拼接查询条件
- SelectByQueryAnnotation - top.zephyrs.mybatis.semi.injects.methods中的类
- SelectByQueryAnnotation() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.SelectByQueryAnnotation
- SemiMapperBuilder - top.zephyrs.mybatis.semi中的类
-
通用Mapper方法构建
- SemiMapperBuilder(SemiMybatisConfiguration, Class<?>) - 类的构造器 top.zephyrs.mybatis.semi.SemiMapperBuilder
- SemiMybatisConfiguration - top.zephyrs.mybatis.semi中的类
-
扩展的 org.apache.ibatis.session.Configuration 增加通用功能的配置信息。
- SemiMybatisConfiguration() - 类的构造器 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- SemiMybatisConfiguration(Environment) - 类的构造器 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- Sensitive - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
敏感数据加密/解密
- SensitiveBean - top.zephyrs.mybatis.semi.plugins.sensitive中的类
- SensitiveConfig - top.zephyrs.mybatis.semi.config中的类
-
敏感字段加/解密全局配置
- SensitiveConfig() - 类的构造器 top.zephyrs.mybatis.semi.config.SensitiveConfig
- SensitiveDecrypt - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
需要解密的Mapper method 标识
- SensitiveDecryptInterceptor - top.zephyrs.mybatis.semi.plugins.sensitive中的类
-
敏感数据加解密存储
- SensitiveDecryptInterceptor(SensitiveConfig) - 类的构造器 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveDecryptInterceptor
- SensitiveEncryptInterceptor - top.zephyrs.mybatis.semi.plugins.sensitive中的类
-
敏感数据加解密存储
- SensitiveEncryptInterceptor(SensitiveConfig) - 类的构造器 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveEncryptInterceptor
- SensitiveException - top.zephyrs.mybatis.semi.exceptions中的异常错误
-
敏感字段加解密异常
- SensitiveException(String, Throwable) - 异常错误的构造器 top.zephyrs.mybatis.semi.exceptions.SensitiveException
- SensitiveHelper - top.zephyrs.mybatis.semi.plugins.sensitive中的类
-
敏感字段加解密
- SensitiveHelper() - 类的构造器 top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveHelper
- SensitiveHelper.SensitiveBean - top.zephyrs.mybatis.semi.plugins.sensitive中的类
- setColumn(String) - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- setColumn(String) - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- setColumnName(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setColumns(List<ColumnInfo>) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setCustomKeyCreator(Class<? extends KeyCreator<?>>) - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- setDefaultDecrypt(boolean) - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- setDefaultIdType(IdType) - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- setDefaultImpl(Class<? extends ISensitive>) - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- setDeletedValue(String) - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- setDeletedValue(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setDisabledValue(String) - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- setDisabledValue(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setEnable(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setEnable(EnableConfig) - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- setEnableColumn(ColumnInfo) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setEnabledValue(String) - 类中的方法 top.zephyrs.mybatis.semi.config.EnableConfig
- setEnabledValue(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setExists(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setExistsValue(String) - 类中的方法 top.zephyrs.mybatis.semi.config.LogicDeleteConfig
- setField(Field) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setField(Field, Object, Object) - 类中的静态方法 top.zephyrs.mybatis.semi.metadata.ReflectionUtils
- setFieldName(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setFieldType(Class<?>) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setGlobalConfig(GlobalConfig) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- setIdType(IdType) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setIfNullInsert(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setIfNullUpdate(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setInjectProcessor(InjectProcessor) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- setInsert(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setKey(SemiMybatisConfiguration, Object, MetaInfo) - 类中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.KeyHelper
- setKeyCreator(IdType, KeyCreator<?>) - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- setKeyCreators() - 类中的方法 top.zephyrs.mybatis.semi.SemiMybatisConfiguration
- setKeyGenerate(KeyGenerateConfig) - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- setKeyGenerator(KeyCreator<?>) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setLogic(LogicDeleteConfig) - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- setLogical(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setLogicalColumn(ColumnInfo) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setNoDeletedValue(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setNonNullParameter(PreparedStatement, int, Object, JdbcType) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- setNonNullParameter(PreparedStatement, int, List<String>, JdbcType) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.ListJoinTypeHandler
- setOpen(boolean) - 类中的方法 top.zephyrs.mybatis.semi.config.SensitiveConfig
- setParameters(PreparedStatement) - 类中的方法 top.zephyrs.mybatis.semi.executor.ParameterHandlerWrapper
- setPK(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setPkColumn(ColumnInfo) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setSelect(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setSelectAllMaxRow(Integer) - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- setSensitive(SensitiveConfig) - 类中的方法 top.zephyrs.mybatis.semi.config.GlobalConfig
- setTableName(String) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setType(Class<?>) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setTypeHandler(Class<? extends TypeHandler<?>>) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setUpdate(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.ColumnInfo
- setUseResultMap(boolean) - 类中的方法 top.zephyrs.mybatis.semi.metadata.MetaInfo
- setWorkId(long) - 类中的方法 top.zephyrs.mybatis.semi.config.KeyGenerateConfig
- Snowflake - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
- Snowflake(long) - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.Snowflake
-
构造函数
- SNOWFLAKE - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
雪花算法
- SnowflakeKeyCreator - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
- SnowflakeKeyCreator() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.SnowflakeKeyCreator
- SnowflakeKeyCreator(long) - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.SnowflakeKeyCreator
T
- Table - top.zephyrs.mybatis.semi.annotations中的Annotation Interface
-
标识表的信息
- tilNextMillis(long) - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.Snowflake
-
阻塞到下一个毫秒,直到获得新的时间戳
- timeGen() - 类中的方法 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.Snowflake
-
返回以毫秒为单位的当前时间
- toggleEnable(Serializable) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
切换 启用/禁用
- ToggleEnable - top.zephyrs.mybatis.semi.injects.methods中的类
- ToggleEnable() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.ToggleEnable
- toJson(Object) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.AbstractJsonTypeHandler
- toJson(Object) - 类中的方法 top.zephyrs.mybatis.semi.plugins.typehandlers.JsonTypeHandler
- top.zephyrs.mybatis.semi - 程序包 top.zephyrs.mybatis.semi
- top.zephyrs.mybatis.semi.annotations - 程序包 top.zephyrs.mybatis.semi.annotations
- top.zephyrs.mybatis.semi.annotations.query - 程序包 top.zephyrs.mybatis.semi.annotations.query
- top.zephyrs.mybatis.semi.base - 程序包 top.zephyrs.mybatis.semi.base
- top.zephyrs.mybatis.semi.base.quey - 程序包 top.zephyrs.mybatis.semi.base.quey
- top.zephyrs.mybatis.semi.config - 程序包 top.zephyrs.mybatis.semi.config
- top.zephyrs.mybatis.semi.exceptions - 程序包 top.zephyrs.mybatis.semi.exceptions
- top.zephyrs.mybatis.semi.executor - 程序包 top.zephyrs.mybatis.semi.executor
- top.zephyrs.mybatis.semi.injects - 程序包 top.zephyrs.mybatis.semi.injects
- top.zephyrs.mybatis.semi.injects.methods - 程序包 top.zephyrs.mybatis.semi.injects.methods
- top.zephyrs.mybatis.semi.metadata - 程序包 top.zephyrs.mybatis.semi.metadata
- top.zephyrs.mybatis.semi.plugins.keygenerate - 程序包 top.zephyrs.mybatis.semi.plugins.keygenerate
- top.zephyrs.mybatis.semi.plugins.keygenerate.generators - 程序包 top.zephyrs.mybatis.semi.plugins.keygenerate.generators
- top.zephyrs.mybatis.semi.plugins.sensitive - 程序包 top.zephyrs.mybatis.semi.plugins.sensitive
- top.zephyrs.mybatis.semi.plugins.typehandlers - 程序包 top.zephyrs.mybatis.semi.plugins.typehandlers
- typeHandler() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
类型转换
U
- update() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
修改时是否更新
- updateById(T) - 接口中的方法 top.zephyrs.mybatis.semi.base.BaseMapper
-
根据主键修改,当属性值为null时,则不修改该属性
- UpdateById - top.zephyrs.mybatis.semi.injects.methods中的类
- UpdateById() - 类的构造器 top.zephyrs.mybatis.semi.injects.methods.UpdateById
- UUID - enum class 中的枚举常量 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
UUID
- UUIDKeyCreator - top.zephyrs.mybatis.semi.plugins.keygenerate.generators中的类
- UUIDKeyCreator() - 类的构造器 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.UUIDKeyCreator
V
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Column
-
列名称
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.DatabaseId
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Primary
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Between
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Equal
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.GreaterThan
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.GreaterThanOrEqual
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.In
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LessThan
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LessThanOrEqual
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.Like
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LikeLeft
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.query.LikeRight
-
查询的列对应Bean的属性(类属性名称)
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Search
-
查询的语句
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Sensitive
-
敏感数据加解密实现
- value() - annotation interface 中的元素 top.zephyrs.mybatis.semi.annotations.Table
-
表名
- valueOf(String) - enum class中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 top.zephyrs.mybatis.semi.plugins.keygenerate.IdType
-
Returns an array containing the constants of this enum class, in the order they are declared.
Y
- yyyyMMddHHmmss - 类中的静态变量 top.zephyrs.mybatis.semi.plugins.keygenerate.generators.DateUtils
All Classes and Interfaces|常量字段值|所有程序包|序列化表格