跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Y 

A

A - com.queryflow.accessor中的类
 
AbstractConfigFileParser<T> - com.queryflow.config.parser中的类
配置文件解析器抽象类
AbstractConfigFileParser() - 类 的构造器com.queryflow.config.parser.AbstractConfigFileParser
 
AbstractPageSqlMatchProcess - com.queryflow.page中的类
 
AbstractPageSqlMatchProcess() - 类 的构造器com.queryflow.page.AbstractPageSqlMatchProcess
 
AbstractSqlRunner - com.queryflow.accessor.runner中的类
 
AbstractSqlRunner() - 类 的构造器com.queryflow.accessor.runner.AbstractSqlRunner
 
accept(T) - 接口 中的方法com.queryflow.utils.Filter
 
Accessor - com.queryflow.accessor中的接口
数据库访问者接口
accessor() - 接口 中的静态方法com.queryflow.accessor.AccessorFactory
 
accessor(int) - 接口 中的静态方法com.queryflow.accessor.AccessorFactory
 
accessor(String) - 接口 中的静态方法com.queryflow.accessor.AccessorFactory
 
AccessorFactory - com.queryflow.accessor中的接口
 
AccessorFactoryBuilder - com.queryflow.accessor中的类
创建数据库 API,一般在程序启动初始化时使用。
AccessorFactoryBuilder() - 类 的构造器com.queryflow.accessor.AccessorFactoryBuilder
 
Action<T> - com.queryflow.common.function中的接口
 
Action2<T1,T2> - com.queryflow.common.function中的接口
 
add(String) - 类 中的方法com.queryflow.accessor.statement.BatchStatement
 
add() - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
add(List<Object>) - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
add(Object...) - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
addDatabase(DataSource) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
addDatabase(String, DataSource) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
addDatabase(DatabaseConfig) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
addDatabase(String, String, String) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
addDatabse(String, String, String, String) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
addMapperClass(Class<?>, boolean, BeanFactory) - 类 中的静态方法com.queryflow.mapper.MapperManager
新增 Mapper 类,可指定是否将其注册到 Spring 容器中。
addMapperClass(Class<?>) - 类 中的静态方法com.queryflow.mapper.MapperManager
 
addSqlValue(SqlValue) - 类 中的方法com.queryflow.mapper.MapperMethod
 
after(Interceptors, Statement) - 类 中的静态方法com.queryflow.accessor.interceptor.InterceptorHelper
 
afterExecution(Statement) - 接口 中的方法com.queryflow.accessor.interceptor.Interceptor
在 SQL 执行后调用该方法
and() - 类 中的方法com.queryflow.sql.Where
 
and(String) - 类 中的方法com.queryflow.sql.Where
 
andNew() - 类 中的方法com.queryflow.sql.Where
 
appender - 类 中的变量com.queryflow.sql.Where
 
apply(T) - 接口 中的方法com.queryflow.common.function.Action
 
apply(T1, T2) - 接口 中的方法com.queryflow.common.function.Action2
 
Assert - com.queryflow.utils中的类
 
AutoIncrementKeyGenerator - com.queryflow.key中的类
 
AutoIncrementKeyGenerator() - 类 的构造器com.queryflow.key.AutoIncrementKeyGenerator
 

B

BaseSqlRunner - com.queryflow.accessor.runner中的类
 
BaseSqlRunner() - 类 的构造器com.queryflow.accessor.runner.BaseSqlRunner
 
BaseStatement<T extends BaseStatement> - com.queryflow.accessor.statement中的类
 
batch(String...) - 类 中的静态方法com.queryflow.accessor.A
 
batch(List<String>) - 类 中的静态方法com.queryflow.accessor.A
 
batch(String, List<List<Object>>) - 类 中的静态方法com.queryflow.accessor.A
 
batch(String...) - 接口 中的方法com.queryflow.accessor.Accessor
批量执行给定的 SQL
batch(List<String>) - 接口 中的方法com.queryflow.accessor.Accessor
 
batch(String, List<List<Object>>) - 接口 中的方法com.queryflow.accessor.Accessor
 
