您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
A
adapter
- 类 中的变量org.anyline.data.jdbc.runtime.
JDBCRuntime
B
batch(JdbcTemplate, String, int, int, List<Object>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
build(String, Map, boolean)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
创建数据源
build(Map)
- 类 中的静态方法org.anyline.data.jdbc.util.
DataSourceUtil
创建数据源
build(String, String, String, String, String)
- 类 中的静态方法org.anyline.data.jdbc.util.
DataSourceUtil
注册数据源(生产环境不要调用这个方法,这里只设置几个必需参数用来测试)
build(DatabaseType, String, String, String)
- 类 中的静态方法org.anyline.data.jdbc.util.
DataSourceUtil
注册数据源(生产环境不要调用这个方法,这里只设置几个必需参数用来测试)
buildDeleteRunFromEntity(DataRuntime, String, Object, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
buildDeleteRunFromTable(DataRuntime, int, String, String, Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
buildInsertRun(DataRuntime, int, String, Object, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
创建 insert Run
buildQueryColumnRun(DataRuntime, Table, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
1 构造查询列的QL
buildUpdateRunFromCollection(DataRuntime, int, String, Collection, ConfigStore, boolean, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
buildUpdateRunFromDataRow(DataRuntime, String, DataRow, ConfigStore, boolean, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
buildUpdateRunFromEntity(DataRuntime, String, Object, ConfigStore, boolean, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
C
checkIsNew(Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
checkOverride(Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
checkPv(Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
checkSchema(DataRuntime, DataSource, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
checkSchema(DataRuntime, Connection, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
checkSchema(DataRuntime, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
close(String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
closeConnection(Object)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
column(DataRuntime, Column, SqlRowSetMetaData, int)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
column(DataRuntime, Column, ResultSetMetaData, int)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
column(DataRuntime, Column, SqlRowSetMetaData, int)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
columns(DataRuntime, int, boolean, Table, LinkedHashMap<String, T>, DataSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
3.1 根据查询结果解析列属性
columns(DataRuntime, int, boolean, Table, List<T>, DataSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
columns(DataRuntime, String, boolean, Table, LinkedHashMap<String, T>, List<Run>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
2 执行查询列的SQL
columns(DataRuntime, String, boolean, Table, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
查询表结构
columns(DataRuntime, String, boolean, String, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
查询所有表的列
columns(DataRuntime, boolean, LinkedHashMap<String, T>, Table, SqlRowSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
columns(DataRuntime, boolean, LinkedHashMap<String, T>, DatabaseMetaData, Table, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
columns(DataRuntime, boolean, LinkedHashMap<String, T>, Table, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
columns(DataRuntime, boolean, LinkedHashMap<String, T>, Table, SqlRowSet)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
解析查询结果metadata(0=1)
columns(DataRuntime, boolean, LinkedHashMap<String, T>, DatabaseMetaData, Table, String)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
commit(TransactionStatus)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
提交事务
concatAdd(String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
concatFun(String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
concatOr(String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
constraints(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
constraints(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
count(DataRuntime, String, RunPrepare, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
count [入口]
count(DataRuntime, String, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
count [执行]
createConditionFindInSet(DataRuntime, StringBuilder, String, Compare, Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
构造 FIND_IN_SET 查询条件 如果不需要占位符 返回null 否则原样返回value
createConditionIn(DataRuntime, StringBuilder, Compare, Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
构造(NOT) IN 查询条件
createConditionLike(DataRuntime, StringBuilder, Compare, Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
构造 LIKE 查询条件 如果不需要占位符 返回null 否则原样返回value
createInsertRun(DataRuntime, String, Object, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
根据entity创建 INSERT RunPrepare
createInsertRunFromCollection(DataRuntime, int, String, Collection, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
根据collection创建 INSERT RunPrepare
D
database(DataRuntime, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
databases(DataRuntime, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
datasource()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
DATASOURCE_TYPE_DEFAULT
- 类 中的静态变量org.anyline.data.jdbc.ds.
DataSourceHolder
DataSourceHolder
-
org.anyline.data.jdbc.ds
中的类
DataSourceHolder()
- 类 的构造器org.anyline.data.jdbc.ds.
DataSourceHolder
DataSourceUtil
-
org.anyline.data.jdbc.util
中的类
DataSourceUtil()
- 类 的构造器org.anyline.data.jdbc.util.
DataSourceUtil
ddl(DataRuntime, String, Table, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddl(DataRuntime, String, View)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddl(DataRuntime, String, MasterTable)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddl(DataRuntime, String, PartitionTable)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddl(DataRuntime, String, Procedure)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddl(DataRuntime, String, Function)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
ddListener
- 类 中的变量org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
DefaultJDBCAdapter
-
org.anyline.data.jdbc.adapter.init
中的类
SQL生成 子类主要实现与分页相关的SQL 以及delimiter
DefaultJDBCAdapter()
- 类 的构造器org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
delete(DataRuntime, String, String, ConfigStore, Object, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
delete [入口]
合成 where k1 = v1 and k2 = v2
delete(DataRuntime, String, String, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
delete [入口]
根据configs和conditions过滤条件
delete(DataRuntime, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
执行删除
deletes(DataRuntime, String, int, String, String, Collection<T>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
delete [入口]
合成 where column in (values)
destroy(String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
数据源注销
destroy(String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
destroyRuntime(String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
dmListener
- 类 中的变量org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
E
execute(DataRuntime, String, RunPrepare, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
execute [入口]
execute(DataRuntime, String, int, ConfigStore, String, List<Object>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
execute(DataRuntime, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
execute [执行]
execute(DataRuntime, String, Procedure)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
procedure [执行]
exeDestroy(String)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
exists(DataRuntime, String, RunPrepare, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
exists [入口]
F
feature
- 类 中的变量org.anyline.data.jdbc.runtime.
JDBCRuntime
运行环境特征 如jdbc-url 用来匹配 DriverAdapter
fillDeleteRunContent(DataRuntime, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
构造删除主体
fillDeleteRunContent(DataRuntime, TableRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
fillExecuteContent(DataRuntime, TextRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
fillInsertContent(DataRuntime, Run, String, DataSet, ConfigStore, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
根据DataSet创建批量INSERT RunPrepare
fillInsertContent(DataRuntime, Run, String, Collection, ConfigStore, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
根据Collection创建批量INSERT RunPrepare
fillQueryContent(DataRuntime, XMLRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
fillQueryContent(DataRuntime, TextRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
fillQueryContent(DataRuntime, TableRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
foreigns(DataRuntime, String, boolean, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
functions(DataRuntime, String, boolean, String, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
G
getAdapter()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
getDataSource()
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
getDataSource(String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
getDataSource()
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
getDataSource(String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
getFeature()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
getHolder()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
getJdbcTemplate()
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
getJdbcTemplate(String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
getKey()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
getListener()
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
getPrimayKey(Object)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
getProcessor()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
getVersion()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
H
holder
- 类 中的变量org.anyline.data.jdbc.runtime.
JDBCRuntime
I
identity(DataRuntime, String, Object, ConfigStore, KeyHolder)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
identity(DataRuntime, String, Object, ConfigStore, KeyHolder)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
insert执行后 通过KeyHolder获取主键值赋值给data
indexs(DataRuntime, String, boolean, Table, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
indexs(DataRuntime, boolean, LinkedHashMap<String, T>, Table, boolean, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
indexs(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
indexs(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
init(Column, Table, DataRow)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
insert(DataRuntime, String, int, String, Object, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
insert [入口]
执行完成后会补齐自增主键值
insert(DataRuntime, String, Object, ConfigStore, Run, String[])
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
insert [执行]
执行完成后会补齐自增主键值
insert(DataRuntime, String, Object, ConfigStore, Run, String[], boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
insert [执行]
有些不支持返回自增的单独执行
执行完成后会补齐自增主键值
insertHead(Boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
insertValue(DataRuntime, Run, Object, boolean, boolean, boolean, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
生成insert sql的value部分,每个Entity(每行数据)调用一次 (1,2,3) (?
isMultipleValue(TableRun, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
是否是可以接收数组类型的值
isMultipleValue(Column)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
J
jdbc(DataRuntime)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
jdbc()
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
JDBCAdapter
-
org.anyline.data.jdbc.adapter
中的接口
JDBCEnvironmentListener
-
org.anyline.data.jdbc.listener
中的类
JDBCEnvironmentListener()
- 类 的构造器org.anyline.data.jdbc.listener.
JDBCEnvironmentListener
JDBCRuntime
-
org.anyline.data.jdbc.runtime
中的类
JDBCRuntime(String, JdbcTemplate, DriverAdapter)
- 类 的构造器org.anyline.data.jdbc.runtime.
JDBCRuntime
JDBCRuntime()
- 类 的构造器org.anyline.data.jdbc.runtime.
JDBCRuntime
JDBCRuntimeHolder
-
org.anyline.data.jdbc.runtime
中的类
JDBCRuntimeHolder()
- 类 的构造器org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
L
log
- 类 中的静态变量org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
log
- 类 中的静态变量org.anyline.data.jdbc.listener.
JDBCEnvironmentListener
log
- 类 中的静态变量org.anyline.data.jdbc.util.
DataSourceUtil
M
map(DataRuntime, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select [执行]
maps(DataRuntime, String, RunPrepare, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
query [入口]
对性能有要求的场景调用,返回java原生map集合,结果中不包含元数据信息
maps(DataRuntime, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select [执行]
mergeFinalExists(DataRuntime, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
mergeFinalTotal(DataRuntime, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
求总数SQL Run 反转调用
mtables(DataRuntime, String, boolean, String, String, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
O
org.anyline.data.jdbc.adapter
- 程序包 org.anyline.data.jdbc.adapter
org.anyline.data.jdbc.adapter.init
- 程序包 org.anyline.data.jdbc.adapter.init
org.anyline.data.jdbc.ds
- 程序包 org.anyline.data.jdbc.ds
org.anyline.data.jdbc.listener
- 程序包 org.anyline.data.jdbc.listener
org.anyline.data.jdbc.runtime
- 程序包 org.anyline.data.jdbc.runtime
org.anyline.data.jdbc.util
- 程序包 org.anyline.data.jdbc.util
P
primary(DataRuntime, String, boolean, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
索引
procedures(DataRuntime, String, boolean, String, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
processor
- 类 中的变量org.anyline.data.jdbc.runtime.
JDBCRuntime
ptables(DataRuntime, String, boolean, MasterTable, Map<String, Object>, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
Q
querys(DataRuntime, String, Procedure, PageNavi)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select procedure [入口]
querys(DataRuntime, String, RunPrepare, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
query [入口]
返回DataSet中包含元数据信息,如果性能有要求换成maps
R
reg(String, String, String, String, String, String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
注册数据源(生产环境不要调用这个方法,这里只设置几个必需参数用来测试)
reg(String, DatabaseType, String, String, String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
注册数据源(生产环境不要调用这个方法,这里只设置几个必需参数用来测试)
reg(String, Map, boolean)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
reg(String, Map)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
reg(String, DataSource, boolean)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
reg(String, DataSource)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
reg(String, String, Environment)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
reg(String, String)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
注册运行环境
reg(String, DataRuntime)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
reg(String, DataSource)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
reg(String, JdbcTemplate, JDBCAdapter)
- 类 中的静态方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
注册运行环境
regTemporary(String, Object, String, DriverAdapter)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
regTransactionManager(String, DataSource)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
regTransactionManager(String, DataSource, boolean)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
regTransactionManager(String, String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
regTransactionManager(String, String, boolean)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
replaceVariable(DataRuntime, TextRun)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
SQLAdapter
rollback(TransactionStatus)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
回滚事务
row(boolean, DataRuntime, LinkedHashMap<String, Column>, ConfigStore, ResultSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
封装查询结果
row(DataRuntime, boolean, ConfigStore, LinkedHashMap<String, Column>, ResultSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
封装查询结果
row(boolean, DataRuntime, LinkedHashMap<String, Column>, ConfigStore, ResultSet)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
封装查询结果
S
save(DataRuntime, String, String, Object, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
save [入口]
根据是否有主键值确认insert | update
执行完成后会补齐自增主键值
saveCollection(DataRuntime, String, String, Collection<?>, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
saveObject(DataRuntime, String, String, Object, ConfigStore, boolean, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select(DataRuntime, String, boolean, ACTION.DML, String, ConfigStore, Run, String, List<Object>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select(DataRuntime, String, boolean, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select [执行]
select(DataRuntime, String, Class<T>, String, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
查询
selects(DataRuntime, String, RunPrepare, Class<T>, ConfigStore, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
query [入口]
sequence(DataRuntime, String, boolean, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
select [执行]
setAdapter(DriverAdapter)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
setApplicationContext(ApplicationContext)
- 类 中的方法org.anyline.data.jdbc.listener.
JDBCEnvironmentListener
setFeature(String)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
setHolder(RuntimeHolder)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
setKey(String)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
setListener(DMListener)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
setProcessor(Object)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
setVersion(String)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntime
SQLAdapter
-
org.anyline.data.jdbc.adapter.init
中的类
SQL生成 子类主要实现与分页相关的SQL 以及delimiter
SQLAdapter()
- 类 的构造器org.anyline.data.jdbc.adapter.init.
SQLAdapter
startTransaction(String, DefaultTransactionDefinition)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
启动事务
startTransaction(String, int)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
启动事务
startTransaction(String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
启动事务 * @param datasource 数据源 更多参数调用startTransaction(String datasource, DefaultTransactionDefinition definition)
startTransaction(DefaultTransactionDefinition)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
启动事务(默认数据源)
startTransaction(int)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
开启事务
startTransaction()
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
开启事务
stream(StreamHandler, ResultSet, ConfigStore, boolean, DataRuntime, LinkedHashMap<String, Column>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
T
tables(DataRuntime, String, boolean, String, String, String, String, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tables(DataRuntime, String, String, String, String, String, boolean)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tables(DataRuntime, boolean, LinkedHashMap<String, T>, String, String, String, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
根据 DatabaseMetaData 查询表
tables(DataRuntime, boolean, List<T>, String, String, String, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tables(DataRuntime, int, boolean, String, String, LinkedHashMap<String, T>, DataSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
根据查询结构解析表属性
tables(DataRuntime, int, boolean, String, String, List<T>, DataSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tags(DataRuntime, String, boolean, Table)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tags(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
tags(DataRuntime, boolean, Table, LinkedHashMap<String, T>, SqlRowSet)
- 接口 中的方法org.anyline.data.jdbc.adapter.
JDBCAdapter
解析查询结果metadata(0=1)
temporary(String, Object, String, DriverAdapter)
- 类 中的方法org.anyline.data.jdbc.runtime.
JDBCRuntimeHolder
注册数据源 子类覆盖 生成简单的DataRuntime不注册到spring
triggers(DataRuntime, String, boolean, Table, List<Trigger.EVENT>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
truncate(DataRuntime, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
truncate [入口]
U
update(DataRuntime, String, int, String, Object, ConfigStore, List<String>)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
UPDATE [入口]
update(DataRuntime, String, String, Object, ConfigStore, Run)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
update [执行]
V
validate(String)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
检测数据源是否连接正常
validate()
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
validate(DataRuntime)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
validate(JdbcTemplate)
- 类 中的静态方法org.anyline.data.jdbc.ds.
DataSourceHolder
version
- 类 中的变量org.anyline.data.jdbc.runtime.
JDBCRuntime
运行环境版本 用来匹配 DriverAdapter
views(DataRuntime, String, boolean, String, String, String, String)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
views(DataRuntime, boolean, LinkedHashMap<String, T>, String, String, String, String...)
- 类 中的方法org.anyline.data.jdbc.adapter.init.
DefaultJDBCAdapter
根据DatabaseMetaData
A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2023. All rights reserved.