A B C D G I J M P R S T U V W 
所有类 所有程序包

A

addDataSource(String, DataSource) - 类 中的方法com.magician.jdbc.MagicianJDBC
添加数据源
addDataSource(String, DataSource) - 类 中的静态方法com.magician.jdbc.MagicianJDBCConfig
 

B

BaseJdbcTemplate - com.magician.jdbc.helper.templete.base中的类
jdbc模板父类
BaseJdbcTemplate() - 类 的构造器com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
 
BaseSelect - com.magician.jdbc.helper.templete.base中的类
查询父类
BaseSelect() - 类 的构造器com.magician.jdbc.helper.templete.base.BaseSelect
 
BaseSqlBuilder - com.magician.jdbc.sqlbuild中的类
实体类
BaseSqlBuilder() - 类 的构造器com.magician.jdbc.sqlbuild.BaseSqlBuilder
 
beginTraction() - 类 中的静态方法com.magician.jdbc.core.transaction.TransactionManager
获取数据库连接,并设置为不自动提交 将获取到的连接 放到缓存中
beginTraction(TractionLevel) - 类 中的静态方法com.magician.jdbc.core.transaction.TransactionManager
获取数据库连接,并设置为不自动提交 将获取到的连接 放到缓存中
builder() - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
构建sql
builder() - 类 中的方法com.magician.jdbc.sqlbuild.sql.Delete
构建sql
builder() - 类 中的方法com.magician.jdbc.sqlbuild.sql.Insert
构建sql
builder() - 类 中的方法com.magician.jdbc.sqlbuild.sql.Select
构建sql
builder() - 类 中的方法com.magician.jdbc.sqlbuild.sql.Update
构建sql
builderSql(String, Object) - 类 中的静态方法com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
构建sql语句
byPrimaryKey(String) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
以主键作为判断条件

C

close() - 类 中的方法com.magician.jdbc.helper.manager.ConnectionManager
 
column(Class) - 类 中的方法com.magician.jdbc.sqlbuild.sql.Insert
设置要插入的字段
column(Class) - 类 中的方法com.magician.jdbc.sqlbuild.sql.Select
设置要查询的字段
column(Class) - 类 中的方法com.magician.jdbc.sqlbuild.sql.Update
设置要修改的字段
com.magician.jdbc - 程序包 com.magician.jdbc
 
com.magician.jdbc.core.constant.enums - 程序包 com.magician.jdbc.core.constant.enums
 
com.magician.jdbc.core.transaction - 程序包 com.magician.jdbc.core.transaction
 
com.magician.jdbc.core.util - 程序包 com.magician.jdbc.core.util
 
com.magician.jdbc.helper - 程序包 com.magician.jdbc.helper
 
com.magician.jdbc.helper.manager - 程序包 com.magician.jdbc.helper.manager
 
com.magician.jdbc.helper.templete - 程序包 com.magician.jdbc.helper.templete
 
com.magician.jdbc.helper.templete.base - 程序包 com.magician.jdbc.helper.templete.base
 
com.magician.jdbc.helper.templete.model - 程序包 com.magician.jdbc.helper.templete.model
 
com.magician.jdbc.sqlbuild - 程序包 com.magician.jdbc.sqlbuild
 
com.magician.jdbc.sqlbuild.sql - 程序包 com.magician.jdbc.sqlbuild.sql
 
commit() - 类 中的静态方法com.magician.jdbc.core.transaction.TransactionManager
从缓存中获取当前线程的数据库连接,并提交事务
ConnectionManager - com.magician.jdbc.helper.manager中的类
连接管理类
ConnectionManager() - 类 的构造器com.magician.jdbc.helper.manager.ConnectionManager
 
create() - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcTemplate
获取JdbcTemplate对象
create(String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcTemplate
获取JdbcTemplete对象
createJDBC() - 类 中的静态方法com.magician.jdbc.MagicianJDBC
创建一个JDBC实例

D

DataSourceManager - com.magician.jdbc.helper.manager中的类
数据源管理
DataSourceManager() - 类 的构造器com.magician.jdbc.helper.manager.DataSourceManager
 
DBHelper - com.magician.jdbc.helper中的类
JDBC连接帮助类
DBHelper() - 类 的构造器com.magician.jdbc.helper.DBHelper
 
defaultDataSourceName(String) - 类 中的方法com.magician.jdbc.MagicianJDBC
设置默认数据源名称
delete(String) - 类 中的静态方法com.magician.jdbc.sqlbuild.SqlBuilder
获取删除sql构造器
Delete - com.magician.jdbc.sqlbuild.sql中的类
删除
Delete(String) - 类 的构造器com.magician.jdbc.sqlbuild.sql.Delete
 

G

getCode() - 枚举 中的方法com.magician.jdbc.core.constant.enums.TractionLevel
 
getCol(Field[]) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
获取查询和修改的字段
getConnection() - 类 中的方法com.magician.jdbc.helper.manager.ConnectionManager
 
getConnection(String) - 类 中的静态方法com.magician.jdbc.helper.manager.DataSourceManager
获取数据库连接
getConnection(String) - 类 中的静态方法com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
获取数据库连接
getCurrentPage() - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
getCurrentPage() - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
getDataList() - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
getDataSourceMap() - 类 中的静态方法com.magician.jdbc.MagicianJDBCConfig
 
getDataSourceName(String) - 类 中的静态方法com.magician.jdbc.helper.templete.base.BaseJdbcTemplate
获取数据源名称
getDefaultDataSourceName() - 类 中的静态方法com.magician.jdbc.helper.manager.DataSourceManager
获取默认数据源名称
getDefaultDataSourceName() - 类 中的静态方法com.magician.jdbc.MagicianJDBCConfig
 
getDruidDataSources() - 类 中的静态方法com.magician.jdbc.helper.manager.DataSourceManager
获取所有的数据源对象
getFieldName(Field) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
获取字段名称
getLastInsertID() - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
获取最后一次插入的ID
getLevel() - 枚举 中的方法com.magician.jdbc.core.constant.enums.TractionLevel
 
getPageCount() - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
getPageParamModel(Integer, Integer) - 类 中的静态方法com.magician.jdbc.helper.templete.model.PageParamModel
创建一个分页参数对象
getPageSize() - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
getPageSize() - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
getPageTotal() - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
getParam() - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
getParams() - 类 中的方法com.magician.jdbc.helper.templete.model.SqlBuilderModel
 
getSql() - 类 中的方法com.magician.jdbc.helper.templete.model.SqlBuilderModel
 
getTableName() - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
 
getThreadLocal() - 类 中的静态方法com.magician.jdbc.core.util.ThreadUtil
 
getWhere() - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
 

I

ignore(Field) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
判断是否排除排除该字段
insert(String) - 类 中的静态方法com.magician.jdbc.sqlbuild.SqlBuilder
获取插入sql构造器
Insert - com.magician.jdbc.sqlbuild.sql中的类
插入数据
Insert(String) - 类 的构造器com.magician.jdbc.sqlbuild.sql.Insert
 
isNull(String) - 类 中的静态方法com.magician.jdbc.core.util.StringUtil
 

J

JdbcPage - com.magician.jdbc.helper.templete中的类
分页
JdbcPage() - 类 的构造器com.magician.jdbc.helper.templete.JdbcPage
 
JdbcSelect - com.magician.jdbc.helper.templete中的类
JDBC查询
JdbcSelect() - 类 的构造器com.magician.jdbc.helper.templete.JdbcSelect
 
JdbcTemplate - com.magician.jdbc.helper.templete中的类
jdbc模板
JdbcUpdate - com.magician.jdbc.helper.templete中的类
 
JdbcUpdate() - 类 的构造器com.magician.jdbc.helper.templete.JdbcUpdate
 
JSONUtil - com.magician.jdbc.core.util中的类
JSON工具类
JSONUtil() - 类 的构造器com.magician.jdbc.core.util.JSONUtil
 

M

MagicianJDBC - com.magician.jdbc中的类
JDBC创建
MagicianJDBC() - 类 的构造器com.magician.jdbc.MagicianJDBC
 
MagicianJDBCConfig - com.magician.jdbc中的类
JDBC配置
MagicianJDBCConfig() - 类 的构造器com.magician.jdbc.MagicianJDBCConfig
 

P

PageModel<T> - com.magician.jdbc.helper.templete.model中的类
 
PageModel() - 类 的构造器com.magician.jdbc.helper.templete.model.PageModel
 
PageParamModel - com.magician.jdbc.helper.templete.model中的类
 
PageParamModel() - 类 的构造器com.magician.jdbc.helper.templete.model.PageParamModel
 

R

READ_COMMITTED - com.magician.jdbc.core.constant.enums.TractionLevel
 
READ_UNCOMMITTED - com.magician.jdbc.core.constant.enums.TractionLevel
 
REPEATABLE_READ - com.magician.jdbc.core.constant.enums.TractionLevel
 
rollback() - 类 中的静态方法com.magician.jdbc.core.transaction.TransactionManager
从缓存中获取当前线程的数据库连接,并回滚事务

S

select(String) - 类 中的静态方法com.magician.jdbc.sqlbuild.SqlBuilder
获取查询sql构造器
select(String, Object, Connection) - 类 中的静态方法com.magician.jdbc.helper.templete.base.BaseSelect
查询
select(String, Connection, Object[]) - 类 中的静态方法com.magician.jdbc.helper.DBHelper
有条件查询
Select - com.magician.jdbc.sqlbuild.sql中的类
查询
Select(String) - 类 的构造器com.magician.jdbc.sqlbuild.sql.Select
 
selectList(String) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
查询多条数据
selectList(String, PageParamModel, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcPage
有参查询列表,指定返回类型
selectList(String, PageParamModel, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcPage
有参查询列表
selectList(String, Class<T>) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
无参查询列表,指定返回类型
selectList(String, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
无参查询列表,指定返回类型
selectList(String, Object) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
查询多条数据
selectList(String, Object, Class<T>) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
有参查询列表,指定返回类型
selectList(String, Object, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.base.BaseSelect
有参查询列表,指定返回类型
selectList(String, Object, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
有参查询列表,指定返回类型
selectList(String, Object, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
有参查询列表
selectList(String, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
无参查询列表
selectList(String, Connection) - 类 中的静态方法com.magician.jdbc.helper.DBHelper
无条件查询
selectList(String, Connection, Object[]) - 类 中的静态方法com.magician.jdbc.helper.DBHelper
有条件查询
selectOne(String) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
查询一条数据
selectOne(String, Class<T>) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
无参查询一条,指定返回类型
selectOne(String, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
无参查询一条,指定返回类型
selectOne(String, Object) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
查询一条数据
selectOne(String, Object, Class<T>) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
有参查询一条,指定返回类型
selectOne(String, Object, Class<T>, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
有参查询一条,指定返回类型
selectOne(String, Object, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
有参查询一条
selectOne(String, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcSelect
无参查询一条
selectPageList(String, PageParamModel) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
有参分页查询列表
selectPageList(String, PageParamModel, Class<T>) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
有参分页查询列表,指定返回类型
SERIALIZABLE - com.magician.jdbc.core.constant.enums.TractionLevel
 
setConnection(Connection) - 类 中的方法com.magician.jdbc.helper.manager.ConnectionManager
 
setCurrentPage(int) - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
setCurrentPage(Integer) - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
setDataList(List<T>) - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
setDefaultDataSourceName(String) - 类 中的静态方法com.magician.jdbc.MagicianJDBCConfig
 
setHasTraction(boolean) - 类 中的方法com.magician.jdbc.helper.manager.ConnectionManager
 
setPageCount(Integer) - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
setPageSize(int) - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
setPageSize(Integer) - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
setPageTotal(Integer) - 类 中的方法com.magician.jdbc.helper.templete.model.PageModel
 
setParam(Object) - 类 中的方法com.magician.jdbc.helper.templete.model.PageParamModel
 
setParams(Object[]) - 类 中的方法com.magician.jdbc.helper.templete.model.SqlBuilderModel
 
setSql(String) - 类 中的方法com.magician.jdbc.helper.templete.model.SqlBuilderModel
 
setTableName(String) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
 
setWhere(String) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
 
SqlBuilder - com.magician.jdbc.sqlbuild中的类
构建sql
SqlBuilder() - 类 的构造器com.magician.jdbc.sqlbuild.SqlBuilder
 
SqlBuilderModel - com.magician.jdbc.helper.templete.model中的类
 
SqlBuilderModel() - 类 的构造器com.magician.jdbc.helper.templete.model.SqlBuilderModel
 
StringUtil - com.magician.jdbc.core.util中的类
 
StringUtil() - 类 的构造器com.magician.jdbc.core.util.StringUtil
 

T

ThreadUtil - com.magician.jdbc.core.util中的类
线程工具类
ThreadUtil() - 类 的构造器com.magician.jdbc.core.util.ThreadUtil
 
toJavaObject(Object, Class<T>) - 类 中的静态方法com.magician.jdbc.core.util.JSONUtil
将任意对象转成另一个java对象
toJSONString(Object) - 类 中的静态方法com.magician.jdbc.core.util.JSONUtil
将任意对象转成JSON字符串
toMap(Object) - 类 中的静态方法com.magician.jdbc.core.util.JSONUtil
将任意对象转成Map
TractionLevel - com.magician.jdbc.core.constant.enums中的枚举
事务隔离级别
TransactionManager - com.magician.jdbc.core.transaction中的类
事务管理
TransactionManager() - 类 的构造器com.magician.jdbc.core.transaction.TransactionManager
 

U

update(String) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
增删改
update(String) - 类 中的静态方法com.magician.jdbc.sqlbuild.SqlBuilder
获取修改sql构造器
update(String, Object) - 类 中的方法com.magician.jdbc.helper.templete.JdbcTemplate
增删改
update(String, Object, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcUpdate
增删改
update(String, String) - 类 中的静态方法com.magician.jdbc.helper.templete.JdbcUpdate
增删改
update(String, Connection) - 类 中的静态方法com.magician.jdbc.helper.DBHelper
无条件增删改
update(String, Connection, Object[]) - 类 中的静态方法com.magician.jdbc.helper.DBHelper
有条件增删改
Update - com.magician.jdbc.sqlbuild.sql中的类
修改
Update(String) - 类 的构造器com.magician.jdbc.sqlbuild.sql.Update
 

V

valueOf(String) - 枚举 中的静态方法com.magician.jdbc.core.constant.enums.TractionLevel
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.magician.jdbc.core.constant.enums.TractionLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

where(String) - 类 中的方法com.magician.jdbc.sqlbuild.BaseSqlBuilder
自定义条件判断
A B C D G I J M P R S T U V W 
所有类 所有程序包