batch(String...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
batch(List<String>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
batch(String, List<List<Object>>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
batch(Connection, String, List<List<Object>>, Interceptors) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
batch(Connection, List<String>, Interceptors) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
batch(Connection, String, List<List<Object>>, Interceptors) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
batch(Connection, List<String>, Interceptors) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
batchInsertGetKes(String, List<List<Object>>, String[], Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
批量执行插入操作,同时返回数据库自动生成的主键值
batchInsertGetKes(String, List<List<Object>>, String[], Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
batchInsertGetKeys(Connection, String, List<List<Object>>, String[], Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
batchInsertGetKeys(Connection, String, List<List<Object>>, String[], Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
BatchStatement - com.queryflow.accessor.statement中的类
 
BatchStatement(ConnectionExecutor) - 类 的构造器com.queryflow.accessor.statement.BatchStatement
 
batchUpdate(List<String>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
批量执行增删改操作
batchUpdate(String, List<List<Object>>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
批量执行增删改预编译 SQL
batchUpdate(List<String>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
batchUpdate(String, List<List<Object>>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
BeanListResultSetHandler<T> - com.queryflow.accessor.handler中的类
将查询结果数据封装成 Java Bean 列表
BeanListResultSetHandler(Class<T>) - 类 的构造器com.queryflow.accessor.handler.BeanListResultSetHandler
 
BeanResultSetHandler<T> - com.queryflow.accessor.handler中的类
将查询结果中的一行处理成 Java Bean 类。
before(Interceptors, Statement) - 类 中的静态方法com.queryflow.accessor.interceptor.InterceptorHelper
 
beforeExecution(Statement) - 接口 中的方法com.queryflow.accessor.interceptor.Interceptor
在 SQL 执行前调用该方法
between(String, Object, Object) - 类 中的方法com.queryflow.sql.Where
 
bind(Object) - 类 中的方法com.queryflow.accessor.statement.BaseStatement
 
Bind - com.queryflow.annotation中的注释类型
 
bindArray(Object[]) - 类 中的方法com.queryflow.accessor.statement.BaseStatement
 
bindList(List<Object>) - 类 中的方法com.queryflow.accessor.statement.BaseStatement
 
build() - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
build(boolean) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
build() - 类 中的方法com.queryflow.mapper.MapperMethodBuilder
 
buildErrorMessage(SQLException, String, List<Object>) - 类 中的方法com.queryflow.accessor.runner.AbstractSqlRunner
 
buildExecutor() - 类 中的方法com.queryflow.mapper.MapperMethod
 
buildSql() - 类 中的方法com.queryflow.sql.Delete
 
buildSql() - 类 中的方法com.queryflow.sql.Insert
 
buildSql() - 类 中的方法com.queryflow.sql.Select
 
buildSql() - 类 中的方法com.queryflow.sql.Update
 

C

Cache<K,V> - com.queryflow.cache中的接口
 
CacheIterator<K,V> - com.queryflow.cache中的类
 
CacheIterator(Iterator<Map.Entry<K, ? extends ValueObject<K, V>>>) - 类 的构造器com.queryflow.cache.CacheIterator
 
call(String, Object...) - 类 中的静态方法com.queryflow.accessor.A
 
call(String, List<Object>) - 类 中的静态方法com.queryflow.accessor.A
 
call(String, Object...) - 接口 中的方法com.queryflow.accessor.Accessor
 
call(String, List<Object>) - 接口 中的方法com.queryflow.accessor.Accessor
 
call(String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行存储过程
call(String, List<Object>, Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行存储过程
call(String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
call(String, List<Object>, Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
call(String, Object...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
call(String, List<Object>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
call(Connection, String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
call(Connection, String, List<Object>, Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
call(Connection, String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
call(Connection, String, List<Object>, Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
CallStatement - com.queryflow.accessor.statement中的类
 
CallStatement(String, ConnectionExecutor) - 类 的构造器com.queryflow.accessor.statement.CallStatement
 
camelCaseToSnake(boolean) - 类 中的方法com.queryflow.config.GlobalConfig
 
camelCaseToSnake(String) - 类 中的静态方法com.queryflow.utils.Utils
将小驼峰命名方式的字符串转换为 _ 命名方式 userName 输出 user_name
CglibProxyFactory - com.queryflow.mapper.proxy中的类
 
CglibProxyFactory() - 类 的构造器com.queryflow.mapper.proxy.CglibProxyFactory
 
ClassInstantiationException - com.queryflow.utils中的异常错误
 
ClassInstantiationException(Class<?>, String) - 异常错误 的构造器com.queryflow.utils.ClassInstantiationException
 
ClassInstantiationException(Class<?>, String, Throwable) - 异常错误 的构造器com.queryflow.utils.ClassInstantiationException
 
ClassScanner - com.queryflow.utils中的类
类扫描工具类,可指定扫描的包,可设置过滤器 ClassScanner.newScanner() .setFilter(filter) .scan();
clear() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
clearValues() - 接口 中的方法com.queryflow.cache.Cache
 
clearValues() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
close() - 类 中的静态方法com.queryflow.accessor.A
 
close() - 接口 中的方法com.queryflow.accessor.Accessor
关闭数据库连接
close() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
关闭数据库连接
close() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
关闭数据库链接
close() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
close(Connection) - 类 中的静态方法com.queryflow.utils.JdbcUtil
关闭数据库连接
close(Statement) - 类 中的静态方法com.queryflow.utils.JdbcUtil
关闭 Statement
close(ResultSet) - 类 中的静态方法com.queryflow.utils.JdbcUtil
关闭 ResultSet
close(ResultSet, Statement) - 类 中的静态方法com.queryflow.utils.JdbcUtil
同时关闭 ResultSet 和 Statement
close(Closeable...) - 类 中的静态方法com.queryflow.utils.Utils
 
closeAfterExecuted(boolean) - 类 中的方法com.queryflow.config.GlobalConfig
 
Column - com.queryflow.annotation中的注释类型
 
column(String, Object) - 类 中的方法com.queryflow.sql.Insert
 
columns(String...) - 类 中的方法com.queryflow.sql.Insert
 
com.queryflow.accessor - 程序包 com.queryflow.accessor
 
com.queryflow.accessor.connection - 程序包 com.queryflow.accessor.connection
 
com.queryflow.accessor.handler - 程序包 com.queryflow.accessor.handler
 
com.queryflow.accessor.interceptor - 程序包 com.queryflow.accessor.interceptor
 
com.queryflow.accessor.runner - 程序包 com.queryflow.accessor.runner
 
com.queryflow.accessor.statement - 程序包 com.queryflow.accessor.statement
 
com.queryflow.annotation - 程序包 com.queryflow.annotation
 
com.queryflow.cache - 程序包 com.queryflow.cache
 
com.queryflow.cache.impl - 程序包 com.queryflow.cache.impl
 
com.queryflow.common - 程序包 com.queryflow.common
 
com.queryflow.common.function - 程序包 com.queryflow.common.function
 
com.queryflow.config - 程序包 com.queryflow.config
 
com.queryflow.config.parser - 程序包 com.queryflow.config.parser
 
com.queryflow.key - 程序包 com.queryflow.key
 
com.queryflow.key.sequence - 程序包 com.queryflow.key.sequence
 
com.queryflow.log - 程序包 com.queryflow.log
 
com.queryflow.log.commons - 程序包 com.queryflow.log.commons
 
com.queryflow.log.jdk14 - 程序包 com.queryflow.log.jdk14
 
com.queryflow.log.log4j - 程序包 com.queryflow.log.log4j
 
com.queryflow.log.log4j2 - 程序包 com.queryflow.log.log4j2
 
com.queryflow.log.nologging - 程序包 com.queryflow.log.nologging
 
com.queryflow.log.slf4j - 程序包 com.queryflow.log.slf4j
 
com.queryflow.log.stdout - 程序包 com.queryflow.log.stdout
 
com.queryflow.mapper - 程序包 com.queryflow.mapper
 
com.queryflow.mapper.executor - 程序包 com.queryflow.mapper.executor
 
com.queryflow.mapper.proxy - 程序包 com.queryflow.mapper.proxy
 
com.queryflow.page - 程序包 com.queryflow.page
 
com.queryflow.reflection - 程序包 com.queryflow.reflection
 
com.queryflow.reflection.entity - 程序包 com.queryflow.reflection.entity
 
com.queryflow.reflection.invoker - 程序包 com.queryflow.reflection.invoker
 
com.queryflow.sql - 程序包 com.queryflow.sql
 
com.queryflow.utils - 程序包 com.queryflow.utils
 
commit() - 类 中的静态方法com.queryflow.accessor.A
 
commit(boolean) - 类 中的静态方法com.queryflow.accessor.A
 
commit() - 接口 中的方法com.queryflow.accessor.Accessor
提交数据库事务,事务提交后,会关闭数据库连接
commit(boolean) - 接口 中的方法com.queryflow.accessor.Accessor
提交数据库事务
commit() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
提交事务
commit() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
提交事务
commit() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
commit(boolean) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
concurrentUpdatable() - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
configer() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
ConfigFileFactory - com.queryflow.config.parser中的类
配置文件解析工具类
ConfigFileParser<T> - com.queryflow.config.parser中的接口
配置文件解析器
connection - 类 中的变量com.queryflow.accessor.connection.TransactionManager
 
ConnectionExecutor - com.queryflow.accessor.connection中的接口
JDBC 数据库操作执行接口 负责执行 SQL 的增删改查
ConnectionManager - com.queryflow.accessor.connection中的接口
JDBC 数据库连接管理接口 负责获取数据库连接Connection, 开启事务,提交事务,回滚事务,关闭数据库连接
containKeyGenerator(Class<? extends KeyGenerator>) - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
 
containTag(String) - 接口 中的方法com.queryflow.accessor.AccessorFactory
 
convert(String, Object[]) - 类 中的方法com.queryflow.utils.SqlInterpolation
 
convert(String, List<Object>) - 类 中的方法com.queryflow.utils.SqlInterpolation
 
Converts - com.queryflow.utils中的类
 
CopiedIterator<V> - com.queryflow.utils中的类
拷贝迭代器
CopiedIterator(Iterator<V>) - 类 的构造器com.queryflow.utils.CopiedIterator
 
copy(InputStream, OutputStream) - 类 中的静态方法com.queryflow.utils.Utils
从输入流读取数据,写入到输出流
count(String, Object...) - 类 中的静态方法com.queryflow.accessor.A
 
count(String, List<Object>) - 类 中的静态方法com.queryflow.accessor.A
 
count(String, Object...) - 接口 中的方法com.queryflow.accessor.Accessor
对 SQL 查询的结果执行 Count 操作
count(String, List<Object>) - 接口 中的方法com.queryflow.accessor.Accessor
 
count(String, Object...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
count(String, List<Object>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
createBatch() - 类 中的静态方法com.queryflow.accessor.A
 
createBatch() - 接口 中的方法com.queryflow.accessor.Accessor
创建批量操作表达式
createBatch() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
createCall(String) - 类 中的静态方法com.queryflow.accessor.A
 
createCall(String) - 接口 中的方法com.queryflow.accessor.Accessor
 
createCall(String) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
createFieldInvoker(Field) - 类 中的方法com.queryflow.reflection.entity.EntityReflector
 
createFieldInvoker(Field) - 类 中的方法com.queryflow.reflection.Reflector
 
createMethodInvoker(Method) - 类 中的方法com.queryflow.reflection.Reflector
 
createProxy(Class<T>, Callback) - 类 中的方法com.queryflow.mapper.proxy.CglibProxyFactory
 
createProxy(Class<T>, Callback) - 接口 中的方法com.queryflow.mapper.proxy.ProxyFactory
 
createQuery(String) - 类 中的静态方法com.queryflow.accessor.A
 
createQuery(String) - 接口 中的方法com.queryflow.accessor.Accessor
创建查询表达式
createQuery(String) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
createUpdate(String) - 类 中的静态方法com.queryflow.accessor.A
 
createUpdate(String) - 接口 中的方法com.queryflow.accessor.Accessor
创建 Update 表达式,执行增删改操作
createUpdate(String) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 

D

DatabaseConfig - com.queryflow.config中的类
数据源配置。
DatabaseConfig() - 类 的构造器com.queryflow.config.DatabaseConfig
 
DatabaseConfig(String, String, String) - 类 的构造器com.queryflow.config.DatabaseConfig
 
DataExecutor - com.queryflow.accessor.connection中的类
数据库操作实现类
DataExecutor(DataSource) - 类 的构造器com.queryflow.accessor.connection.DataExecutor
 
DataSource - com.queryflow.annotation中的注释类型
 
dataSourceTag - 类 中的变量com.queryflow.mapper.executor.MapperMethodExecutor
 
DataType - com.queryflow.common中的枚举
 
DATE_PATTERN - 类 中的静态变量com.queryflow.utils.Converts
 
DateFormat - com.queryflow.annotation中的注释类型
 
DbType - com.queryflow.common中的枚举
 
dbType() - 类 中的方法com.queryflow.page.AbstractPageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.DerbyPageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.H2PageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.MysqlPageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.OraclePageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.SQLitePageSqlMatchProcess
 
dbType() - 类 中的方法com.queryflow.page.SqlServerPageSqlMatchProcess
 
debug(boolean) - 类 中的方法com.queryflow.config.GlobalConfig
 
debug(String) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
debug(String) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
debug(String) - 接口 中的方法com.queryflow.log.Log
 
debug(String, Throwable) - 接口 中的方法com.queryflow.log.Log
 
debug(String) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
debug(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
debug(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
debug(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
debug(String) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
debug(String) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
debug(String) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
debug(String, Throwable) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
DEFAULT_TAG - 接口 中的静态变量com.queryflow.accessor.AccessorFactory
 
DefaultAccessor - com.queryflow.accessor中的类
 
defaultConstructor - 类 中的变量com.queryflow.reflection.Reflector
 
defaultPageLimit(int) - 类 中的方法com.queryflow.config.GlobalConfig
 
Delete - com.queryflow.sql中的类
 
Delete(String) - 类 的构造器com.queryflow.sql.Delete
 
delete(String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
deleteById(String, String, Serializable) - 类 中的静态方法com.queryflow.sql.SqlBox
 
deleteById(String, String, Serializable, String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
deleteById(Class<?>, Serializable) - 类 中的静态方法com.queryflow.sql.SqlBox
 
deleteById(Class<?>, Serializable, String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
DerbyPageSqlMatchProcess - com.queryflow.page中的类
 
DerbyPageSqlMatchProcess() - 类 的构造器com.queryflow.page.DerbyPageSqlMatchProcess
 
DictionaryEnum<T> - com.queryflow.common中的接口
Dictionary enum of interface.

E

EntityField - com.queryflow.reflection.entity中的类
 
EntityField(Field) - 类 的构造器com.queryflow.reflection.entity.EntityField
 
EntityField(Field, boolean) - 类 的构造器com.queryflow.reflection.entity.EntityField
 
EntityReflector - com.queryflow.reflection.entity中的类
反射获取实体类信息
EntityReflector(Class<?>) - 类 的构造器com.queryflow.reflection.entity.EntityReflector
 
EntityReflector(Class<?>, boolean) - 类 的构造器com.queryflow.reflection.entity.EntityReflector
 
eq(String, Object) - 类 中的方法com.queryflow.sql.Where
 
error(String, Throwable) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
error(String) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
error(String) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
error(String, Throwable) - 接口 中的方法com.queryflow.log.Log
 
error(String) - 接口 中的方法com.queryflow.log.Log
 
error(Throwable) - 接口 中的方法com.queryflow.log.Log
 
error(String, Throwable) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
error(String) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
error(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
error(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
error(Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
error(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
error(String) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
error(String) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
error(String, Throwable) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
error(String) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
error(Throwable) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
execute() - 类 中的方法com.queryflow.accessor.statement.BatchStatement
 
execute() - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
execute() - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
execute() - 类 中的方法com.queryflow.accessor.statement.UpdateStatement
 
execute(Object, Object[]) - 类 中的方法com.queryflow.mapper.executor.ExecuteMethodExecutor
 
execute(Object, Object[]) - 类 中的方法com.queryflow.mapper.executor.ListResultSelectMethodExecutor
 
execute(Object, Object[]) - 类 中的方法com.queryflow.mapper.executor.MapperMethodExecutor
 
execute(Object, Object[]) - 类 中的方法com.queryflow.mapper.executor.OneResultSelectMethodExecutor
 
execute(Object, Object[]) - 类 中的方法com.queryflow.mapper.MapperMethod
 
execute() - 类 中的方法com.queryflow.sql.Delete
 
execute(String) - 类 中的方法com.queryflow.sql.Delete
 
execute() - 类 中的方法com.queryflow.sql.Insert
 
execute(String) - 类 中的方法com.queryflow.sql.Insert
 
execute() - 类 中的方法com.queryflow.sql.Update
 
execute(String) - 类 中的方法com.queryflow.sql.Update
 
executeAndReturnGeneratedKeys(String...) - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
executeAndReturnGeneratedKeys(String...) - 类 中的方法com.queryflow.accessor.statement.UpdateStatement
 
ExecuteMethodExecutor - com.queryflow.mapper.executor中的类
 
ExecuteMethodExecutor(String, String, List<SqlValue>) - 类 的构造器com.queryflow.mapper.executor.ExecuteMethodExecutor
 
executor - 类 中的变量com.queryflow.accessor.statement.Statement
 
exists() - 类 中的方法com.queryflow.reflection.entity.EntityField
 

F

fetchDirection(FetchDirection) - 类 中的静态方法com.queryflow.accessor.interceptor.StatementInterceptors
 
FetchDirection - com.queryflow.common中的枚举
 
fetchSize(int) - 类 中的静态方法com.queryflow.accessor.interceptor.StatementInterceptors
 
field - 类 中的变量com.queryflow.reflection.invoker.Property
 
FieldInvoker - com.queryflow.reflection.invoker中的接口
 
fieldInvokers - 类 中的变量com.queryflow.reflection.Reflector
 
fieldIterator() - 类 中的方法com.queryflow.reflection.Reflector
遍历类的成员变量
FieldReflector - com.queryflow.reflection中的类
仅反射获取指定类的成员变量
FieldReflector(Class<?>) - 类 的构造器com.queryflow.reflection.FieldReflector
 
FieldReflector(Class<?>, boolean) - 类 的构造器com.queryflow.reflection.FieldReflector
 
fieldSize() - 类 中的方法com.queryflow.reflection.Reflector
 
fillStatement(PreparedStatement, List<Object>) - 类 中的方法com.queryflow.accessor.runner.AbstractSqlRunner
 
fillValues(Object[]) - 类 中的方法com.queryflow.mapper.executor.MapperMethodExecutor
 
Filter<T> - com.queryflow.utils中的接口
 
forClass(Class) - 类 中的静态方法com.queryflow.reflection.ReflectionUtil
 
forEntityClass(Class<?>) - 类 中的静态方法com.queryflow.reflection.ReflectionUtil
 
from(String) - 类 中的方法com.queryflow.sql.Select
 
fromFile() - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
fromFile(String) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 

G

ge(String, Object) - 类 中的方法com.queryflow.sql.Where
 
generate() - 类 中的方法com.queryflow.key.AutoIncrementKeyGenerator
 
generate() - 接口 中的方法com.queryflow.key.KeyGenerator
 
generate() - 类 中的方法com.queryflow.key.SimpleKeyGenerator
 
generate() - 类 中的方法com.queryflow.key.SnowflakeKeyGenerator
 
generate() - 类 中的方法com.queryflow.key.UUIDKeyGenerator
 
generateId(Class<? extends KeyGenerator<T>>) - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
 
generateId() - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
生成 ID,默认为使用 snowflake 算法
get(Object) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
get() - 类 中的方法com.queryflow.cache.ValueObject
 
getAccessor() - 接口 中的方法com.queryflow.accessor.AccessorFactory
 
getAccessor(String) - 接口 中的方法com.queryflow.accessor.AccessorFactory
 
getAccessor(int) - 接口 中的方法com.queryflow.accessor.AccessorFactory
 
getAccessor() - 类 中的方法com.queryflow.mapper.executor.MapperMethodExecutor
 
getAllParameters() - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getAnnotation(Class<? extends Annotation>) - 类 中的方法com.queryflow.reflection.invoker.Property
 
getBeanClass() - 类 中的方法com.queryflow.mapper.SqlValue
 
getBigDecimal(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBigDecimal(String, BigDecimal) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBigDecimal(String) - 类 中的方法com.queryflow.common.ResultMap
 
getBigDecimal(String, BigDecimal) - 类 中的方法com.queryflow.common.ResultMap
 
getBlob(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBlob(String, Blob) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBlob(String) - 类 中的方法com.queryflow.common.ResultMap
 
getBlob(String, Blob) - 类 中的方法com.queryflow.common.ResultMap
 
getBoolean(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBoolean(String, Boolean) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBoolean(String) - 类 中的方法com.queryflow.common.ResultMap
 
getBoolean(String, Boolean) - 类 中的方法com.queryflow.common.ResultMap
 
getByte(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getByte(String, Byte) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getByte(String) - 类 中的方法com.queryflow.common.ResultMap
 
getByte(String, Byte) - 类 中的方法com.queryflow.common.ResultMap
 
getBytes(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBytes(String, byte[]) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getBytes(String) - 类 中的方法com.queryflow.common.ResultMap
 
getBytes(String, byte[]) - 类 中的方法com.queryflow.common.ResultMap
 
getCharacter(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getCharacter(String, Character) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getCharacter(String) - 类 中的方法com.queryflow.common.ResultMap
 
getCharacter(String, Character) - 类 中的方法com.queryflow.common.ResultMap
 
getClob(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getClob(String, Clob) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getClob(String) - 类 中的方法com.queryflow.common.ResultMap
 
getClob(String, Clob) - 类 中的方法com.queryflow.common.ResultMap
 
getCode() - 接口 中的方法com.queryflow.common.DictionaryEnum
代码值
getColumnName() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
getColumnName(ResultSetMetaData, int) - 类 中的静态方法com.queryflow.utils.JdbcUtil
获取指定位置的列名
getConnection() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
获取数据库连接
getConnection() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
获取原始的数据库链接
getConnectProperties() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getCountSql(String) - 类 中的方法com.queryflow.page.AbstractPageSqlMatchProcess
 
getCountSql(String) - 接口 中的方法com.queryflow.page.PageSqlMatchProcess
 
getDataCenterId() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
getDataSource() - 类 中的静态方法com.queryflow.accessor.A
 
getDataSource() - 接口 中的方法com.queryflow.accessor.Accessor
获取数据源
getDataSource() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
获取数据源
getDataSource() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
返回使用的数据源
getDataSource() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
getDataSourceTag() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getDataType() - 类 中的方法com.queryflow.accessor.runner.OutParameter
 
getDate(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getDate(String, Date) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getDate(String) - 类 中的方法com.queryflow.common.ResultMap
 
getDate(String, Date) - 类 中的方法com.queryflow.common.ResultMap
 
getDbType(String) - 类 中的静态方法com.queryflow.utils.JdbcUtil
从 JDBC URL 中解析数据库类型
getDbType(DataSource) - 类 中的静态方法com.queryflow.utils.JdbcUtil
获取数据库类型。
getDefaultConstructor(Class<T>) - 类 中的静态方法com.queryflow.utils.Utils
获取指定类的无参数默认构造方法
getDefaultPageLimit() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
getDicClass() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
getDouble(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getDouble(String, Double) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getDouble(String) - 类 中的方法com.queryflow.common.ResultMap
 
getDouble(String, Double) - 类 中的方法com.queryflow.common.ResultMap
 
getField(String) - 类 中的方法com.queryflow.reflection.entity.EntityReflector
 
getField() - 类 中的方法com.queryflow.reflection.invoker.Property
 
getFieldInvoker(String) - 类 中的方法com.queryflow.reflection.Reflector
 
getFieldValue(String, Object) - 类 中的方法com.queryflow.reflection.Reflector
获取目标对象中指定字段的值
getFilters() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getFloat(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getFloat(String, Float) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getFloat(String) - 类 中的方法com.queryflow.common.ResultMap
 
getFloat(String, Float) - 类 中的方法com.queryflow.common.ResultMap
 
getIdField() - 类 中的方法com.queryflow.reflection.entity.EntityReflector
 
getIndex() - 类 中的方法com.queryflow.mapper.MapperMethodParameter
 
getIndex() - 类 中的方法com.queryflow.mapper.SqlValue
 
getInitialSize() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getInteger(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getInteger(String, Integer) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getInteger(String) - 类 中的方法com.queryflow.common.ResultMap
 
getInteger(String, Integer) - 类 中的方法com.queryflow.common.ResultMap
 
getInterceptors() - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
getKeyGenerator(Class<? extends KeyGenerator>) - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
 
getKeyGeneratorClass() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
getLimit() - 类 中的方法com.queryflow.page.Pager
 
getLog(Class<?>) - 类 中的静态方法com.queryflow.log.LogFactory
 
getLog(String) - 类 中的静态方法com.queryflow.log.LogFactory
 
getLong(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getLong(String, Long) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getLong(String) - 类 中的方法com.queryflow.common.ResultMap
 
getLong(String, Long) - 类 中的方法com.queryflow.common.ResultMap
 
getMapper(Class<T>) - 类 中的静态方法com.queryflow.accessor.A
 
getMapper(Class<T>) - 接口 中的方法com.queryflow.accessor.Accessor
 
getMapper(Class<T>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
getMapperClass(Class<T>) - 类 中的静态方法com.queryflow.mapper.MapperManager
 
getMapperMethod(Method) - 类 中的静态方法com.queryflow.mapper.MapperMethodBuilder
 
getMaxActive() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getMaxFieldSize() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
getMaxPoolPreparedStatementPerConnectionSize() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getMaxSize() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
getMaxWait() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getMethod() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
getMethod(Class<?>, String, Class<?>...) - 类 中的静态方法com.queryflow.utils.Utils
获取指定类中指定方法名的方法
getMethodInvoker(String) - 类 中的方法com.queryflow.reflection.FieldReflector
 
getMethodInvoker(String) - 类 中的方法com.queryflow.reflection.Reflector
 
getMinEvictableIdleTimeMillis() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getMinIdle() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getName() - 类 中的方法com.queryflow.mapper.MapperMethodParameter
 
getName() - 类 中的方法com.queryflow.mapper.SqlValue
 
getName() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
getName() - 接口 中的方法com.queryflow.reflection.invoker.Invoker
 
getName() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
getName() - 类 中的方法com.queryflow.reflection.invoker.Property
 
getObject(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getPage() - 类 中的方法com.queryflow.page.Pager
 
getPages() - 类 中的方法com.queryflow.page.Pager
 
getParameter(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getParameterType() - 类 中的方法com.queryflow.mapper.MapperMethodParameter
 
getPassword() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getPreparedSql() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getQueryMaxRows() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
getQueryTimeout() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
getRecords() - 类 中的方法com.queryflow.page.Pager
 
getResultSetValue(ResultSet, int, Class<?>) - 类 中的静态方法com.queryflow.utils.JdbcUtil
通过指定的索引和数据类型从 ResultSet 中获取对应值
getResultSetValue(ResultSet, int) - 类 中的静态方法com.queryflow.utils.JdbcUtil
 
getReturnClass() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getReturnType() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getReturnType() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
getSequesceName() - 类 中的方法com.queryflow.key.sequence.OracleSequence
 
getShort(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getShort(String, Short) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getShort(String) - 类 中的方法com.queryflow.common.ResultMap
 
getShort(String, Short) - 类 中的方法com.queryflow.common.ResultMap
 
getSqlType() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getSqlValues() - 类 中的方法com.queryflow.mapper.MapperMethod
 
getStart() - 类 中的方法com.queryflow.page.Pager
 
getStatementInitConfig() - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
getString(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getString(String, String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getString(String) - 类 中的方法com.queryflow.common.ResultMap
 
getString(String, String) - 类 中的方法com.queryflow.common.ResultMap
 
getTableName() - 类 中的方法com.queryflow.reflection.entity.EntityReflector
 
getTag() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getterMethod(Field) - 类 中的静态方法com.queryflow.utils.Utils
获取指定字段的 getter 方法
getTime(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getTime(String, Time) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getTime(String) - 类 中的方法com.queryflow.common.ResultMap
 
getTime(String, Time) - 类 中的方法com.queryflow.common.ResultMap
 
getTimeBetweenEvictionRunsMillis() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getTimestamp(String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getTimestamp(String, Timestamp) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getTimestamp(String) - 类 中的方法com.queryflow.common.ResultMap
 
getTimestamp(String, Timestamp) - 类 中的方法com.queryflow.common.ResultMap
 
getTotal() - 类 中的方法com.queryflow.page.Pager
 
getType() - 类 中的方法com.queryflow.mapper.MapperMethodParameter
 
getType() - 类 中的方法com.queryflow.mapper.SqlValue
 
getType() - 接口 中的方法com.queryflow.reflection.invoker.FieldInvoker
Returns the field type.
getType() - 类 中的方法com.queryflow.reflection.invoker.Property
 
getType() - 类 中的方法com.queryflow.reflection.Reflector
类型
getUpdateRows() - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getUrl() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getUsername() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getUtilDate(String, String) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getUtilDate(String, String, Date) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
getUtilDate(String, String) - 类 中的方法com.queryflow.common.ResultMap
 
getUtilDate(String, String, Date) - 类 中的方法com.queryflow.common.ResultMap
 
getValidationQuery() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getValidationQueryTimeout() - 类 中的方法com.queryflow.config.DatabaseConfig
 
getValue() - 类 中的方法com.queryflow.accessor.runner.OutParameter
 
getValue(K) - 接口 中的方法com.queryflow.cache.Cache
 
getValue(K) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
getValue() - 接口 中的方法com.queryflow.common.DictionaryEnum
代码值示意
getValue() - 枚举 中的方法com.queryflow.common.TransactionLevel
 
getValue(Object) - 类 中的方法com.queryflow.reflection.entity.EntityField
 
getValue(Object) - 接口 中的方法com.queryflow.reflection.invoker.FieldInvoker
 
getValue(Object) - 类 中的方法com.queryflow.reflection.invoker.Property
 
getValues() - 类 中的方法com.queryflow.sql.Insert
 
getValues() - 类 中的方法com.queryflow.sql.Where
 
getWorkerId() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
GlobalConfig - com.queryflow.config中的类
全局配置。
groupBy(String) - 类 中的方法com.queryflow.sql.Select
 
groupBy(String...) - 类 中的方法com.queryflow.sql.Select
 
gt(String, Object) - 类 中的方法com.queryflow.sql.Where
 

H

H2PageSqlMatchProcess - com.queryflow.page中的类
 
H2PageSqlMatchProcess() - 类 的构造器com.queryflow.page.H2PageSqlMatchProcess
 
handle(ResultSet) - 类 中的方法com.queryflow.accessor.handler.BeanListResultSetHandler
 
handle(ResultSet) - 类 中的方法com.queryflow.accessor.handler.BeanResultSetHandler
 
handle(ResultSet) - 类 中的方法com.queryflow.accessor.handler.MapListResultSetHandler
 
handle(ResultSet) - 类 中的方法com.queryflow.accessor.handler.MapResultSetHandler
 
handle(ResultSet) - 接口 中的方法com.queryflow.accessor.handler.ResultSetHandler
 
handle(ResultSet) - 类 中的方法com.queryflow.accessor.statement.KeysResultSetHandler
 
hasNext() - 类 中的方法com.queryflow.cache.CacheIterator
 
hasNext() - 类 中的方法com.queryflow.utils.CopiedIterator
 
hasText(String) - 类 中的静态方法com.queryflow.utils.Assert
 
hasText(String, String) - 类 中的静态方法com.queryflow.utils.Assert
 
hasWhere - 类 中的变量com.queryflow.sql.Where
 
having(String) - 类 中的方法com.queryflow.sql.Select
 
having(String, Object) - 类 中的方法com.queryflow.sql.Select
 

I

Id - com.queryflow.annotation中的注释类型
 
in(String, Object...) - 类 中的方法com.queryflow.sql.Where
 
index(int) - 类 中的静态方法com.queryflow.accessor.A
 
info(String) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
info(String) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
info(String) - 接口 中的方法com.queryflow.log.Log
 
info(String) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
info(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
info(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
info(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
info(String) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
info(String) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
info(String) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
initFieldInvokers() - 类 中的方法com.queryflow.reflection.Reflector
 
initMethodInvokers() - 类 中的方法com.queryflow.reflection.FieldReflector
 
initMethodInvokers() - 类 中的方法com.queryflow.reflection.Reflector
 
Insert - com.queryflow.sql中的类
 
Insert(String) - 类 的构造器com.queryflow.sql.Insert
 
insert(Object) - 类 中的静态方法com.queryflow.sql.SqlBox
 
insert(Object, String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
insert(String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
insertGetKey(String, List<Object>, String[], Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
插入数据同时获取数据库自动生成的主键
insertGetKey(String, List<Object>, String[], Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
insertGetKey(Connection, String, List<Object>, String[], Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
insertGetKey(Connection, String, List<Object>, String[], Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
instantiate(Class<T>) - 类 中的静态方法com.queryflow.utils.Utils
实例化一个指定类的对象,该类不应该是一个接口或抽象类, 该类必须有一个不包含参数的 public 构造方法
intercept(Object, Method, Object[], MethodProxy) - 类 中的方法com.queryflow.mapper.proxy.MapperMethodInterceptor
 
Interceptor - com.queryflow.accessor.interceptor中的接口
拦截器
InterceptorHelper - com.queryflow.accessor.interceptor中的类
 
Interceptors - com.queryflow.accessor.interceptor中的类
 
Interceptors() - 类 的构造器com.queryflow.accessor.interceptor.Interceptors
 
interceptors - 类 中的变量com.queryflow.accessor.statement.Statement
 
internalExecute() - 类 中的方法com.queryflow.accessor.statement.BaseStatement
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.AbstractPageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.DerbyPageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.H2PageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.MysqlPageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.OraclePageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.SQLitePageSqlMatchProcess
 
internalSqlProcess(String, int, int) - 类 中的方法com.queryflow.page.SqlServerPageSqlMatchProcess
 
invoke(Object, Object...) - 接口 中的方法com.queryflow.reflection.invoker.MethodInvoker
 
invoke(Object, Object...) - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
invokeMethod(String, Object, Object...) - 类 中的方法com.queryflow.reflection.FieldReflector
 
invokeMethod(String, Object, Object...) - 类 中的方法com.queryflow.reflection.Reflector
执行目标对象中指定的方法
Invoker - com.queryflow.reflection.invoker中的接口
 
IORuntimeException - com.queryflow.utils中的异常错误
IO异常的非受检异常,当需要抛出 IOException 时,可用该类进行包裹
IORuntimeException() - 异常错误 的构造器com.queryflow.utils.IORuntimeException
 
IORuntimeException(String) - 异常错误 的构造器com.queryflow.utils.IORuntimeException
 
IORuntimeException(String, Throwable) - 异常错误 的构造器com.queryflow.utils.IORuntimeException
 
IORuntimeException(Throwable) - 异常错误 的构造器com.queryflow.utils.IORuntimeException
 
isAbstract() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
isBlank(String) - 类 中的静态方法com.queryflow.utils.Utils
判断给定的字符串是否为空,或者仅包含空白字符
isCamelCaseToSnake() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
isCloseAfterExecuted() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
isDebug() - 类 中的静态方法com.queryflow.config.GlobalConfig
 
isDebugEnabled() - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
isDebugEnabled() - 接口 中的方法com.queryflow.log.Log
 
isDebugEnabled() - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
isDebugEnabled() - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
isDictionaryKey() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
isEmpty() - 接口 中的方法com.queryflow.cache.Cache
 
isEmpty() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
isEmpty(String) - 类 中的静态方法com.queryflow.utils.Utils
判断给定的字符串是否为 null 或空。
isExpired() - 类 中的方法com.queryflow.cache.ValueObject
 
isFinal() - 接口 中的方法com.queryflow.reflection.invoker.Invoker
 
isFinal() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
isFinal() - 类 中的方法com.queryflow.reflection.invoker.Property
 
isFull() - 接口 中的方法com.queryflow.cache.Cache
 
isFull() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
isHide() - 接口 中的方法com.queryflow.reflection.invoker.Invoker
 
isHide() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
isHide() - 类 中的方法com.queryflow.reflection.invoker.Property
 
isIdField() - 类 中的方法com.queryflow.reflection.entity.EntityField
 
isJdbcCommonClass(Type) - 类 中的静态方法com.queryflow.utils.JdbcUtil
判断指定类型是否是 JDBC 支持的数据类型: 基本数据类型及其包装类型,String,java.sql.Date,java.sql.Timestamp,java.sql.Time,BigDecimal, byte[],Blob,Clob
isMatch(String) - 类 中的方法com.queryflow.page.AbstractPageSqlMatchProcess
 
isMatch(String) - 接口 中的方法com.queryflow.page.PageSqlMatchProcess
 
isNormalBean() - 类 中的方法com.queryflow.reflection.entity.EntityReflector
 
isNotEmpty(String) - 类 中的静态方法com.queryflow.utils.Utils
判断给定的字符串是否不为 null 并且不为空
isNotNull(String) - 类 中的方法com.queryflow.sql.Where
 
isNull(String) - 类 中的方法com.queryflow.sql.Where
 
isPoolPreparedStatements() - 类 中的方法com.queryflow.config.DatabaseConfig
 
isPrimitiveOrWrapper(Class<?>) - 类 中的静态方法com.queryflow.utils.Utils
判断指定的 Class 是否是基本数据类型或其包装类型
isStatic() - 接口 中的方法com.queryflow.reflection.invoker.Invoker
 
isStatic() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
isStatic() - 类 中的方法com.queryflow.reflection.invoker.Property
 
isTestWhileIdle() - 类 中的方法com.queryflow.config.DatabaseConfig
 
isTraceEnabled() - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
isTraceEnabled() - 接口 中的方法com.queryflow.log.Log
 
isTraceEnabled() - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
isTraceEnabled() - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
isZeroValue(Object) - 类 中的方法com.queryflow.reflection.entity.EntityField
 
iterator() - 类 中的方法com.queryflow.cache.impl.LRUCache
 

J

JakartaCommonsLoggingImpl - com.queryflow.log.commons中的类
 
JakartaCommonsLoggingImpl(String) - 类 的构造器com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
JdbcUtil - com.queryflow.utils中的类
关于数据库操作的工具类
Jdk14LoggingImpl - com.queryflow.log.jdk14中的类
 
Jdk14LoggingImpl(String) - 类 的构造器com.queryflow.log.jdk14.Jdk14LoggingImpl
 
join(String, Collection<T>, String) - 类 中的静态方法com.queryflow.utils.Utils
拼接字符串,可指定间隔符,以及后缀。
join(String, Collection<T>) - 类 中的静态方法com.queryflow.utils.Utils
拼接字符串

K

key - 类 中的变量com.queryflow.cache.ValueObject
 
KeyGenerateUtil - com.queryflow.key中的类
 
KeyGenerator<T> - com.queryflow.key中的接口
 
keyGeneratorSize() - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
 
KeysResultSetHandler - com.queryflow.accessor.statement中的类
 
KeysResultSetHandler(String...) - 类 的构造器com.queryflow.accessor.statement.KeysResultSetHandler
 

L

le(String, Object) - 类 中的方法com.queryflow.sql.Where
 
like(String, Object) - 类 中的方法com.queryflow.sql.Where
 
list(Class<T>) - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
list(Class<R>) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
list(Class<T>) - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
listFiles(File, Action2<File, String>) - 类 中的静态方法com.queryflow.utils.Utils
遍历指定目录中的所有文件
listMap() - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
listMap() - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
listMap() - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
ListResultSelectMethodExecutor - com.queryflow.mapper.executor中的类
 
ListResultSelectMethodExecutor(String, String, List<SqlValue>, Class<?>) - 类 的构造器com.queryflow.mapper.executor.ListResultSelectMethodExecutor
 
Log - com.queryflow.log中的接口
 
Log4j2AbstractLoggerImpl - com.queryflow.log.log4j2中的类
 
Log4j2AbstractLoggerImpl(AbstractLogger) - 类 的构造器com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
Log4j2Impl - com.queryflow.log.log4j2中的类
 
Log4j2Impl(String) - 类 的构造器com.queryflow.log.log4j2.Log4j2Impl
 
Log4j2LoggerImpl - com.queryflow.log.log4j2中的类
 
Log4j2LoggerImpl(Logger) - 类 的构造器com.queryflow.log.log4j2.Log4j2LoggerImpl
 
Log4jImpl - com.queryflow.log.log4j中的类
 
Log4jImpl(String) - 类 的构造器com.queryflow.log.log4j.Log4jImpl
 
LogException - com.queryflow.log中的异常错误
 
LogException() - 异常错误 的构造器com.queryflow.log.LogException
 
LogException(String) - 异常错误 的构造器com.queryflow.log.LogException
 
LogException(String, Throwable) - 异常错误 的构造器com.queryflow.log.LogException
 
LogException(Throwable) - 异常错误 的构造器com.queryflow.log.LogException
 
LogFactory - com.queryflow.log中的类
 
LRUCache<K,V> - com.queryflow.cache.impl中的类
 
LRUCache() - 类 的构造器com.queryflow.cache.impl.LRUCache
 
LRUCache(int) - 类 的构造器com.queryflow.cache.impl.LRUCache
 
lt(String, Object) - 类 中的方法com.queryflow.sql.Where
 

M

main(String[]) - 类 中的静态方法com.queryflow.accessor.A
 
main(String[]) - 类 中的静态方法com.queryflow.page.SimplePageSqlProcessSelector
 
MapListResultSetHandler - com.queryflow.accessor.handler中的类
将返回结果封装成 Map List
MapListResultSetHandler() - 类 的构造器com.queryflow.accessor.handler.MapListResultSetHandler
 
Mapper - com.queryflow.annotation中的注释类型
标识类是一个 Mapper,从而识别出类内方法的注解 SQL
MapperManager - com.queryflow.mapper中的类
Mapper 帮助类
MapperMethod - com.queryflow.mapper中的类
 
MapperMethod(MapperMethod.SqlType) - 类 的构造器com.queryflow.mapper.MapperMethod
 
MapperMethod.ReturnType - com.queryflow.mapper中的枚举
 
MapperMethod.SqlType - com.queryflow.mapper中的枚举
 
MapperMethodBuilder - com.queryflow.mapper中的类
 
MapperMethodBuilder(Method) - 类 的构造器com.queryflow.mapper.MapperMethodBuilder
 
MapperMethodExecutor - com.queryflow.mapper.executor中的类
 
MapperMethodExecutor(String, String, List<SqlValue>) - 类 的构造器com.queryflow.mapper.executor.MapperMethodExecutor
 
MapperMethodInterceptor - com.queryflow.mapper.proxy中的类
 
MapperMethodInterceptor() - 类 的构造器com.queryflow.mapper.proxy.MapperMethodInterceptor
 
MapperMethodParameter - com.queryflow.mapper中的类
 
MapperMethodParameter(String, Type, int) - 类 的构造器com.queryflow.mapper.MapperMethodParameter
 
MapperMethodParameter.ParameterType - com.queryflow.mapper中的枚举
 
MapResultSetHandler - com.queryflow.accessor.handler中的类
将返回结果中的一行封装成 Map
MapResultSetHandler() - 类 的构造器com.queryflow.accessor.handler.MapResultSetHandler
 
MARKER - 类 中的静态变量com.queryflow.log.LogFactory
 
maxFieldSize(int) - 类 中的静态方法com.queryflow.accessor.interceptor.StatementInterceptors
 
maxFieldSize(int) - 类 中的方法com.queryflow.config.GlobalConfig
设置 ResultSet 中可返回的字符或字节列的最大量限制。
maxRows(int) - 类 中的静态方法com.queryflow.accessor.interceptor.StatementInterceptors
 
MethodInvoker - com.queryflow.reflection.invoker中的接口
 
methodInvokers - 类 中的变量com.queryflow.reflection.Reflector
 
methodIterator() - 类 中的方法com.queryflow.reflection.FieldReflector
 
methodIterator() - 类 中的方法com.queryflow.reflection.Reflector
遍历类方法
methodSize() - 类 中的方法com.queryflow.reflection.Reflector
返回类中包含方法的数量
MysqlPageSqlMatchProcess - com.queryflow.page中的类
 
MysqlPageSqlMatchProcess() - 类 的构造器com.queryflow.page.MysqlPageSqlMatchProcess
 

N

newBeanHandler(Class<R>) - 类 中的静态方法com.queryflow.accessor.handler.BeanResultSetHandler
 
newInstance() - 类 中的方法com.queryflow.reflection.Reflector
使用默认的构造方法初始化该类的实例
newScanner() - 类 中的静态方法com.queryflow.utils.ClassScanner
 
newScanner(String...) - 类 中的静态方法com.queryflow.utils.ClassScanner
 
next() - 类 中的方法com.queryflow.cache.CacheIterator
 
next() - 类 中的方法com.queryflow.key.sequence.OracleSequence
 
next() - 接口 中的方法com.queryflow.key.sequence.Sequence
 
next() - 类 中的方法com.queryflow.key.sequence.SimpleSequence
 
next() - 类 中的方法com.queryflow.key.sequence.SnowflakeSequence
 
next() - 类 中的方法com.queryflow.utils.CopiedIterator
 
NoLoggingImpl - com.queryflow.log.nologging中的类
 
NoLoggingImpl(String) - 类 的构造器com.queryflow.log.nologging.NoLoggingImpl
 
NormalMethod - com.queryflow.reflection.invoker中的类
 
NormalMethod(Method) - 类 的构造器com.queryflow.reflection.invoker.NormalMethod
 
notBetween(String, Object, Object) - 类 中的方法com.queryflow.sql.Where
 
notEmpty(String) - 类 中的静态方法com.queryflow.utils.Assert
 
notEq(String, Object) - 类 中的方法com.queryflow.sql.Where
 
notIn(String, Object...) - 类 中的方法com.queryflow.sql.Where
 
notLike(String, Object) - 类 中的方法com.queryflow.sql.Where
 
notNull(Object) - 类 中的静态方法com.queryflow.utils.Assert
 
notNull(Object, String) - 类 中的静态方法com.queryflow.utils.Assert
 

O

one(Class<T>) - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
one(Class<R>) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
one(Class<T>) - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
oneMap() - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
oneMap() - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
oneMap() - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
OneResultSelectMethodExecutor - com.queryflow.mapper.executor中的类
 
OneResultSelectMethodExecutor(String, String, List<SqlValue>, Class<?>) - 类 的构造器com.queryflow.mapper.executor.OneResultSelectMethodExecutor
 
openTransaction() - 类 中的静态方法com.queryflow.accessor.A
 
openTransaction(TransactionLevel) - 类 中的静态方法com.queryflow.accessor.A
 
openTransaction() - 接口 中的方法com.queryflow.accessor.Accessor
开启数据库事务
openTransaction(TransactionLevel) - 接口 中的方法com.queryflow.accessor.Accessor
开启数据库事务,可指定事务级别
openTransaction() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
开启事务
openTransaction(TransactionLevel) - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
开启事务,同时指定事务级别
openTransaction() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
打开数据库事务
openTransaction(TransactionLevel) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
打开数据库事务,同时指定事务级别
openTransaction() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
openTransaction(TransactionLevel) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
or() - 类 中的方法com.queryflow.sql.Where
 
OraclePageSqlMatchProcess - com.queryflow.page中的类
 
OraclePageSqlMatchProcess() - 类 的构造器com.queryflow.page.OraclePageSqlMatchProcess
 
OracleSequence - com.queryflow.key.sequence中的类
 
OracleSequence(String) - 类 的构造器com.queryflow.key.sequence.OracleSequence
 
orderBy(String) - 类 中的方法com.queryflow.sql.Select
 
orderBy(String, OrderType) - 类 中的方法com.queryflow.sql.Select
 
orderByAcs(String) - 类 中的方法com.queryflow.sql.Select
 
orderByDesc(String) - 类 中的方法com.queryflow.sql.Select
 
OrderType - com.queryflow.sql中的枚举
 
orNew() - 类 中的方法com.queryflow.sql.Where
 
OutParameter<T> - com.queryflow.accessor.runner中的类
 
OutParameter(DataType) - 类 的构造器com.queryflow.accessor.runner.OutParameter
 
OutParameter(DataType, T) - 类 的构造器com.queryflow.accessor.runner.OutParameter
 
OutParameters - com.queryflow.accessor.statement中的类
 
OutParameters() - 类 的构造器com.queryflow.accessor.statement.OutParameters
 

P

page(String, int, int, Class<T>, Object...) - 类 中的静态方法com.queryflow.accessor.A
 
page(String, List<Object>, int, int, Class<T>) - 类 中的静态方法com.queryflow.accessor.A
 
page(String, List<Object>, int, Class<T>) - 类 中的静态方法com.queryflow.accessor.A
 
page(String, int, int, Class<T>, Object...) - 接口 中的方法com.queryflow.accessor.Accessor
分页查询,将查询结果封装到指定的 Java Bean 中
page(String, List<Object>, int, int, Class<T>) - 接口 中的方法com.queryflow.accessor.Accessor
 
page(String, List<Object>, int, Class<T>) - 接口 中的方法com.queryflow.accessor.Accessor
 
page(String, int, int, Class<T>, Object...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
page(String, List<Object>, int, int, Class<T>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
page(String, List<Object>, int, Class<T>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
Pager<T> - com.queryflow.page中的类
 
Pager(int, int, List<T>) - 类 的构造器com.queryflow.page.Pager
 
Pager(int, int, int, List<T>) - 类 的构造器com.queryflow.page.Pager
 
PageSqlMatchProcess - com.queryflow.page中的接口
 
PageSqlProcessSelector - com.queryflow.page中的接口
 
pageToMap(String, List<Object>, int, int) - 类 中的静态方法com.queryflow.accessor.A
 
pageToMap(String, List<Object>, int) - 类 中的静态方法com.queryflow.accessor.A
 
pageToMap(String, List<Object>, int, int) - 接口 中的方法com.queryflow.accessor.Accessor
分页查询,将查询结果封装到 ResultMap 列表中
pageToMap(String, List<Object>, int) - 接口 中的方法com.queryflow.accessor.Accessor
分页查询
pageToMap(String, List<Object>, int, int) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
pageToMap(String, List<Object>, int) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
params - 类 中的变量com.queryflow.accessor.statement.BaseStatement
 
parse(String) - 接口 中的方法com.queryflow.config.parser.ConfigFileParser
指定配置文件路径,从文件中解析配置
parse(File) - 接口 中的方法com.queryflow.config.parser.ConfigFileParser
指定配置文件进行解析
parse(InputStream) - 接口 中的方法com.queryflow.config.parser.ConfigFileParser
指定输入流进行解析
parse(Reader) - 接口 中的方法com.queryflow.config.parser.ConfigFileParser
指定字符输入流进行解析
parse(String) - 类 中的方法com.queryflow.config.parser.PropertiesConfigFileParser
 
parse(File) - 类 中的方法com.queryflow.config.parser.PropertiesConfigFileParser
 
parse(InputStream) - 类 中的方法com.queryflow.config.parser.PropertiesConfigFileParser
 
parse(Reader) - 类 中的方法com.queryflow.config.parser.PropertiesConfigFileParser
 
parse(String) - 类 中的方法com.queryflow.config.parser.YamlConfigFileParser
 
parse(File) - 类 中的方法com.queryflow.config.parser.YamlConfigFileParser
 
parse(InputStream) - 类 中的方法com.queryflow.config.parser.YamlConfigFileParser
 
parse(Reader) - 类 中的方法com.queryflow.config.parser.YamlConfigFileParser
 
parseConfigFile(String) - 类 中的静态方法com.queryflow.config.parser.ConfigFileFactory
指定配置文件路径,并根据文件格式解析配置文件。
parsePath(String) - 类 中的方法com.queryflow.config.parser.AbstractConfigFileParser
解析配置文件路径,如果以 classpath: 开头,则从 ClassPath 中读取配置文件。
prepareBatch(String) - 类 中的静态方法com.queryflow.accessor.A
 
prepareBatch(String) - 接口 中的方法com.queryflow.accessor.Accessor
 
prepareBatch(String) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
prepareCall(Connection, String, Interceptors) - 类 中的静态方法com.queryflow.accessor.interceptor.InterceptorHelper
 
prepareCall(Connection, String, Interceptors) - 类 中的方法com.queryflow.accessor.runner.AbstractSqlRunner
 
PreparedBatchStatement - com.queryflow.accessor.statement中的类
 
PreparedBatchStatement(String, ConnectionExecutor) - 类 的构造器com.queryflow.accessor.statement.PreparedBatchStatement
 
prepareStatement(Connection, String, String[], Interceptors, boolean) - 类 中的静态方法com.queryflow.accessor.interceptor.InterceptorHelper
 
prepareStatement(Connection, String, String[], Interceptors, boolean) - 类 中的方法com.queryflow.accessor.runner.AbstractSqlRunner
 
PropertiesConfigFileParser - com.queryflow.config.parser中的类
properties 类型配置解析器
PropertiesConfigFileParser() - 类 的构造器com.queryflow.config.parser.PropertiesConfigFileParser
 
propertiesToMap(Properties) - 类 中的静态方法com.queryflow.utils.Utils
Properties 中的所有属性存入到一个 Map 中
Property - com.queryflow.reflection.invoker中的类
 
Property(Field) - 类 的构造器com.queryflow.reflection.invoker.Property
 
Property(String, Class<?>) - 类 的构造器com.queryflow.reflection.invoker.Property
 
ProxyFactory - com.queryflow.mapper.proxy中的接口
 
push(Interceptors) - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
put(K, ValueObject<K, V>) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
putAll(Map<? extends K, ? extends ValueObject<K, V>>) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
putParameter(String, OutParameter) - 类 中的方法com.queryflow.accessor.statement.OutParameters
 
putValue(K, V) - 接口 中的方法com.queryflow.cache.Cache
 
putValue(K, V) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
putValues(Cache<K, V>) - 接口 中的方法com.queryflow.cache.Cache
 
putValues(Cache<K, V>) - 类 中的方法com.queryflow.cache.impl.LRUCache
 

Q

query(String, Object...) - 类 中的静态方法com.queryflow.accessor.A
 
query(String, List<Object>) - 类 中的静态方法com.queryflow.accessor.A
 
query(String, Object...) - 接口 中的方法com.queryflow.accessor.Accessor
 
query(String, List<Object>) - 接口 中的方法com.queryflow.accessor.Accessor
 
query(String, List<Object>, Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行数据库查询操作
query(String, List<Object>, Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
query(String, Object...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
query(String, List<Object>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
query(Connection, String, List<Object>, Interceptors, ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
query(Connection, String, List<Object>, Interceptors, ResultSetHandler<T>) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
query(Class<T>) - 类 中的方法com.queryflow.sql.Select
 
query(String, Class<T>) - 类 中的方法com.queryflow.sql.Select
 
QueryFlowException - com.queryflow.common中的异常错误
 
QueryFlowException() - 异常错误 的构造器com.queryflow.common.QueryFlowException
 
QueryFlowException(String, String) - 异常错误 的构造器com.queryflow.common.QueryFlowException
 
QueryFlowException(String) - 异常错误 的构造器com.queryflow.common.QueryFlowException
 
QueryFlowException(String, Throwable) - 异常错误 的构造器com.queryflow.common.QueryFlowException
 
QueryFlowException(Throwable) - 异常错误 的构造器com.queryflow.common.QueryFlowException
 
queryForBean(String, List<Object>, Interceptors, Class<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行数据库查询操作,返回结果为一行,并将查询结果封装成 Java Bean
queryForBean(String, List<Object>, Interceptors, Class<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
queryForListBean(String, List<Object>, Interceptors, Class<T>) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行数据库查询操作,返回结果为多行,并将查询结果封装成 Java Bean
queryForListBean(String, List<Object>, Interceptors, Class<T>) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
queryForListMap(String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行数据库查询操作,返回结果为多行,并将查询结果封装到 Map 中
queryForListMap(String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
queryForMap(String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行数据库查询操作,返回结果为一行,并将查询结果封装到 Map 中
queryForMap(String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
queryList(Class<T>) - 类 中的方法com.queryflow.sql.Select
 
queryList(String, Class<T>) - 类 中的方法com.queryflow.sql.Select
 
queryMaxRows(int) - 类 中的方法com.queryflow.config.GlobalConfig
Statement 查询操作生成的 ResultSet 设置最大行数限制。
queryTimeout(int) - 类 中的静态方法com.queryflow.accessor.interceptor.StatementInterceptors
 
queryTimeout(int) - 类 中的方法com.queryflow.config.GlobalConfig
StatementexecuteexecuteUpdateexecuteQuery 设置执行超时时间

R

readable() - 接口 中的方法com.queryflow.reflection.invoker.FieldInvoker
Checks if the field is readable.
readable() - 类 中的方法com.queryflow.reflection.invoker.Property
 
ReflectionException - com.queryflow.reflection中的异常错误
 
ReflectionException(String) - 异常错误 的构造器com.queryflow.reflection.ReflectionException
 
ReflectionException(String, Throwable) - 异常错误 的构造器com.queryflow.reflection.ReflectionException
 
ReflectionException(Throwable) - 异常错误 的构造器com.queryflow.reflection.ReflectionException
 
ReflectionUtil - com.queryflow.reflection中的类
 
Reflector - com.queryflow.reflection中的类
反射指定类信息
Reflector(Class<?>) - 类 的构造器com.queryflow.reflection.Reflector
 
Reflector(Class<?>, boolean) - 类 的构造器com.queryflow.reflection.Reflector
 
registerInterceptor(Interceptor) - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
registerKeyGenerator(Class<? extends KeyGenerator>) - 类 中的方法com.queryflow.config.GlobalConfig
Registers the implementation class of KeyGenerator by yourself.
registerKeyGenerator(Class<? extends KeyGenerator>) - 类 中的静态方法com.queryflow.key.KeyGenerateUtil
 
registerOutParameter(String, DataType) - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
registerOutParameter(String, OutParameter) - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
remove() - 类 中的方法com.queryflow.cache.CacheIterator
 
remove(Object) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
remove() - 类 中的方法com.queryflow.utils.CopiedIterator
 
removeEldestEntry(Map.Entry<K, ValueObject<K, V>>) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
removeValue(K) - 接口 中的方法com.queryflow.cache.Cache
 
removeValue(K) - 类 中的方法com.queryflow.cache.impl.LRUCache
 
requiredType - 类 中的变量com.queryflow.mapper.executor.SelectMethodExecutor
 
result(ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.statement.CallStatement
 
result(ResultSetHandler<R>) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
result(ResultSetHandler<T>) - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
ResultMap - com.queryflow.common中的类
 
ResultMap() - 类 的构造器com.queryflow.common.ResultMap
 
ResultMap(int) - 类 的构造器com.queryflow.common.ResultMap
 
ResultMap(int, float) - 类 的构造器com.queryflow.common.ResultMap
 
resultSetConcurType - 类 中的变量com.queryflow.accessor.statement.StatementInitConfig
 
ResultSetConcurType - com.queryflow.common中的枚举
 
ResultSetHandler<T> - com.queryflow.accessor.handler中的接口
返回结果处理接口
resultSetType - 类 中的变量com.queryflow.accessor.statement.StatementInitConfig
 
ResultSetType - com.queryflow.common中的枚举
 
rollback() - 类 中的静态方法com.queryflow.accessor.A
 
rollback(boolean) - 类 中的静态方法com.queryflow.accessor.A
 
rollback() - 接口 中的方法com.queryflow.accessor.Accessor
回滚数据库事务
rollback(boolean) - 接口 中的方法com.queryflow.accessor.Accessor
回滚数据库事务,回滚后,会主动关闭数据库连接
rollback() - 接口 中的方法com.queryflow.accessor.connection.ConnectionManager
回滚事务
rollback() - 类 中的方法com.queryflow.accessor.connection.DataExecutor
回滚事务
rollback() - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
rollback(boolean) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 

S

scan() - 类 中的方法com.queryflow.utils.ClassScanner
 
scanPackage(String...) - 类 中的方法com.queryflow.accessor.AccessorFactoryBuilder
 
Select - com.queryflow.annotation中的注释类型
 
select(String) - 接口 中的方法com.queryflow.page.PageSqlProcessSelector
 
select(String) - 类 中的方法com.queryflow.page.SimplePageSqlProcessSelector
 
Select - com.queryflow.sql中的类
 
Select(String...) - 类 的构造器com.queryflow.sql.Select
 
select(String...) - 类 中的静态方法com.queryflow.sql.SqlBox
 
select(Class<?>) - 类 中的静态方法com.queryflow.sql.SqlBox
 
select(String, Class<?>) - 类 中的静态方法com.queryflow.sql.SqlBox
 
SelectBaseStatement<T extends SelectBaseStatement> - com.queryflow.accessor.statement中的类
 
SelectMethodExecutor - com.queryflow.mapper.executor中的类
 
SelectMethodExecutor(String, String, List<SqlValue>, Class<?>) - 类 的构造器com.queryflow.mapper.executor.SelectMethodExecutor
 
SelectStatement - com.queryflow.accessor.statement中的类
 
SelectStatement(String, ConnectionExecutor) - 类 的构造器com.queryflow.accessor.statement.SelectStatement
 
Sequence<T> - com.queryflow.key.sequence中的接口
 
set(String, Object) - 类 中的方法com.queryflow.sql.Update
 
set(String) - 类 中的方法com.queryflow.sql.Update
id = id + 1
setBeanClass(Class<?>) - 类 中的方法com.queryflow.mapper.SqlValue
 
setConnectProperties(Properties) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setDataCenterId(long) - 类 中的方法com.queryflow.config.GlobalConfig
 
setDataSourceTag(String) - 类 中的方法com.queryflow.mapper.MapperMethod
 
setFetchDirection(FetchDirection) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
setFetchSize(int) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
setFieldValue(String, Object, Object) - 类 中的方法com.queryflow.reflection.Reflector
给目标对象中指定字段赋值
setFilter(Filter<Class<?>>) - 类 中的方法com.queryflow.utils.ClassScanner
 
setFilters(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setImplementation(Class<? extends Log>) - 类 中的静态方法com.queryflow.log.LogFactory
 
setIndex(int) - 类 中的方法com.queryflow.mapper.SqlValue
 
setInitialSize(int) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setLimit(int) - 类 中的方法com.queryflow.page.Pager
 
setMaxActive(int) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setMaxFieldSize(int) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
setMaxPoolPreparedStatementPerConnectionSize(int) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setMaxRows(int) - 类 中的方法com.queryflow.accessor.statement.SelectBaseStatement
 
setMaxWait(long) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setMinEvictableIdleTimeMillis(long) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setMinIdle(int) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setName(String) - 类 中的方法com.queryflow.mapper.SqlValue
 
setPage(int) - 类 中的方法com.queryflow.page.Pager
 
setPages(int) - 类 中的方法com.queryflow.page.Pager
 
setPassword(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setPoolPreparedStatements(boolean) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setPreparedSql(String) - 类 中的方法com.queryflow.mapper.MapperMethod
 
setQueryTimeout(int) - 类 中的方法com.queryflow.accessor.statement.Statement
 
setRecords(List<T>) - 类 中的方法com.queryflow.page.Pager
 
setResultSetType(ResultSetType) - 类 中的方法com.queryflow.accessor.statement.SelectStatement
 
setReturnClass(Class<?>) - 类 中的方法com.queryflow.mapper.MapperMethod
 
setReturnType(MapperMethod.ReturnType) - 类 中的方法com.queryflow.mapper.MapperMethod
 
setStart(int) - 类 中的方法com.queryflow.page.Pager
 
setStatementInitConfig(StatementInitConfig) - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
setTag(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setterMethod(Field) - 类 中的静态方法com.queryflow.utils.Utils
获取指定字段的 setter 方法
setTestWhileIdle(boolean) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setTimeBetweenEvictionRunsMillis(long) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setTotal(int) - 类 中的方法com.queryflow.page.Pager
 
setType(SqlValue.Type) - 类 中的方法com.queryflow.mapper.SqlValue
 
setUrl(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setUsername(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setValidationQuery(String) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setValidationQueryTimeout(int) - 类 中的方法com.queryflow.config.DatabaseConfig
 
setValue(T) - 类 中的方法com.queryflow.accessor.runner.OutParameter
 
setValue(Object, Object) - 类 中的方法com.queryflow.reflection.entity.EntityField
 
setValue(Object, Object) - 接口 中的方法com.queryflow.reflection.invoker.FieldInvoker
 
setValue(Object, Object) - 类 中的方法com.queryflow.reflection.invoker.Property
 
setWorkerId(long) - 类 中的方法com.queryflow.config.GlobalConfig
 
SimpleKeyGenerator - com.queryflow.key中的类
 
SimpleKeyGenerator() - 类 的构造器com.queryflow.key.SimpleKeyGenerator
 
SimplePageSqlProcessSelector - com.queryflow.page中的类
 
SimplePageSqlProcessSelector() - 类 的构造器com.queryflow.page.SimplePageSqlProcessSelector
 
SimpleSequence - com.queryflow.key.sequence中的类
 
SimpleSequence() - 类 的构造器com.queryflow.key.sequence.SimpleSequence
 
size() - 接口 中的方法com.queryflow.accessor.AccessorFactory
 
size() - 类 中的方法com.queryflow.accessor.statement.PreparedBatchStatement
 
size() - 接口 中的方法com.queryflow.cache.Cache
 
size() - 类 中的方法com.queryflow.cache.impl.LRUCache
 
skipFinalField - 类 中的变量com.queryflow.reflection.Reflector
 
Slf4jImpl - com.queryflow.log.slf4j中的类
 
Slf4jImpl(String) - 类 的构造器com.queryflow.log.slf4j.Slf4jImpl
 
SnowflakeKeyGenerator - com.queryflow.key中的类
 
SnowflakeKeyGenerator() - 类 的构造器com.queryflow.key.SnowflakeKeyGenerator
 
SnowflakeSequence - com.queryflow.key.sequence中的类
 
SnowflakeSequence(long, long) - 类 的构造器com.queryflow.key.sequence.SnowflakeSequence
 
sql - 类 中的变量com.queryflow.accessor.statement.BaseStatement
 
sql - 类 中的变量com.queryflow.mapper.executor.MapperMethodExecutor
 
SqlBox - com.queryflow.sql中的类
 
SqlInterpolation - com.queryflow.utils中的类
将 SQL 语句中的值插入到 SQL 语句中, 形成完整的 SQL 例: String sql = "SELECT * FROM test WHERE A = ?
SqlInterpolation() - 类 的构造器com.queryflow.utils.SqlInterpolation
 
SQLitePageSqlMatchProcess - com.queryflow.page中的类
 
SQLitePageSqlMatchProcess() - 类 的构造器com.queryflow.page.SQLitePageSqlMatchProcess
 
sqlProcess(String, int, int) - 类 中的方法com.queryflow.page.AbstractPageSqlMatchProcess
 
sqlProcess(String, int, int) - 接口 中的方法com.queryflow.page.PageSqlMatchProcess
 
SqlRunner - com.queryflow.accessor.runner中的接口
SQL 执行器
SqlServerPageSqlMatchProcess - com.queryflow.page中的类
 
SqlServerPageSqlMatchProcess() - 类 的构造器com.queryflow.page.SqlServerPageSqlMatchProcess
 
SqlValue - com.queryflow.mapper中的类
 
SqlValue() - 类 的构造器com.queryflow.mapper.SqlValue
 
SqlValue.Type - com.queryflow.mapper中的枚举
 
sqlValues - 类 中的变量com.queryflow.mapper.executor.MapperMethodExecutor
 
statement(Connection, Interceptors) - 类 中的静态方法com.queryflow.accessor.interceptor.InterceptorHelper
 
statement(Connection, Interceptors) - 类 中的方法com.queryflow.accessor.runner.AbstractSqlRunner
 
Statement<T extends Statement> - com.queryflow.accessor.statement中的类
 
statementInitConfig - 类 中的变量com.queryflow.accessor.statement.Statement
 
StatementInitConfig - com.queryflow.accessor.statement中的类
 
StatementInitConfig() - 类 的构造器com.queryflow.accessor.statement.StatementInitConfig
 
StatementInterceptors - com.queryflow.accessor.interceptor中的类
 
StdOutImpl - com.queryflow.log.stdout中的类
 
StdOutImpl(String) - 类 的构造器com.queryflow.log.stdout.StdOutImpl
 
supportBatch(Connection) - 类 中的静态方法com.queryflow.utils.JdbcUtil
判断连接的数据库是否支持批量操作

T

Table - com.queryflow.annotation中的注释类型
 
tag(String) - 类 中的静态方法com.queryflow.accessor.A
 
to(Class<T>, Object) - 类 中的静态方法com.queryflow.utils.Converts
 
toArray(Object) - 类 中的静态方法com.queryflow.utils.Utils
将指定参数转换为数组类型 如果参数为 null,返回 null
toBigDecimal(Object, BigDecimal) - 类 中的静态方法com.queryflow.utils.Converts
 
toBlob(Object, Blob) - 类 中的静态方法com.queryflow.utils.Converts
 
toBoolean(Object, Boolean) - 类 中的静态方法com.queryflow.utils.Converts
 
toByte(Object, Byte) - 类 中的静态方法com.queryflow.utils.Converts
 
toBytes(Object, byte[]) - 类 中的静态方法com.queryflow.utils.Converts
 
toCharacter(Object, Character) - 类 中的静态方法com.queryflow.utils.Converts
 
toClob(Object, Clob) - 类 中的静态方法com.queryflow.utils.Converts
 
toDate(Object, Date) - 类 中的静态方法com.queryflow.utils.Converts
 
toDouble(Object, Double) - 类 中的静态方法com.queryflow.utils.Converts
 
toFloat(Object, Float) - 类 中的静态方法com.queryflow.utils.Converts
 
toInteger(Object, Integer) - 类 中的静态方法com.queryflow.utils.Converts
 
toLong(Object, Long) - 类 中的静态方法com.queryflow.utils.Converts
 
toShort(Object, Short) - 类 中的静态方法com.queryflow.utils.Converts
 
toStr(Object, String) - 类 中的静态方法com.queryflow.utils.Converts
 
toString() - 类 中的方法com.queryflow.cache.ValueObject
 
toString() - 类 中的方法com.queryflow.page.Pager
 
toString() - 类 中的方法com.queryflow.reflection.invoker.NormalMethod
 
toString() - 类 中的方法com.queryflow.reflection.invoker.Property
 
toString() - 类 中的方法com.queryflow.reflection.Reflector
 
toTime(Object, Time) - 类 中的静态方法com.queryflow.utils.Converts
 
toTimestamp(Object, Timestamp) - 类 中的静态方法com.queryflow.utils.Converts
 
toUtilDate(Object, String, Date) - 类 中的静态方法com.queryflow.utils.Converts
 
trace(String) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
trace(String) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
trace(String) - 接口 中的方法com.queryflow.log.Log
 
trace(String) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
trace(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
trace(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
trace(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
trace(String) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
trace(String) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
trace(String) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
TransactionLevel - com.queryflow.common中的枚举
数据库事务级别枚举常量
TransactionManager - com.queryflow.accessor.connection中的类
对数据库连接的事务管理
type - 类 中的变量com.queryflow.reflection.Reflector
 

U

unshift(Interceptors) - 类 中的方法com.queryflow.accessor.interceptor.Interceptors
 
update(String, Object...) - 类 中的静态方法com.queryflow.accessor.A
 
update(String, List<Object>) - 类 中的静态方法com.queryflow.accessor.A
 
update(String, Object...) - 接口 中的方法com.queryflow.accessor.Accessor
执行增删改,DDL 操作
update(String, List<Object>) - 接口 中的方法com.queryflow.accessor.Accessor
执行增删改,DDL操作
update(String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.connection.ConnectionExecutor
执行 UPDATE,DELETE,INSERT,DDL 语句
update(String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.connection.DataExecutor
 
update(String, Object...) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
update(String, List<Object>) - 类 中的方法com.queryflow.accessor.DefaultAccessor
 
update(Connection, String, List<Object>, Interceptors) - 类 中的方法com.queryflow.accessor.runner.BaseSqlRunner
 
update(Connection, String, List<Object>, Interceptors) - 接口 中的方法com.queryflow.accessor.runner.SqlRunner
 
Update - com.queryflow.annotation中的注释类型
 
update(String) - 类 中的静态方法com.queryflow.sql.SqlBox
 
Update - com.queryflow.sql中的类
 
Update(String) - 类 的构造器com.queryflow.sql.Update
 
UpdateStatement - com.queryflow.accessor.statement中的类
 
UpdateStatement(String, ConnectionExecutor) - 类 的构造器com.queryflow.accessor.statement.UpdateStatement
 
useCommonsLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useCustomLogging(Class<? extends Log>) - 类 中的静态方法com.queryflow.log.LogFactory
 
useJdkLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useLog4J2Logging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useLog4JLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useNoLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useSlf4jLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
useStdOutLogging() - 类 中的静态方法com.queryflow.log.LogFactory
 
Utils - com.queryflow.utils中的类
通用工具类
UUIDKeyGenerator - com.queryflow.key中的类
 
UUIDKeyGenerator() - 类 的构造器com.queryflow.key.UUIDKeyGenerator
 

V

value - 类 中的变量com.queryflow.cache.ValueObject
 
value() - 枚举 中的方法com.queryflow.common.DataType
 
value() - 枚举 中的方法com.queryflow.common.DbType
 
value() - 枚举 中的方法com.queryflow.common.FetchDirection
 
value() - 枚举 中的方法com.queryflow.common.ResultSetConcurType
 
value() - 枚举 中的方法com.queryflow.common.ResultSetType
 
ValueObject<K,V> - com.queryflow.cache中的类
 
ValueObject(K, V) - 类 的构造器com.queryflow.cache.ValueObject
 
valueOf(String) - 枚举 中的静态方法com.queryflow.common.DataType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.common.DbType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.common.FetchDirection
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.queryflow.common.FetchDirection
 
valueOf(String) - 枚举 中的静态方法com.queryflow.common.ResultSetConcurType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.queryflow.common.ResultSetConcurType
 
valueOf(String) - 枚举 中的静态方法com.queryflow.common.ResultSetType
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.queryflow.common.ResultSetType
 
valueOf(String) - 枚举 中的静态方法com.queryflow.common.TransactionLevel
返回带有指定名称的该类型的枚举常量。
valueOf(int) - 枚举 中的静态方法com.queryflow.common.TransactionLevel
 
valueOf(String) - 枚举 中的静态方法com.queryflow.mapper.MapperMethod.ReturnType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.mapper.MapperMethod.SqlType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.mapper.MapperMethodParameter.ParameterType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.mapper.SqlValue.Type
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.queryflow.sql.OrderType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.queryflow.common.DataType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.common.DbType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.common.FetchDirection
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.common.ResultSetConcurType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.common.ResultSetType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.common.TransactionLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.mapper.MapperMethod.ReturnType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.mapper.MapperMethod.SqlType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.mapper.MapperMethodParameter.ParameterType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.queryflow.mapper.SqlValue.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values(Object...) - 类 中的方法com.queryflow.sql.Insert
 
values() - 枚举 中的静态方法com.queryflow.sql.OrderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values - 类 中的变量com.queryflow.sql.Where
 

W

warn(String) - 类 中的方法com.queryflow.log.commons.JakartaCommonsLoggingImpl
 
warn(String) - 类 中的方法com.queryflow.log.jdk14.Jdk14LoggingImpl
 
warn(String) - 接口 中的方法com.queryflow.log.Log
 
warn(String) - 类 中的方法com.queryflow.log.log4j.Log4jImpl
 
warn(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2AbstractLoggerImpl
 
warn(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2Impl
 
warn(String) - 类 中的方法com.queryflow.log.log4j2.Log4j2LoggerImpl
 
warn(String) - 类 中的方法com.queryflow.log.nologging.NoLoggingImpl
 
warn(String) - 类 中的方法com.queryflow.log.slf4j.Slf4jImpl
 
warn(String) - 类 中的方法com.queryflow.log.stdout.StdOutImpl
 
Where<T> - com.queryflow.sql中的类
 
Where() - 类 的构造器com.queryflow.sql.Where
 
where() - 类 中的方法com.queryflow.sql.Where
 
where(String) - 类 中的方法com.queryflow.sql.Where
 
writeable() - 接口 中的方法com.queryflow.reflection.invoker.FieldInvoker
Checks if the field is writeable.
writeable() - 类 中的方法com.queryflow.reflection.invoker.Property
 

Y

YamlConfigFileParser - com.queryflow.config.parser中的类
Yaml 类型配置解析器
YamlConfigFileParser() - 类 的构造器com.queryflow.config.parser.YamlConfigFileParser
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
跳过导航链接

Copyright © 2019. All rights reserved.