索引

A B C D E F G H I L M N O P Q R S T U V 
所有程序包|所有类和接口|序列化表格

A

add(String, Object) - 类中的方法 top.lingkang.mm.utils.MapParam
 
addMapperXml(String...) - 类中的方法 top.lingkang.mm.MagicConfiguration
添加 mapper xml映射文件。
addParam(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryWrapper
添加参数,sql中的参数只能用 #{paramName}
代码例子:
addParam(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateWrapper
添加参数,sql中的参数只能用 #{paramName}
代码例子:
addParam(Map<String, Object>) - 类中的方法 top.lingkang.mm.orm.QueryWrapper
添加 map 参数
addParam(Map<String, Object>) - 类中的方法 top.lingkang.mm.orm.UpdateWrapper
添加 map 参数
addParam(Map<String, Object>) - 类中的方法 top.lingkang.mm.utils.MapParam
添加 map 参数
addQueryParam(StringBuilder, String) - 类中的方法 top.lingkang.mm.orm.Query
 
addQueryParam(StringBuilder, String) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
addQueryParam(StringBuilder, String) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
and - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
ASSIGN - 枚举 中的枚举常量 top.lingkang.mm.constant.IdType
分派id类型,当插入数据,id为空时,自动为id分配一个值: DefaultIdGenerate
assignParam() - 批注类型 中的元素 top.lingkang.mm.annotation.Id
id类型为 ASSIGN 时生效,自动生成IdGenerate 的入参
AUTO - 枚举 中的枚举常量 top.lingkang.mm.constant.IdType
数据库自动生成id类型,需要数据库支持
AutoCreateTime - top.lingkang.mm.annotation中的批注类型
只会在插入数据时,自动添加创建时间。
AutoUpdateTime - top.lingkang.mm.annotation中的批注类型
会在插入数据、更新数据时,自动添加创建时间。

B

BaseMapper<T> - top.lingkang.mm.orm中的接口
mapper 的基础增删查改
BaseMapperDriver - top.lingkang.mm.orm中的类
curd
BaseMapperDriver() - 类的构造器 top.lingkang.mm.orm.BaseMapperDriver
 
beginTransaction() - 类中的静态方法 top.lingkang.mm.transaction.TransactionManage
 
build() - 类中的方法 top.lingkang.mm.MagicConfiguration
 
buildSql() - 类中的方法 top.lingkang.mm.orm.Query
 
buildSql() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
buildSql() - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
buildSql() - 类中的方法 top.lingkang.mm.orm.Query
 
buildSql() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
buildSql() - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 

C

checkIdSet(MagicEntity, Object, IdGenerate) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
clearCache() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
close() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
close() - 类中的方法 top.lingkang.mm.transaction.MagicTransaction
 
Column - top.lingkang.mm.annotation中的批注类型
实体属性注解,列名称
commit() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
commit() - 类中的方法 top.lingkang.mm.transaction.MagicTransaction
 
commit() - 类中的静态方法 top.lingkang.mm.transaction.TransactionManage
 
commit(boolean) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
CommonUtils - top.lingkang.mm.utils中的类
 
CommonUtils() - 类的构造器 top.lingkang.mm.utils.CommonUtils
 
compareVersion(String, String) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
如果 num1 小于 num2,则返回 -1,表示 version1 小于 version2。
Condition - top.lingkang.mm.orm中的枚举
 
configuration - 类中的变量 top.lingkang.mm.orm.MapperManageImpl
 
countPageNumber() - 类中的方法 top.lingkang.mm.page.PageInfo
获取总分页数
create() - 类中的静态方法 top.lingkang.mm.utils.MapParam
 
create(String, Object) - 类中的静态方法 top.lingkang.mm.utils.MapParam
 
createParameterHandler(MappedStatement, Object, BoundSql) - 类中的方法 top.lingkang.mm.orm.BaseMapperDriver
 
createParameterHandler(MappedStatement, Object, BoundSql) - 类中的方法 top.lingkang.mm.orm.MagicCreateLangDriver
 
createQuery(Class<T>, String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
返回查询条件,只能执行查询。
createQuery(Class<T>, String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
createQuery(String, Class<T>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
返回查询条件,只能执行查询。
createQuery(String, Class<T>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
createQuery(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
创建查询,例如:
createSqlSource(Configuration, String, Class<?>) - 类中的方法 top.lingkang.mm.orm.BaseMapperDriver
 
createSqlSource(Configuration, XNode, Class<?>) - 类中的方法 top.lingkang.mm.orm.BaseMapperDriver
 
createUpdate(String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
返回更新条件,执行更新操作。
createUpdate(String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 

D

DefaultIdGenerate - top.lingkang.mm.gen中的类
默认生成雪花算法转36进制字符串(12位长度)
DefaultIdGenerate() - 类的构造器 top.lingkang.mm.gen.DefaultIdGenerate
 
delete(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
delete(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
deleteById(Class<?>, Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id删除数据。
deleteById(Class<?>, Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
deleteById(Object) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据主键id删除
deleteById(Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id删除数据
deleteById(Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
deleteByIds(Class<T>, List<E>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id批量删除。
deleteByIds(Class<T>, List<E>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
deleteByQuery(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据查询条件删除数据,可以针对无id对象实体类
deleteInIds(Collection<?>) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据主键id删除多行数据

E

eq - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
eq(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
eq(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
eq(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
eq(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
execute() - 类中的方法 top.lingkang.mm.orm.UpdateWrapper
执行更新操作
executeSqlScript(File) - 接口中的方法 top.lingkang.mm.orm.MapperManage
执行sql脚本,自动处于事务中执行,出现失败时全部回滚。
executeSqlScript(File) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
executeSqlScript(String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
执行sql脚本,自动处于事务中执行,出现失败时全部回滚。
executeSqlScript(String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
exeScript(File, Connection) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
执行sql脚本,事务中进行,执行完毕将关闭连接
exeScript(String, Connection) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
执行sql脚本,事务中进行,执行完毕将关闭连接
existsByEntity(T) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据实体对象,判断是否存在,实体对象必须存在@Id主键
existsById(Class<T>, Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id判断实体对象是否存在
existsById(Class<T>, Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
existsById(Object) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
判断是否存在
existsByQuery(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据条件查询数据是否存在,可以针对无id对象实体类

F

findForClass(Class<?>) - 类中的方法 top.lingkang.mm.override.MagicReflectorFactory
 
findPropertyName(String) - 类中的方法 top.lingkang.mm.override.MagicReflector
重写查找属性,相当于设置了:configuration.setMapUnderscoreToCamelCase(true);
flushStatements() - 类中的方法 top.lingkang.mm.MagicSqlSession
 

G

ge - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
ge(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
ge(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
ge(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
ge(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
getAllField(Class<?>) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
获得本类及其父类所有属性,若子类属性与父类属性同名,将只取子类属性
getAllPublicMethod(Class<?>) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
获得本类及其父类所有Public方法
getColumns() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
getConfiguration() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
getConnection() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
getConnection() - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取jdbc连接,使用后请调用 close() 关闭连接。
getConnection() - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getConnection() - 类中的方法 top.lingkang.mm.transaction.MagicTransaction
 
getConnection(DataSource) - 类中的静态方法 top.lingkang.mm.transaction.TransactionManage
 
getCurrentYyyyMM() - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
获取当前时间的 yyyyMM 例如 202411
getDatabaseURL(Connection, boolean) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
 
getDataSource() - 类中的方法 top.lingkang.mm.MagicConfiguration
 
getHandle(Connection) - 类中的静态方法 top.lingkang.mm.page.PageHelper
 
getIdGenerate() - 类中的方法 top.lingkang.mm.MagicConfiguration
 
getIdGenerate() - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getIdValue(Object, Class<?>, String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getList() - 类中的方法 top.lingkang.mm.orm.QueryWrapper
查询返回列表
getMagicEntity(Class<?>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getMapper(Class<T>) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
getMapper(Class<T>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取mapper.xml对象的接口类代理
getMapper(Class<T>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getNullableResult(CallableStatement, int) - 类中的方法 top.lingkang.mm.handler.MagicSqliteDateTypeHandler
 
getNullableResult(ResultSet, int) - 类中的方法 top.lingkang.mm.handler.MagicSqliteDateTypeHandler
 
getNullableResult(ResultSet, String) - 类中的方法 top.lingkang.mm.handler.MagicSqliteDateTypeHandler
 
getOne() - 类中的方法 top.lingkang.mm.orm.QueryWrapper
查询一个对象,若结果有多个,会抛出异常
getPage() - 类中的静态方法 top.lingkang.mm.page.PageHelper
分页查询完成时,调用一次后移除
getParam() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
getParam() - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
getParam() - 类中的方法 top.lingkang.mm.orm.Query
 
getProtocol() - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取数据库连接的协议,结果必定是小写,例如 mysql、sqlite、h2
jdbc:mysql://localhost:3306/dbName --> mysql
getProtocol() - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getQtId(String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getResultClass() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
getScanMapperXml() - 类中的方法 top.lingkang.mm.MagicConfiguration
 
getSql() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
getSql() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
getSql() - 类中的方法 top.lingkang.mm.orm.Query
 
getSql() - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
getSqlId(Class<?>, String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getSqlId(MagicEntity, String) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getTableName(Class<?>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取表名
getTableName(Class<?>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getTimeout() - 类中的方法 top.lingkang.mm.transaction.MagicTransaction
 
getUpdateNotNullParams(Object, MagicEntity) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getUrl() - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取当前连接数据库的url
getUrl() - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
getValue(Field, Object) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
 
gt - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
gt(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
gt(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
gt(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
gt(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 

H

handleParams(BoundSql, PreparedStatement) - 接口中的方法 top.lingkang.mm.page.PageSqlHandle
 
handlers - 类中的静态变量 top.lingkang.mm.orm.Query
 
handlers - 类中的静态变量 top.lingkang.mm.orm.QueryColumn
 
handlers - 类中的静态变量 top.lingkang.mm.orm.UpdateColumn
 
handleSql(String, int, int) - 接口中的方法 top.lingkang.mm.page.PageSqlHandle
处理分页sql, 下面默认是mysql分页逻辑
handleSql(String, int, int) - 类中的方法 top.lingkang.mm.page.PageSqlHandleH2
 
handleSql(String, int, int) - 类中的方法 top.lingkang.mm.page.PageSqlHandlePostgreSql
 
handleSql(String, int, int) - 类中的方法 top.lingkang.mm.page.PageSqlHandleSqlite
 
handleSql(String, int, int) - 类中的方法 top.lingkang.mm.page.PageSqlHandleSqlServer
 

I

Id - top.lingkang.mm.annotation中的批注类型
标记主键Id
idGenerate - 类中的变量 top.lingkang.mm.orm.MapperManageImpl
 
IdGenerate - top.lingkang.mm.gen中的接口
默认生成雪花算法转36进制字符串(12位长度),CommonUtils.nextId36()
DefaultIdGenerate
IdType - top.lingkang.mm.constant中的枚举
 
IgnoreColumn - top.lingkang.mm.annotation中的批注类型
转换sql语句、实体属性映射表字段时,将忽略此属性字段。
in - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
in(String, Collection) - 类中的方法 top.lingkang.mm.orm.Query
new Query().in("id", Arrays.asList(1, 19951219, 3))
in(String, Collection) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
in(String, Collection) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
in(String, Collection) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
initPageHandler(Connection) - 类中的静态方法 top.lingkang.mm.page.PageHelper
 
insert(Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
插入数据,空值也会插入
insert(Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
insert(Object, boolean) - 接口中的方法 top.lingkang.mm.orm.MapperManage
插入数据
insert(Object, boolean) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
insert(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
insert(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
insert(T) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
插入数据
insertBatch(Collection<T>) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
批量插入数据,例如
insertBatch(List<T>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
批量插入数据
insertBatch(List<T>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
insertOrUpdate(T) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
插入或更新数据,不存在时插入,存在时更新
instance - 类中的静态变量 top.lingkang.mm.gen.DefaultIdGenerate
 
intercept(Invocation) - 类中的方法 top.lingkang.mm.page.MagicPageInterceptor
 
invoke(Object, Method, Object[]) - 类中的方法 top.lingkang.mm.SqlSessionFactoryProxy
 
isClassCacheEnabled() - 类中的方法 top.lingkang.mm.override.MagicReflectorFactory
 
isLoad(Class<?>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
isNotNull - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
isNotNull(String) - 类中的方法 top.lingkang.mm.orm.Query
column is not null
isNotNull(String) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
isNotNull(String) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
isNotNull(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
isNull - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
isNull(String) - 类中的方法 top.lingkang.mm.orm.Query
column is null
isNull(String) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
isNull(String) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
isNull(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
isTransaction() - 类中的静态方法 top.lingkang.mm.transaction.TransactionManage
 
isWindowSystem() - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
判断当前环境是否是window系统

L

langMapper - 类中的变量 top.lingkang.mm.orm.MapperManageImpl
 
le - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
le(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
le(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
le(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
le(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
like - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
like(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
like(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
like(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
like(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
likeLeft - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
likeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
likeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
likeLeft(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
likeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
likeRight - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
likeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
likeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
likeRight(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
likeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
list - 类中的变量 top.lingkang.mm.orm.Query
 
list - 类中的变量 top.lingkang.mm.orm.QueryColumn
 
list - 类中的变量 top.lingkang.mm.orm.UpdateColumn
 
list(Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MagicCreateLangMapper
 
loadTemplate(MagicEntity) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
lt - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
lt(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
lt(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
lt(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
lt(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 

M

MagicConfiguration - top.lingkang.mm中的类
mybatis-magic 主体配置,spring体系中不使用此配置
MagicConfiguration() - 类的构造器 top.lingkang.mm.MagicConfiguration
 
MagicConfiguration(DataSource) - 类的构造器 top.lingkang.mm.MagicConfiguration
 
MagicCreateLangDriver - top.lingkang.mm.orm中的类
QueryWrapper 等查询前处理
MagicCreateLangDriver() - 类的构造器 top.lingkang.mm.orm.MagicCreateLangDriver
 
MagicCreateLangMapper<T> - top.lingkang.mm.orm中的接口
自定义sql处理
MagicEntity - top.lingkang.mm.orm中的类
实体对象信息
MagicEntity() - 类的构造器 top.lingkang.mm.orm.MagicEntity
 
MagicException - top.lingkang.mm.error中的异常错误类
 
MagicException() - 异常错误类的构造器 top.lingkang.mm.error.MagicException
 
MagicException(String) - 异常错误类的构造器 top.lingkang.mm.error.MagicException
 
MagicException(String, Throwable) - 异常错误类的构造器 top.lingkang.mm.error.MagicException
 
MagicException(String, Throwable, boolean, boolean) - 异常错误类的构造器 top.lingkang.mm.error.MagicException
 
MagicException(Throwable) - 异常错误类的构造器 top.lingkang.mm.error.MagicException
 
MagicMapper - top.lingkang.mm.annotation中的批注类型
用于扫描加载 mapper 接口,例如
MagicPageInterceptor - top.lingkang.mm.page中的类
查询分页拦截
MagicPageInterceptor() - 类的构造器 top.lingkang.mm.page.MagicPageInterceptor
 
MagicReflector - top.lingkang.mm.override中的类
增加驼峰转化 get 、set
MagicReflector(Class<?>) - 类的构造器 top.lingkang.mm.override.MagicReflector
 
MagicReflectorFactory - top.lingkang.mm.override中的类
配置 Reflector 反射解析,用于下划线转驼峰、驼峰转化 get 、set (推荐加载)
MagicReflectorFactory() - 类的构造器 top.lingkang.mm.override.MagicReflectorFactory
 
MagicSqliteDateTypeHandler - top.lingkang.mm.handler中的类
针对sqlite, 时间内容均为字符串
MagicSqliteDateTypeHandler() - 类的构造器 top.lingkang.mm.handler.MagicSqliteDateTypeHandler
 
MagicSqlSession - top.lingkang.mm中的类
SqlSession 的代理实现
MagicSqlSession(SqlSessionFactory, ExecutorType) - 类的构造器 top.lingkang.mm.MagicSqlSession
 
MagicTransaction - top.lingkang.mm.transaction中的类
 
MagicTransaction(DataSource) - 类的构造器 top.lingkang.mm.transaction.MagicTransaction
 
MagicTransactionFactory - top.lingkang.mm.transaction中的类
 
MagicTransactionFactory() - 类的构造器 top.lingkang.mm.transaction.MagicTransactionFactory
 
MagicUtils - top.lingkang.mm.utils中的类
 
MagicUtils() - 类的构造器 top.lingkang.mm.utils.MagicUtils
 
MapParam - top.lingkang.mm.utils中的类
map 参数
MapParam() - 类的构造器 top.lingkang.mm.utils.MapParam
 
MapperManage - top.lingkang.mm.orm中的接口
对表数据进行正删改查,若要更新更复杂的sql,请使用mapper.xml进行编写
MapperManageImpl - top.lingkang.mm.orm中的类
 
MapperManageImpl(Configuration, SqlSession) - 类的构造器 top.lingkang.mm.orm.MapperManageImpl
 

N

ne - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
ne(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
ne(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
ne(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
ne(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
newTransaction(Connection) - 类中的方法 top.lingkang.mm.transaction.MagicTransactionFactory
 
newTransaction(DataSource, TransactionIsolationLevel, boolean) - 类中的方法 top.lingkang.mm.transaction.MagicTransactionFactory
 
nextId() - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
生成一个雪花算法id
nextId(String) - 类中的方法 top.lingkang.mm.gen.DefaultIdGenerate
 
nextId(String) - 接口中的方法 top.lingkang.mm.gen.IdGenerate
 
nextId36() - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
雪花算法转36进制数,例如:dw814a9hjmyo 消耗性能
nextIdStr() - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
生成一个雪花算法id
NODE - 枚举 中的枚举常量 top.lingkang.mm.constant.IdType
默认id类型,标记 id 属性字段
notIn - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
notIn(String, Collection) - 类中的方法 top.lingkang.mm.orm.Query
new Query().notIn("id", Arrays.asList(1, 19951219, 3))
notIn(String, Collection) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
notIn(String, Collection) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
notIn(String, Collection) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
notLike - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
notLike(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
notLike(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
notLike(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
notLike(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
notLikeLeft - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
notLikeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
notLikeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
notLikeLeft(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
notLikeLeft(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
notLikeRight - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
notLikeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.Query
 
notLikeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
notLikeRight(String, Object) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
notLikeRight(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 

O

one(Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MagicCreateLangMapper
 
or - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
or() - 类中的方法 top.lingkang.mm.orm.Query
 
or() - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
or() - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
or() - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
orderBy - 类中的变量 top.lingkang.mm.orm.Query
 
orderBy - 类中的变量 top.lingkang.mm.orm.QueryColumn
 
orderBy - 类中的变量 top.lingkang.mm.orm.UpdateColumn
 
orderBy - 接口中的静态变量 top.lingkang.mm.page.PageSqlHandle
 
orderByAsc - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
orderByAsc(String...) - 类中的方法 top.lingkang.mm.orm.Query
 
orderByAsc(String...) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
orderByAsc(String...) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
orderByAsc(String...) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
更新操作不可用排序
orderByDesc - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
orderByDesc(String...) - 类中的方法 top.lingkang.mm.orm.Query
 
orderByDesc(String...) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
orderByDesc(String...) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
orderByDesc(String...) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
更新操作不可用排序

P

PageHelper - top.lingkang.mm.page中的类
 
PageHelper() - 类的构造器 top.lingkang.mm.page.PageHelper
 
PageInfo - top.lingkang.mm.page中的类
分页对象
PageInfo() - 类的构造器 top.lingkang.mm.page.PageInfo
 
pageSqlHandle - 类中的静态变量 top.lingkang.mm.page.PageHelper
分页处理,您可以手动修改实现, 更多请查看:PageSqlHandle
PageSqlHandle - top.lingkang.mm.page中的接口
分页实现。
PageSqlHandleH2 - top.lingkang.mm.page中的类
h2数据库分页处理
PageSqlHandleH2() - 类的构造器 top.lingkang.mm.page.PageSqlHandleH2
 
PageSqlHandleMySql - top.lingkang.mm.page中的类
 
PageSqlHandleMySql() - 类的构造器 top.lingkang.mm.page.PageSqlHandleMySql
 
PageSqlHandlePostgreSql - top.lingkang.mm.page中的类
postgresql 下的分页处理.使用LIMIT和OFFSET子句
PageSqlHandlePostgreSql() - 类的构造器 top.lingkang.mm.page.PageSqlHandlePostgreSql
 
PageSqlHandleSqlite - top.lingkang.mm.page中的类
sqlite分页处理
PageSqlHandleSqlite() - 类的构造器 top.lingkang.mm.page.PageSqlHandleSqlite
 
PageSqlHandleSqlServer - top.lingkang.mm.page中的类
使用OFFSET和FETCH NEXT子句来实现分页查询。
PageSqlHandleSqlServer() - 类的构造器 top.lingkang.mm.page.PageSqlHandleSqlServer
 
PageSqlInfo - top.lingkang.mm.page中的类
 
PageSqlInfo() - 类的构造器 top.lingkang.mm.page.PageSqlInfo
 
param - 类中的变量 top.lingkang.mm.orm.Query
 
param - 类中的变量 top.lingkang.mm.orm.QueryColumn
 
param - 类中的变量 top.lingkang.mm.orm.UpdateColumn
 
PostUpdate - top.lingkang.mm.annotation中的批注类型
执行更新后执行此注解下的方法,无入参。
PreUpdate - top.lingkang.mm.annotation中的批注类型
执行更新前执行此注解下的方法,无入参。
put(String, Object) - 类中的方法 top.lingkang.mm.utils.MapParam
 

Q

Query - top.lingkang.mm.orm中的类
 
Query() - 类的构造器 top.lingkang.mm.orm.Query
 
QueryColumn - top.lingkang.mm.orm中的类
 
QueryColumn(Class<?>, String...) - 类的构造器 top.lingkang.mm.orm.QueryColumn
例如:
QueryImpl - top.lingkang.mm.orm中的接口
条件请参考类:Condition
QueryWrapper<T> - top.lingkang.mm.orm中的类
查询包装对象:
QueryWrapper(String, Class<T>, MapperManageImpl) - 类的构造器 top.lingkang.mm.orm.QueryWrapper
 

R

randomLetter(int) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
返回随机字母,a~z(小写)
randomNumber(int) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
返回数字随机数
removeSpace(String) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
移除字符串中所有空格
rollback() - 类中的方法 top.lingkang.mm.MagicSqlSession
 
rollback() - 类中的方法 top.lingkang.mm.transaction.MagicTransaction
 
rollback() - 类中的静态方法 top.lingkang.mm.transaction.TransactionManage
 
rollback(boolean) - 类中的方法 top.lingkang.mm.MagicSqlSession
 

S

scanResource(String) - 类中的静态方法 top.lingkang.mm.utils.MagicUtils
扫描路径
select(String, Object, ResultHandler) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
select(String, Object, RowBounds, ResultHandler) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
select(String, ResultHandler) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectAll() - 接口中的方法 top.lingkang.mm.orm.BaseMapper
查询所有,没有结果时返回空 List
selectAll(Class<T>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
查询所有
selectAll(Class<T>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
selectById(Class<T>, Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id查询数据
selectById(Class<T>, Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
selectById(Object) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据id查询
selectByQuery(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
查询表,根据条件
selectByQueryOne(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
在分页中使用此方法将会报错
selectColumn(QueryColumn) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
查询指定列,并返回指定结果,例如:
selectColumnOne(QueryColumn) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
查询指定列,并返回一行结果;若返回多个结果时,将会报错;在分页中使用此方法将会报错
selectCount() - 接口中的方法 top.lingkang.mm.orm.BaseMapper
查询表数据总行数
selectCountByQuery(Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据条件查询查询总数,可以针对无id对象实体类
selectCursor(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectCursor(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectCursor(String, Object, RowBounds) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectInIds(Collection<?>) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据id集合in查询
selectList(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectList(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectList(String, Object, RowBounds) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectMap(String, Object, String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectMap(String, Object, String, RowBounds) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectMap(String, String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectOne(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectOne(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
selectTableSql(Class<T>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
获取实体对象的查询表sql:select id, username, password from t_user
selectTableSql(Class<T>) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
selectToMap(String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
查询结果返回map
selectToMap(String, Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
查询结果返回map
selectToMapOne(String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
查询结果返回map
selectToMapOne(String, Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
查询结果返回map
sequence() - 批注类型 中的元素 top.lingkang.mm.annotation.Id
id类型为 AUTO 时生效,需要数据库支持 sequence
set(Field, Object) - 类中的方法 top.lingkang.mm.orm.SetTimeDate
 
set(Field, Object) - 类中的方法 top.lingkang.mm.orm.SetTimeDateSql
 
set(Field, Object) - 类中的方法 top.lingkang.mm.orm.SetTimeLong
 
set(Field, Object) - 类中的方法 top.lingkang.mm.orm.SetTimeString
 
set(Field, Object) - 类中的方法 top.lingkang.mm.orm.SetTimeTimestamp
 
set(String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
指定更新列
setClassCacheEnabled(boolean) - 类中的方法 top.lingkang.mm.override.MagicReflectorFactory
 
setDataSource(DataSource) - 类中的方法 top.lingkang.mm.MagicConfiguration
 
setIdGenerate(IdGenerate) - 类中的方法 top.lingkang.mm.MagicConfiguration
 
setIdGenerate(IdGenerate) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
setNonNullParameter(PreparedStatement, int, Date, JdbcType) - 类中的方法 top.lingkang.mm.handler.MagicSqliteDateTypeHandler
 
setParam - 类中的变量 top.lingkang.mm.orm.UpdateColumn
 
setParam(HashMap<String, Object>) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
setParam(HashMap<String, Object>) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
setParam(HashMap<String, Object>) - 类中的方法 top.lingkang.mm.orm.Query
 
setProperties(Properties) - 类中的方法 top.lingkang.mm.transaction.MagicTransactionFactory
 
setSql(String) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
setSql(String) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
setSql(String) - 类中的方法 top.lingkang.mm.orm.Query
 
SetTimeDate - top.lingkang.mm.orm中的类
 
SetTimeDate() - 类的构造器 top.lingkang.mm.orm.SetTimeDate
 
SetTimeDateSql - top.lingkang.mm.orm中的类
 
SetTimeDateSql() - 类的构造器 top.lingkang.mm.orm.SetTimeDateSql
 
SetTimeLong - top.lingkang.mm.orm中的类
 
SetTimeLong() - 类的构造器 top.lingkang.mm.orm.SetTimeLong
 
SetTimeString - top.lingkang.mm.orm中的类
 
SetTimeString() - 类的构造器 top.lingkang.mm.orm.SetTimeString
 
SetTimeTimestamp - top.lingkang.mm.orm中的类
 
SetTimeTimestamp() - 类的构造器 top.lingkang.mm.orm.SetTimeTimestamp
 
sql - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
sql - 类中的变量 top.lingkang.mm.orm.Query
 
sql - 类中的变量 top.lingkang.mm.orm.QueryColumn
 
sql - 类中的变量 top.lingkang.mm.orm.UpdateColumn
 
sql(String) - 类中的方法 top.lingkang.mm.orm.Query
追加sql,注意顺序,查询中存在 orderByAsc 或者 orderByAsc 时,
orderByAsc 或者 orderByAsc 将会生成到sql最后面
例如 new Query().orderByAsc("id").sql(" name=#{name}") 报错
将会输出错误sql:select * from my_table order by id asc name=#{name}
sql(String) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
sql(String) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
sql(String) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
sql(String, Map<String, Object>) - 类中的方法 top.lingkang.mm.orm.Query
追加sql,注意顺序,查询中存在 orderByAsc 或者 orderByAsc 时,
orderByAsc 或者 orderByAsc 将会生成到sql最后面
例如 new Query().orderByAsc("id").sql(" name=#{name}") 报错
将会输出错误sql:select * from my_table order by id asc name=#{name}
sql(String, Map<String, Object>) - 类中的方法 top.lingkang.mm.orm.QueryColumn
 
sql(String, Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.QueryImpl
 
sql(String, Map<String, Object>) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
 
sqlSession - 类中的变量 top.lingkang.mm.orm.MapperManageImpl
 
SqlSessionFactoryProxy - top.lingkang.mm中的类
SqlSessionFactory 代理
SqlSessionFactoryProxy(SqlSessionFactory) - 类的构造器 top.lingkang.mm.SqlSessionFactoryProxy
 
startPage(int, int) - 类中的静态方法 top.lingkang.mm.page.PageHelper
开始分页
symbol - 枚举 中的枚举常量 top.lingkang.mm.orm.Condition
 
symbol(String, String, Object) - 类中的方法 top.lingkang.mm.orm.Query
查询条件,自定义操作符号;
例如 sort_number > 1 ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;
例如 sort_number is null ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;
symbol(String, String, Object) - 类中的方法 top.lingkang.mm.orm.QueryColumn
自定义操作符
例如 sort_number > 1 ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;
例如 sort_number is null ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;
symbol(String, String, Object) - 类中的方法 top.lingkang.mm.orm.UpdateColumn
自定义操作符
例如 sort_number > 1 ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;
例如 sort_number is null ; sort_number = 2 ; sort_number > 3 ; sort_number >= 1;

T

Table - top.lingkang.mm.annotation中的批注类型
表映射实体注解
to36(long) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
十进制转36进制
top.lingkang.mm - 程序包 top.lingkang.mm
 
top.lingkang.mm.annotation - 程序包 top.lingkang.mm.annotation
 
top.lingkang.mm.constant - 程序包 top.lingkang.mm.constant
 
top.lingkang.mm.error - 程序包 top.lingkang.mm.error
 
top.lingkang.mm.gen - 程序包 top.lingkang.mm.gen
 
top.lingkang.mm.handler - 程序包 top.lingkang.mm.handler
 
top.lingkang.mm.orm - 程序包 top.lingkang.mm.orm
 
top.lingkang.mm.override - 程序包 top.lingkang.mm.override
 
top.lingkang.mm.page - 程序包 top.lingkang.mm.page
 
top.lingkang.mm.transaction - 程序包 top.lingkang.mm.transaction
 
top.lingkang.mm.utils - 程序包 top.lingkang.mm.utils
 
toSha1(String) - 类中的静态方法 top.lingkang.mm.utils.CommonUtils
字符串转 Sha1
toUnderlineCase() - 批注类型 中的元素 top.lingkang.mm.annotation.Column
自动驼峰转换,转换后的名称将会映射到数据库的列
具体转换细节:NamingCase.toUnderlineCase(CharSequence)
TransactionManage - top.lingkang.mm.transaction中的类
事务管理,在spring体系中不生效。
TransactionManage() - 类的构造器 top.lingkang.mm.transaction.TransactionManage
 

U

update(String) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
update(String, Object) - 类中的方法 top.lingkang.mm.MagicSqlSession
 
update(Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MagicCreateLangMapper
 
updateByColumn(UpdateColumn) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
更新指定列,也能影响 AutoUpdateTime 注解字段
updateById(Object) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id更新实体
updateById(Object) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
updateById(Object, boolean) - 接口中的方法 top.lingkang.mm.orm.MapperManage
根据id更新实体
updateById(Object, boolean) - 类中的方法 top.lingkang.mm.orm.MapperManageImpl
 
updateById(T) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据id进行更新
updateByQuery(T, Query) - 接口中的方法 top.lingkang.mm.orm.BaseMapper
根据条件更新对象,可以针对无id对象实体类
UpdateColumn - top.lingkang.mm.orm中的类
 
UpdateColumn() - 类的构造器 top.lingkang.mm.orm.UpdateColumn
 
updateSql(String) - 接口中的方法 top.lingkang.mm.orm.MapperManage
执行更新sql
updateSql(String, Map<String, Object>) - 接口中的方法 top.lingkang.mm.orm.MapperManage
执行更新sql
UpdateWrapper - top.lingkang.mm.orm中的类
更新包装对象,例1 :
UpdateWrapper(String, MapperManageImpl) - 类的构造器 top.lingkang.mm.orm.UpdateWrapper
 

V

value() - 批注类型 中的元素 top.lingkang.mm.annotation.Column
数据库的列名称
value() - 批注类型 中的元素 top.lingkang.mm.annotation.Id
id 的类型,如果为 AUTO 则要数据库支持
value() - 批注类型 中的元素 top.lingkang.mm.annotation.Table
对应数据库的名称
valueOf(String) - 枚举中的静态方法 top.lingkang.mm.constant.IdType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举中的静态方法 top.lingkang.mm.orm.Condition
返回带有指定名称的该类型的枚举常量。
values() - 枚举中的静态方法 top.lingkang.mm.constant.IdType
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
values() - 枚举中的静态方法 top.lingkang.mm.orm.Condition
返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同
A B C D E F G H I L M N O P Q R S T U V 
所有程序包|所有类和接口|序列化表格