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

A

AbstractCondition<T> - cn.schoolwow.quickdao.dao.condition中的类
 
AbstractCondition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
AbstractDAO - cn.schoolwow.quickdao.dao中的类
 
AbstractDAO(TableBuilder, QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.dao.AbstractDAO
 
abstractDAO - 类 中的变量cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 
AbstractDMLDAO - cn.schoolwow.quickdao.dao.sql.dml中的类
 
AbstractDMLDAO(SQLBuilder, AbstractDAO) - 类 的构造器cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
AbstractDMLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dml中的类
 
AbstractDMLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
AbstractDQLDAO - cn.schoolwow.quickdao.dao.sql.dql中的类
 
AbstractDQLDAO(SQLBuilder, AbstractDAO) - 类 的构造器cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO
 
AbstractDQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
AbstractDQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
AbstractResponse<T> - cn.schoolwow.quickdao.dao.response中的类
 
AbstractResponse(Query) - 类 的构造器cn.schoolwow.quickdao.dao.response.AbstractResponse
 
AbstractSQLBuilder - cn.schoolwow.quickdao.builder.sql中的类
 
AbstractSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
 
AbstractSQLDAO - cn.schoolwow.quickdao.dao.sql中的类
 
AbstractSQLDAO(SQLBuilder, AbstractDAO) - 类 的构造器cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 
AbstractSubCondition<T> - cn.schoolwow.quickdao.dao.condition.subCondition中的类
 
AbstractSubCondition(SubQuery) - 类 的构造器cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
AbstractTableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
AbstractTableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
AbstractTransaction - cn.schoolwow.quickdao.dao.sql.transaction中的类
 
AbstractTransaction(SQLBuilder, AbstractDAO) - 类 的构造器cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
addAggerate(String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addAggerate(String, String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addAggerate(String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加聚合字段,用于Response.getAggerateList() 默认返回字段名为aggerate(field)
addAggerate(String, String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加聚合字段,用于Response.getAggerateList()
addBetweenQuery(String, Object, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addBetweenQuery(String, Object, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加between语句
addBetweenQuery(String, Object, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addBetweenQuery(String, Object, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加between语句
addColumn(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addColumn(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
部分查询,用于Response.getPartList()
addColumns(String[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addColumns(String[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
部分查询,用于Response.getPartList()
addEmptyQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addEmptyQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加空查询
addEmptyQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addEmptyQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加空查询
addInQuery(String, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addInQuery(String, List) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addInQuery(String, Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加范围查询语句
addInQuery(String, List) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加范围查询语句
addInQuery(String, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addInQuery(String, List) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addInQuery(String, Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加范围查询语句
addInQuery(String, List) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加范围查询语句
addJoinTableParameters(PreparedStatement, Query, StringBuilder) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
添加子表查询参数
addJoinTableStatement(Query, StringBuilder) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
添加外键关联查询条件
addJSONObjectQuery(JSONObject) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addJSONObjectQuery(JSONObject) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加自定义查询条件
{
{field}:{value},字段查询
{field}Start:{value},添加大于等于查询
{field}End:{value},添加小于等于查询
{field}LIKE:[array],添加Like查询
{field}IN:[array],添加IN查询
{field}NOTNULL:{value},添加not null查询
{field}NULL:{value},添加null查询
_orderBy:{value},升序排列
_orderByDesc:{value},降序排列
_pageNumber:{value},页码
_pageSize:{value},每页个数
//关联查询部分 _joinTables:[ { _class:{className} 关联类,例如top.cqscrb.courage.entity.User
_primaryField:{primaryField} 主表关联字段
_joinTableField:{joinTableField} 子表关联字段
{field}:{value},字段查询
{field}Start:{value},添加大于等于查询
{field}End:{value},添加小于等于查询
{field}IN:[array],添加IN查询
{field}NOTNULL:{value},添加not null查询
{field}NULL:{value},添加null查询
_orderBy:{value},升序排列
_orderByDesc:{value},降序排列
_joinTables:[...] } ] }
addLikeQuery(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addLikeQuery(String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加Like查询
addLikeQuery(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.SQLServerCondition
 
addLikeQuery(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addLikeQuery(String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加Like查询
addMainTableParameters(PreparedStatement, Query, StringBuilder) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
添加主表参数
addNotEmptyQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addNotEmptyQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加非空查询
addNotEmptyQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addNotEmptyQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加非空查询
addNotInQuery(String, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addNotInQuery(String, List) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addNotInQuery(String, Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加范围查询语句
addNotInQuery(String, List) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加范围查询语句
addNotInQuery(String, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addNotInQuery(String, List) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addNotInQuery(String, Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加范围查询语句
addNotInQuery(String, List) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加范围查询语句
addNotNullQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addNotNullQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加非空查询
addNotNullQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addNotNullQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加非空查询
addNullQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addNullQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加空查询
addNullQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addNullQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加空查询
addQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addQuery(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addQuery(String, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加自定义查询条件 调用此方法您需要知道以下几点 实体类字段使用驼峰式命名映射到数据库中.例如字段firstName映射到数据库后字段名为first_name 对于所有的查询语句,主表别名为t,使用join方法添加的表按照添加顺序依次为t1,t2,t3......
addQuery(String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加字段查询
addQuery(String, String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加字段查询
addQuery(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addQuery(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addQuery(String, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
addQuery(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加自定义查询条件 调用此方法您需要知道以下几点 实体类字段使用驼峰式命名映射到数据库中.例如字段firstName映射到数据库后字段名为first_name 对于所有的查询语句,主表别名为t,使用join方法添加的表按照添加顺序依次为t1,t2,t3......
addQuery(String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加字段查询
addQuery(String, String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
添加字段查询
addSpecialColumn(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addSpecialColumn(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
自定义查询列,用于Response.getPartList()
addSpecialColumns(String[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addSpecialColumns(String[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
自定义查询列,用于Response.getPartList()
addUpdate(String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
addUpdate(String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加更新字段,用于Response.update()方法
addWhereStatement(Query, StringBuilder) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
添加where的SQL语句
aggregateColumnBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
聚合函数列名
alterColumn(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
alterColumn(Property) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
修改列
autoBuildDatabase() - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
autoCreateProperty - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
是否自动新增属性
autoCreateProperty(boolean) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
是否自动新增属性
autoCreateTable - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
是否启动时自动建表
autoCreateTable(boolean) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
是否自动建表

B

build() - 类 中的方法cn.schoolwow.quickdao.QuickDAO
 

C

Camel2Underline(String) - 类 中的静态方法cn.schoolwow.quickdao.util.StringUtil
驼峰命名转下划线命名
check - 类 中的变量cn.schoolwow.quickdao.domain.Property
check约束
check(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
check(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
check约束
checkProperties - 类 中的变量cn.schoolwow.quickdao.domain.Entity
Check约束字段
className - 类 中的变量cn.schoolwow.quickdao.domain.Entity
实体类名
clazz - 类 中的变量cn.schoolwow.quickdao.domain.Entity
实体类对象
clear(Class) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
clear(Class) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
清空表
clear(Class) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
clear(Class) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
clear(Class) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
清空表
cn.schoolwow.quickdao - 程序包 cn.schoolwow.quickdao
 
cn.schoolwow.quickdao.annotation - 程序包 cn.schoolwow.quickdao.annotation
 
cn.schoolwow.quickdao.builder.sql - 程序包 cn.schoolwow.quickdao.builder.sql
 
cn.schoolwow.quickdao.builder.sql.dml - 程序包 cn.schoolwow.quickdao.builder.sql.dml
 
cn.schoolwow.quickdao.builder.sql.dql - 程序包 cn.schoolwow.quickdao.builder.sql.dql
 
cn.schoolwow.quickdao.builder.table - 程序包 cn.schoolwow.quickdao.builder.table
 
cn.schoolwow.quickdao.dao - 程序包 cn.schoolwow.quickdao.dao
 
cn.schoolwow.quickdao.dao.condition - 程序包 cn.schoolwow.quickdao.dao.condition
 
cn.schoolwow.quickdao.dao.condition.subCondition - 程序包 cn.schoolwow.quickdao.dao.condition.subCondition
 
cn.schoolwow.quickdao.dao.response - 程序包 cn.schoolwow.quickdao.dao.response
 
cn.schoolwow.quickdao.dao.sql - 程序包 cn.schoolwow.quickdao.dao.sql
 
cn.schoolwow.quickdao.dao.sql.dml - 程序包 cn.schoolwow.quickdao.dao.sql.dml
 
cn.schoolwow.quickdao.dao.sql.dql - 程序包 cn.schoolwow.quickdao.dao.sql.dql
 
cn.schoolwow.quickdao.dao.sql.transaction - 程序包 cn.schoolwow.quickdao.dao.sql.transaction
 
cn.schoolwow.quickdao.database - 程序包 cn.schoolwow.quickdao.database
 
cn.schoolwow.quickdao.domain - 程序包 cn.schoolwow.quickdao.domain
 
cn.schoolwow.quickdao.handler - 程序包 cn.schoolwow.quickdao.handler
 
cn.schoolwow.quickdao.util - 程序包 cn.schoolwow.quickdao.util
 
column - 类 中的变量cn.schoolwow.quickdao.domain.Property
列名
columnBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
列名
ColumnName - cn.schoolwow.quickdao.annotation中的注释类型
 
columnName(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
columnName(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
列名
ColumnType - cn.schoolwow.quickdao.annotation中的注释类型
 
columnType - 类 中的变量cn.schoolwow.quickdao.domain.Property
自定义类型
columnType(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
columnType(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
类型
Comment - cn.schoolwow.quickdao.annotation中的注释类型
 
comment(String) - 接口 中的方法cn.schoolwow.quickdao.database.Database
返回注释语句
comment(String) - 类 中的方法cn.schoolwow.quickdao.database.H2Database
 
comment(String) - 类 中的方法cn.schoolwow.quickdao.database.MySQLDatabase
 
comment(String) - 类 中的方法cn.schoolwow.quickdao.database.PostgreDatabase
 
comment(String) - 类 中的方法cn.schoolwow.quickdao.database.SQLiteDatabase
 
comment(String) - 类 中的方法cn.schoolwow.quickdao.database.SQLServerDatabase
 
comment - 类 中的变量cn.schoolwow.quickdao.domain.Entity
表注释
comment - 类 中的变量cn.schoolwow.quickdao.domain.Property
注释
comment(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
comment(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
comment(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TableDefiner
注释
comment(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
注释
commit() - 类 中的方法cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
commit() - 接口 中的方法cn.schoolwow.quickdao.dao.sql.transaction.Transaction
事务提交
compositField() - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
compositField() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
返回子表实体类字段信息
compositField - 类 中的变量cn.schoolwow.quickdao.domain.Query
是否返回复杂属性
compositField - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
对象变量名
compositFields - 类 中的变量cn.schoolwow.quickdao.domain.Entity
Field数组(实体包类)
Condition<T> - cn.schoolwow.quickdao.dao.condition中的接口
查询接口
condition - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
主表
connection - 类 中的变量cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
数据库连接对象
connection - 类 中的变量cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
数据库连接
connection - 类 中的变量cn.schoolwow.quickdao.dao.response.AbstractResponse
 
Constraint - cn.schoolwow.quickdao.annotation中的注释类型
字段约束
count(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
count(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
获取符合条件的总数目
count() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
count() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
获取符合条件的总数目
create(Class) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
create(Class) - 接口 中的方法cn.schoolwow.quickdao.dao.DAO
建表
createIndex(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
createIndex(Entity, IndexType) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
创建索引
createTable(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
createTable(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
createTable(Entity) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
创建新表

D

DAO - cn.schoolwow.quickdao.dao中的接口
数据库操作接口
dao - 类 中的变量cn.schoolwow.quickdao.domain.Query
关联DAO
Database - cn.schoolwow.quickdao.database中的接口
数据库信息
database - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
数据库信息
dataSource - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
数据源
dataSource(DataSource) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
设置数据库连接池
defaultTableDefiner - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
实体表自定义
DefaultTableDefiner - cn.schoolwow.quickdao.handler中的类
实体类信息定义
DefaultTableDefiner(QuickDAO, QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
DefaultTablePropertyDefiner - cn.schoolwow.quickdao.handler中的类
数据库表的列定义
DefaultTablePropertyDefiner(Property, TableDefiner) - 类 的构造器cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
defaultValue - 类 中的变量cn.schoolwow.quickdao.domain.Property
默认值
defaultValue(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
defaultValue(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
默认值
define(Class) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
define(Class) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
自定义表和列
delete(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
delete(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
删除符合条件的数据库记录
delete(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.SQLiteDQLSQLBuilder
 
delete(Class, long) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
delete(Class, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
delete() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
delete() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
删除符合条件的数据库记录
delete(Class, long) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
delete(Class, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
delete(Class, long) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
根据id删除记录
delete(Class, String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
根据指定字段值删除对象
deleteById(Class, long) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
deleteById(Class, long) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据id删除
deleteByProperty(Class, String, Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
deleteByProperty(Class, String, Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据字段值删除
distinct() - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
distinct() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加distinct关键字
distinct - 类 中的变量cn.schoolwow.quickdao.domain.Query
distinct
DMLDAO - cn.schoolwow.quickdao.dao.sql.dml中的接口
DML操作接口
DMLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dml中的接口
 
done() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
done() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
返回主表
done() - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
done() - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
done() - 接口 中的方法cn.schoolwow.quickdao.handler.TableDefiner
结束
done() - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
结束
doneSubCondition() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
doneSubCondition() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
返回父表
DQLDAO - cn.schoolwow.quickdao.dao.sql.dql中的接口
DQL查询接口
DQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的接口
 
dqlsqlBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
DQL查询语句构建
drop(Class) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
drop(Class) - 接口 中的方法cn.schoolwow.quickdao.dao.DAO
删表
dropIndex(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
dropIndex(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 
dropIndex(Entity, IndexType) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
删除索引
dropTable(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
dropTable(Entity) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
删除表

E

endTransaction() - 类 中的方法cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
endTransaction() - 接口 中的方法cn.schoolwow.quickdao.dao.sql.transaction.Transaction
结束事务
Entity - cn.schoolwow.quickdao.domain中的类
实体类信息
Entity() - 类 的构造器cn.schoolwow.quickdao.domain.Entity
 
entity - 类 中的变量cn.schoolwow.quickdao.domain.Property
所属实体
entity - 类 中的变量cn.schoolwow.quickdao.domain.Query
关联Entity
entity - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
关联实体
entityMap - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
扫描后的实体类信息
escape(String) - 接口 中的方法cn.schoolwow.quickdao.database.Database
转义表,列等
escape(String) - 类 中的方法cn.schoolwow.quickdao.database.H2Database
 
escape(String) - 类 中的方法cn.schoolwow.quickdao.database.MySQLDatabase
 
escape(String) - 类 中的方法cn.schoolwow.quickdao.database.PostgreDatabase
 
escape(String) - 类 中的方法cn.schoolwow.quickdao.database.SQLiteDatabase
 
escape(String) - 类 中的方法cn.schoolwow.quickdao.database.SQLServerDatabase
 
excludeColumn(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
excludeColumn(String[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
excludeColumn(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
排除部分字段,用于Response.getPartList()
excludeColumn(String[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
排除部分字段,用于Response.getPartList()
excludeColumns - 类 中的变量cn.schoolwow.quickdao.domain.Query
待排除的字段
execute() - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
execute() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
执行并返回Response实例
exist(Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
exist(Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 
exist(Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.SQLDAO
实例对象是否存在

F

fetch(Class, long) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
fetch(Class, String, Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
fetch(Class, long) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
根据id查询
fetch(Class, String, Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
根据字段值查询
fetch(Class<T>, long) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
fetch(Class<T>, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
fetch(Class<T>, long) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO
 
fetch(Class<T>, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO
 
fetch(Class<T>, long) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dql.DQLDAO
根据id查询实例
fetch(Class<T>, String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dql.DQLDAO
根据属性查询单个记录
fetchList(Class<T>, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
fetchList(Class<T>, String, Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO
 
fetchList(Class<T>, String, Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dql.DQLDAO
根据属性查询多个记录
fetchNull(Class, String) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
fetchNull(Class, String) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
is null查询
fieldMapping - 类 中的变量cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
字段类型映射
filter(Predicate<Class>) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
过滤实体类
ForeignKey - cn.schoolwow.quickdao.annotation中的注释类型
 
foreignKey - 类 中的变量cn.schoolwow.quickdao.domain.Property
外键关联
foreignKey(boolean) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
是否建立外键约束
ForeignKeyOption - cn.schoolwow.quickdao.annotation中的枚举
外键级联策略
foreignKeyProperties - 类 中的变量cn.schoolwow.quickdao.domain.Entity
外键约束字段
fullJoin() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
fullJoin() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
全外连接

G

getAggerateList(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
getAggerateList(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
返回聚合字段的数据库记录
getAggerateList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getAggerateList() - 类 中的方法cn.schoolwow.quickdao.dao.response.H2Response
 
getAggerateList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回聚合字段的数据库记录 此方法会同时返回addAggerate()方法addColumns()方法所指定的字段 注意:调用此方法时请务必先调用Condition.addAggerate(String, String)
getArray(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
getArray(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
返回符合条件的数据库记录
getArray() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getArray() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回符合条件的数据库记录
getAutoIncrementSQL(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
getAutoIncrementSQL(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 
getAutoIncrementSQL(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
getAutoIncrementSQL(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLiteTableBuilder
 
getAutoIncrementSQL(Property) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLServerTableBuilder
 
getAutoIncrementSQL(Property) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
创建自增列SQL语句
getCurrentPage() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
getDatabaseEntity() - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
getDatabaseEntity() - 类 中的方法cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 
getDatabaseEntity() - 类 中的方法cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
getDatabaseEntity() - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLiteTableBuilder
 
getDatabaseEntity() - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLServerTableBuilder
 
getDatabaseEntity() - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
获取数据库信息
getEntityMap() - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
获取实体类信息
getList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回符合条件的数据库记录
getList() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
getObject(Entity, String, ResultSet) - 类 中的静态方法cn.schoolwow.quickdao.dao.response.AbstractResponse
获取子对象属性值
getOne() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getOne() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
获取符合条件的数据库记录的第一条 若无符合条件的数据库记录,返回Null
getOperation() - 枚举 中的方法cn.schoolwow.quickdao.annotation.ForeignKeyOption
 
getPageSize() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
getPagingList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getPagingList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回符合条件的分页数据库记录.
getPartList(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
getPartList(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
返回指定字段的数据库记录
getPartList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getPartList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回指定字段的数据库记录 此方法会返回addColumns()方法所指定的字段
getPartPagingList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getPartPagingList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回符合条件的分页数据库记录.
getSpecialList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getSpecialList() - 类 中的方法cn.schoolwow.quickdao.dao.response.H2Response
 
getSpecialList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回指定字段的数据库记录 此方法会返回addColumns()方法所指定的字段
getTotalPage() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
getTotalSize() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
getUnionList(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
getUnionList(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
合并查询
getUnionList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getUnionList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
合并查询 注意:调用此方法时必须调用union方法,且多个Condition所返回的字段信息必须一致
getUnionPagingList() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getUnionPagingList() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
合并分页查询 注意:调用此方法时必须调用分页方法 注意:调用此方法时必须调用union方法,且多个Condition所返回的字段信息必须一致
getUniqueCompositFieldInMainClass(Class, Class) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
找到子表中唯一一个类型为主表的成员变量名
getValueList(String, Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
getValueList(String, Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
返回指定单个字段的集合
getValueList(Class, String) - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
getValueList(Class<E>, String) - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
返回指定单个字段的集合
groupBy(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
groupBy(String[]) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
groupBy(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加分组查询
groupBy(String[]) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加分组查询
groupByBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
分组查询

H

H2Condition - cn.schoolwow.quickdao.dao.condition中的类
 
H2Condition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.H2Condition
 
H2Database - cn.schoolwow.quickdao.database中的类
 
H2Database() - 类 的构造器cn.schoolwow.quickdao.database.H2Database
 
H2DQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
H2DQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.H2DQLSQLBuilder
 
H2Response - cn.schoolwow.quickdao.dao.response中的类
 
H2Response(Query) - 类 的构造器cn.schoolwow.quickdao.dao.response.H2Response
 
H2TableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
H2TableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.H2TableBuilder
 
handleEntityMap() - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
处理实体类相关约束
hasConstraintExists(String, String) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
hasConstraintExists(String, String) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
判断外键约束是否已经存在
hasId(Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
对象是否存在id 默认主键必须存在且为long型
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.H2TableBuilder
 
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLiteTableBuilder
 
hasIndexExists(Entity, IndexType) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLServerTableBuilder
 
hasIndexExists(Entity, IndexType) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
判断索引是否已经存在
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.H2TableBuilder
 
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLiteTableBuilder
 
hasTableExists(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.SQLServerTableBuilder
 
hasTableExists(Entity) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
判断表是否已经存在

I

Id - cn.schoolwow.quickdao.annotation中的注释类型
标识id
id - 类 中的变量cn.schoolwow.quickdao.domain.Entity
Id属性
id - 类 中的变量cn.schoolwow.quickdao.domain.Property
是否是id
id(boolean) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
id(boolean) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
是否id属性
Ignore - cn.schoolwow.quickdao.annotation中的注释类型
忽略该实体
ignoreClass(Class) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
忽略该实体类
ignoreClassList - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
要忽略的类
ignorePackageName(String) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
忽略包名
ignorePackageNameList - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
要忽略的包名
Index - cn.schoolwow.quickdao.annotation中的注释类型
在字段上建立索引
index - 类 中的变量cn.schoolwow.quickdao.domain.Property
是否建立索引
indexProperties - 类 中的变量cn.schoolwow.quickdao.domain.Entity
索引字段
IndexType - cn.schoolwow.quickdao.builder.table中的枚举
索引类型
insert(Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
insert(Object[]) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
insert(Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
插入语句
insert(Object[]) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据id更新
insert(Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
insert(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
insert(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
insert(Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
insert(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
insert(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
insert(Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
插入对象
insert(Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
插入对象数组
insert(Collection) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
插入对象集合
invoke(Object, Method, Object[]) - 类 中的方法cn.schoolwow.quickdao.builder.table.TableBuilderInvocationHandler
 
invoke(Object, Method, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.response.ResponseInvocationHandler
 
invoke(Object, Method, Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.sql.SQLDAOInvocationHandler
 
isHasMore() - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 

J

join - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
连接方式
joinTable(Class, String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
joinTable(Class, String, String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
joinTable(Class, String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
关联表查询 主表,表别名为t 子表,依据关联顺序别名依次为t1,t2,t3......
joinTable(Class, String, String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
关联表查询 主表,表别名为t 子表,依据关联顺序别名依次为t1,t2,t3......
joinTable(Class, String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
joinTable(Class, String, String, String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
joinTable(Class, String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
关联表查询,子表可再次关联子表 当子表关联子表时,我们称原子表为父表,关联表为子表 父表,调用本方法的表 子表,依据关联顺序别名依次为t1,t2,t3......
joinTable(Class, String, String, String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
关联表查询,手动指定子表关联字段 主表,表别名为t 子表,依据关联顺序别名依次为t1,t2,t3......
joinTableField - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
子表字段

L

leftJoin() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
leftJoin() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
左外连接
limit(long, long) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
limit(long, long) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
分页操作
limit(long, long) - 类 中的方法cn.schoolwow.quickdao.dao.condition.PostgreCondition
 
limit(long, long) - 类 中的方法cn.schoolwow.quickdao.dao.condition.SQLServerCondition
 
limit - 类 中的变量cn.schoolwow.quickdao.domain.Query
分页
logger - 类 中的变量cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
 
logger - 类 中的变量cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
logger - 类 中的变量cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 

M

mainTableAlias - 接口 中的静态变量cn.schoolwow.quickdao.dao.condition.Condition
 
MySQLCondition - cn.schoolwow.quickdao.dao.condition中的类
 
MySQLCondition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.MySQLCondition
 
MySQLDatabase - cn.schoolwow.quickdao.database中的类
MySQL数据库
MySQLDatabase() - 类 的构造器cn.schoolwow.quickdao.database.MySQLDatabase
 
MySQLDQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
MySQLDQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.MySQLDQLSQLBuilder
 
MySQLTableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
MySQLTableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.MySQLTableBuilder
 

N

name - 类 中的变量cn.schoolwow.quickdao.domain.Property
属性名
newInstance() - 类 中的静态方法cn.schoolwow.quickdao.QuickDAO
 
notNull - 类 中的变量cn.schoolwow.quickdao.domain.Property
是否非空
notNull(boolean) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
notNull(boolean) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
是否非空

O

openForeignKey - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
是否开启外键约束
or() - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
or() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加Or查询条件
orderBy(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
orderBy(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
根据指定字段升序排列
orderBy(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
orderBy(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
根据指定字段升序排列
orderByBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
排序
orderByDesc(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
orderByDesc(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
根据指定字段降序排列
orderByDesc(String) - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
orderByDesc(String) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
根据指定字段降序排列
orList - 类 中的变量cn.schoolwow.quickdao.domain.Query
or查询语句列表

P

packageName(String) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
待扫描实体类包名,支持嵌套扫描
packageName(String, String) - 类 中的方法cn.schoolwow.quickdao.QuickDAO
待扫描实体类包名,支持嵌套扫描
packageNameMap - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
待扫描包名
page(int, int) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
page(int, int) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
分页操作
page(int, int) - 类 中的方法cn.schoolwow.quickdao.dao.condition.PostgreCondition
 
page(int, int) - 类 中的方法cn.schoolwow.quickdao.dao.condition.SQLServerCondition
 
PageVo<T> - cn.schoolwow.quickdao.domain中的类
分页对象
PageVo() - 类 的构造器cn.schoolwow.quickdao.domain.PageVo
 
pageVo - 类 中的变量cn.schoolwow.quickdao.domain.Query
分页对象
parameterIndex - 类 中的变量cn.schoolwow.quickdao.domain.Query
参数索引
parameterList - 类 中的变量cn.schoolwow.quickdao.domain.Query
查询参数
parameterList - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
查询参数
parentSubCondition - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
父表
parentSubQuery - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
父表
patterns - 类 中的静态变量cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
PLACEHOLDER - 类 中的静态变量cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
SQL参数占位符
PostgreCondition - cn.schoolwow.quickdao.dao.condition中的类
 
PostgreCondition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.PostgreCondition
 
PostgreDatabase - cn.schoolwow.quickdao.database中的类
 
PostgreDatabase() - 类 的构造器cn.schoolwow.quickdao.database.PostgreDatabase
 
PostgreDQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
PostgreDQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.PostgreDQLSQLBuilder
 
PostgreTableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
PostgreTableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.PostgreTableBuilder
 
predicate - 类 中的变量cn.schoolwow.quickdao.domain.QuickDAOConfig
函数式接口过滤类
primaryField - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
主表字段
primaryKey(boolean) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
primaryKey(boolean) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
是否主键
properties - 类 中的变量cn.schoolwow.quickdao.domain.Entity
属性字段(排除ignore字段和实体包内字段)
Property - cn.schoolwow.quickdao.domain中的类
实体类属性信息
Property() - 类 的构造器cn.schoolwow.quickdao.domain.Property
 
property(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
property(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TableDefiner
处理列

Q

query(Class) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
query - 类 中的变量cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
query - 类 中的变量cn.schoolwow.quickdao.dao.response.AbstractResponse
 
query(Class) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dql.AbstractDQLDAO
 
query(Class) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dql.DQLDAO
复杂查询
Query - cn.schoolwow.quickdao.domain中的类
查询
Query() - 类 的构造器cn.schoolwow.quickdao.domain.Query
 
query - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
主表
QuickDAO - cn.schoolwow.quickdao中的类
 
QuickDAO() - 类 的构造器cn.schoolwow.quickdao.QuickDAO
 
quickDAOConfig - 类 中的变量cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
数据库信息对象
quickDAOConfig - 类 中的变量cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
数据库配置项
quickDAOConfig - 类 中的变量cn.schoolwow.quickdao.dao.AbstractDAO
 
quickDAOConfig - 类 中的变量cn.schoolwow.quickdao.domain.Query
关联QuickDAOConfig
QuickDAOConfig - cn.schoolwow.quickdao.domain中的类
数据源访问配置选项
QuickDAOConfig() - 类 的构造器cn.schoolwow.quickdao.domain.QuickDAOConfig
 

R

rebuild(Entity) - 类 中的方法cn.schoolwow.quickdao.builder.table.AbstractTableBuilder
 
rebuild(Entity) - 接口 中的方法cn.schoolwow.quickdao.builder.table.TableBuilder
重建表
rebuild(Class) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
rebuild(Class) - 接口 中的方法cn.schoolwow.quickdao.dao.DAO
重建表
replaceFirst(StringBuilder, String) - 类 中的静态方法cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
替换SQL语句的第一个占位符
Response<T> - cn.schoolwow.quickdao.dao.response中的接口
 
ResponseInvocationHandler - cn.schoolwow.quickdao.dao.response中的类
 
ResponseInvocationHandler(AbstractResponse) - 类 的构造器cn.schoolwow.quickdao.dao.response.ResponseInvocationHandler
 
rightJoin() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.AbstractSubCondition
 
rightJoin() - 类 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SQLiteSubCondition
 
rightJoin() - 接口 中的方法cn.schoolwow.quickdao.dao.condition.subCondition.SubCondition
右外连接
rollback() - 类 中的方法cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
rollback(Savepoint) - 类 中的方法cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
rollback() - 接口 中的方法cn.schoolwow.quickdao.dao.sql.transaction.Transaction
事务回滚
rollback(Savepoint) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.transaction.Transaction
事务回滚

S

save(Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
save(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
save(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
save(Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
save(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
save(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
save(Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
保存对象 若对象id不存在,则直接插入该对象 若对象id存在,则判断该对象是否有唯一性约束,若有则根据唯一性约束更新 若该对象无唯一性约束,则根据id更新
save(Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
保存对象数组 若对象id不存在,则直接插入该对象 若对象id存在,则判断该对象是否有唯一性约束,若有则根据唯一性约束更新 若该对象无唯一性约束,则根据id更新
save(Collection) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
保存对象数组 若对象id不存在,则直接插入该对象 若对象id存在,则判断该对象是否有唯一性约束,若有则根据唯一性约束更新 若该对象无唯一性约束,则根据id更新
selectByUniqueKey(Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
 
selectByUniqueKey(Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.SQLBuilder
根据唯一性约束查询
setBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
字段更新
setCurrentPage(int) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
setHasMore(boolean) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
setList(List<T>) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
setOperation(String) - 枚举 中的方法cn.schoolwow.quickdao.annotation.ForeignKeyOption
 
setPageSize(int) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
setParameter(Object, PreparedStatement, int, StringBuilder) - 类 中的静态方法cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
设置参数
setParameter(Object, Property, PreparedStatement, int, StringBuilder) - 类 中的静态方法cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
设置参数
setSavePoint(String) - 类 中的方法cn.schoolwow.quickdao.dao.sql.transaction.AbstractTransaction
 
setSavePoint(String) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.transaction.Transaction
设置保存点
setTotalPage(int) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
setTotalSize(long) - 类 中的方法cn.schoolwow.quickdao.domain.PageVo
 
simpleTypeName - 类 中的变量cn.schoolwow.quickdao.domain.Property
类型名
SQLBuilder - cn.schoolwow.quickdao.builder.sql中的接口
 
sqlBuilder - 类 中的变量cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 
sqlCache - 类 中的静态变量cn.schoolwow.quickdao.builder.sql.AbstractSQLBuilder
SQL语句缓存
SQLDAO - cn.schoolwow.quickdao.dao.sql中的接口
 
SQLDAOInvocationHandler - cn.schoolwow.quickdao.dao.sql中的类
 
SQLDAOInvocationHandler(AbstractSQLDAO) - 类 的构造器cn.schoolwow.quickdao.dao.sql.SQLDAOInvocationHandler
 
SQLiteCondition - cn.schoolwow.quickdao.dao.condition中的类
 
SQLiteCondition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.SQLiteCondition
 
SQLiteDatabase - cn.schoolwow.quickdao.database中的类
 
SQLiteDatabase() - 类 的构造器cn.schoolwow.quickdao.database.SQLiteDatabase
 
SQLiteDQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
SQLiteDQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.SQLiteDQLSQLBuilder
 
SQLiteSubCondition - cn.schoolwow.quickdao.dao.condition.subCondition中的类
 
SQLiteSubCondition(SubQuery) - 类 的构造器cn.schoolwow.quickdao.dao.condition.subCondition.SQLiteSubCondition
 
SQLiteTableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
SQLiteTableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.SQLiteTableBuilder
 
SQLServerCondition - cn.schoolwow.quickdao.dao.condition中的类
 
SQLServerCondition(Query) - 类 的构造器cn.schoolwow.quickdao.dao.condition.SQLServerCondition
 
SQLServerDatabase - cn.schoolwow.quickdao.database中的类
 
SQLServerDatabase() - 类 的构造器cn.schoolwow.quickdao.database.SQLServerDatabase
 
SQLServerDQLSQLBuilder - cn.schoolwow.quickdao.builder.sql.dql中的类
 
SQLServerDQLSQLBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.sql.dql.SQLServerDQLSQLBuilder
 
SQLServerTableBuilder - cn.schoolwow.quickdao.builder.table中的类
 
SQLServerTableBuilder(QuickDAOConfig) - 类 的构造器cn.schoolwow.quickdao.builder.table.SQLServerTableBuilder
 
startTransaction() - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
startTransaction() - 接口 中的方法cn.schoolwow.quickdao.dao.DAO
开启事务
StringUtil - cn.schoolwow.quickdao.util中的类
 
StringUtil() - 类 的构造器cn.schoolwow.quickdao.util.StringUtil
 
SubCondition<T> - cn.schoolwow.quickdao.dao.condition.subCondition中的接口
子表查询接口
SubQuery<T> - cn.schoolwow.quickdao.domain中的类
子查询
SubQuery() - 类 的构造器cn.schoolwow.quickdao.domain.SubQuery
 
subQueryList - 类 中的变量cn.schoolwow.quickdao.domain.Query
关联子查询

T

tableAliasName - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
表别名
TableBuilder - cn.schoolwow.quickdao.builder.table中的接口
负责数据库表创建
TableBuilderInvocationHandler - cn.schoolwow.quickdao.builder.table中的类
 
TableBuilderInvocationHandler(AbstractTableBuilder) - 类 的构造器cn.schoolwow.quickdao.builder.table.TableBuilderInvocationHandler
 
TableDefiner - cn.schoolwow.quickdao.handler中的接口
自定义表
TableName - cn.schoolwow.quickdao.annotation中的注释类型
 
tableName - 类 中的变量cn.schoolwow.quickdao.domain.Entity
实体类表名
tableName(String) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTableDefiner
 
tableName(String) - 接口 中的方法cn.schoolwow.quickdao.handler.TableDefiner
映射表名
TablePropertyDefiner - cn.schoolwow.quickdao.handler中的接口
自定义列属性
transaction - 类 中的变量cn.schoolwow.quickdao.dao.sql.AbstractSQLDAO
 
Transaction - cn.schoolwow.quickdao.dao.sql.transaction中的接口
事务接口

U

Underline2Camel(String) - 类 中的静态方法cn.schoolwow.quickdao.util.StringUtil
下划线命名转驼峰命名
union(Condition<T>) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
union(Condition<T>, UnionType) - 类 中的方法cn.schoolwow.quickdao.dao.condition.AbstractCondition
 
union(Condition<T>) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加联合查询,需确保返回字段个数和含义一致 默认union类型为 union
union(Condition<T>, UnionType) - 接口 中的方法cn.schoolwow.quickdao.dao.condition.Condition
添加联合查询,需确保返回字段个数和含义一致
unionList - 类 中的变量cn.schoolwow.quickdao.domain.Query
union语句列表
UnionType - cn.schoolwow.quickdao.dao.response中的枚举
 
unionType - 类 中的变量cn.schoolwow.quickdao.domain.Query
union类型
unique - 类 中的变量cn.schoolwow.quickdao.domain.Property
是否唯一
unique(boolean) - 类 中的方法cn.schoolwow.quickdao.handler.DefaultTablePropertyDefiner
 
unique(boolean) - 接口 中的方法cn.schoolwow.quickdao.handler.TablePropertyDefiner
是否唯一
uniqueKeyProperties - 类 中的变量cn.schoolwow.quickdao.domain.Entity
唯一约束字段
update(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.AbstractDQLSQLBuilder
 
update(Query) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dql.DQLSQLBuilder
更新符合条件的记录
update(Query) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dql.SQLiteDQLSQLBuilder
 
update(Object) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
update(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
update(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.AbstractDAO
 
update() - 类 中的方法cn.schoolwow.quickdao.dao.response.AbstractResponse
 
update() - 接口 中的方法cn.schoolwow.quickdao.dao.response.Response
更新符合条件的记录 前置条件:请先调用Condition.addUpdate(String, Object)方法
update(Object) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
update(Object[]) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
update(Collection) - 类 中的方法cn.schoolwow.quickdao.dao.sql.dml.AbstractDMLDAO
 
update(Object) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
更新对象 若对象有唯一性约束,则根据唯一性约束更新,否则根据id更新
update(Object[]) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
更新对象 若对象有唯一性约束,则根据唯一性约束更新,否则根据id更新
update(Collection) - 接口 中的方法cn.schoolwow.quickdao.dao.sql.dml.DMLDAO
更新对象 若对象有唯一性约束,则根据唯一性约束更新,否则根据id更新
updateById(Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
updateById(Object[]) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
updateById(Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据id更新
updateById(Object[]) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据id更新
updateByUniqueKey(Object) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
updateByUniqueKey(Object[]) - 类 中的方法cn.schoolwow.quickdao.builder.sql.dml.AbstractDMLSQLBuilder
 
updateByUniqueKey(Object) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据唯一性约束更新
updateByUniqueKey(Object[]) - 接口 中的方法cn.schoolwow.quickdao.builder.sql.dml.DMLSQLBuilder
根据唯一性约束更新
updateParameterList - 类 中的变量cn.schoolwow.quickdao.domain.Query
更新参数

V

valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickdao.annotation.ForeignKeyOption
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickdao.builder.table.IndexType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickdao.dao.response.UnionType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.schoolwow.quickdao.annotation.ForeignKeyOption
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.schoolwow.quickdao.builder.table.IndexType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.schoolwow.quickdao.dao.response.UnionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

whereBuilder - 类 中的变量cn.schoolwow.quickdao.domain.Query
查询条件
whereBuilder - 类 中的变量cn.schoolwow.quickdao.domain.SubQuery
查询条件
A B C D E F G H I J L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.