A B C D E F G H I J L M N O P R S T U V W 

A

add(String, Object) - 接口 中的方法org.teasoft.bee.osql.Cache
将结果集放入缓存 put the result in the cache identify with sql
and() - 接口 中的方法org.teasoft.bee.osql.chain.Select
默认自动加 and.
and() - 接口 中的方法org.teasoft.bee.osql.chain.Update
默认自动加 and.
and() - 接口 中的方法org.teasoft.bee.osql.Condition
默认自动加 and.

B

batch(String[]) - 接口 中的方法org.teasoft.bee.osql.BeeSql
提交一批命令到数据库 Submits a batch of commands to the database.
batch(String[], int) - 接口 中的方法org.teasoft.bee.osql.BeeSql
提交一批命令到数据库 Submits a batch of commands to the database.
BeeAbstractFactory - org.teasoft.bee.osql中的类
关于数据源和事务的抽象基类.An abstract super class about DataSource and Transaction.
BeeAbstractFactory() - 类 的构造器org.teasoft.bee.osql.BeeAbstractFactory
 
BeeErrorFieldException - org.teasoft.bee.osql.exception中的异常错误
Bee面向对象实体转SQL错误字段异常.Bee error field exception.
BeeErrorFieldException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorFieldException
 
BeeErrorFieldException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorFieldException
 
BeeErrorFieldException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorFieldException
 
BeeErrorFieldException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorFieldException
 
BeeErrorGrammarException - org.teasoft.bee.osql.exception中的异常错误
Bee错误语法异常.Bee Error Grammar Exception
BeeErrorGrammarException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorGrammarException
 
BeeErrorGrammarException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorGrammarException
 
BeeErrorGrammarException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorGrammarException
 
BeeErrorGrammarException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeErrorGrammarException
 
BeeException - org.teasoft.bee.osql中的异常错误
Bee的异常父类.Bee's super exception class.
BeeException() - 异常错误 的构造器org.teasoft.bee.osql.BeeException
 
BeeException(String) - 异常错误 的构造器org.teasoft.bee.osql.BeeException
 
BeeException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.BeeException
 
BeeException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.BeeException
 
BeeException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.teasoft.bee.osql.BeeException
 
BeeIllegalAccessException - org.teasoft.bee.osql.exception中的异常错误
与java.lang.IllegalAccessException对应的异常.Define for java.lang.IllegalAccessException.
BeeIllegalAccessException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalAccessException
 
BeeIllegalAccessException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalAccessException
 
BeeIllegalAccessException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalAccessException
 
BeeIllegalAccessException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalAccessException
 
BeeIllegalEntityException - org.teasoft.bee.osql.exception中的异常错误
非法的Bee实体异常.Bee illegal entity exception.
BeeIllegalEntityException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalEntityException
 
BeeIllegalEntityException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalEntityException
 
BeeIllegalEntityException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalEntityException
 
BeeIllegalEntityException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalEntityException
 
BeeIllegalParameterException - org.teasoft.bee.osql.exception中的异常错误
Bee非法参数异常.Bee illegal parameter exception.
BeeIllegalParameterException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalParameterException
 
BeeIllegalParameterException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalParameterException
 
BeeIllegalParameterException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalParameterException
 
BeeIllegalParameterException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeIllegalParameterException
 
BeeInstantiationException - org.teasoft.bee.osql.exception中的异常错误
与java.lang.InstantiationException对应的异常.
BeeInstantiationException() - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeInstantiationException
 
BeeInstantiationException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeInstantiationException
 
BeeInstantiationException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeInstantiationException
 
BeeInstantiationException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.BeeInstantiationException
 
BeeSql - org.teasoft.bee.osql中的接口
直接用sql语句操作数据库的接口 在该接口中的sql字符串要是DB能识别的SQL语句 The interface of operating database with SQL statement directly The SQL string in this interface is the SQL statement that DB can recognize
BeeSQLException - org.teasoft.bee.osql中的异常错误
Bee的SQL异常父类.Bee's SQL super exception class.
BeeSQLException() - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
BeeSQLException(String) - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
BeeSQLException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
BeeSQLException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
BeeSQLException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
BeeSQLException(String, String, int, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.BeeSQLException
 
begin() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
between(String, Number, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
between(String, Number, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
 
between(String, String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
 

C

Cache - org.teasoft.bee.osql中的接口
缓存接口.Cache interface.
CallableSql - org.teasoft.bee.osql中的接口
存储过程方式Sql操作DB的接口.Procedure sql operate the DB.
clear(String) - 接口 中的方法org.teasoft.bee.osql.Cache
清除某个表相关的缓存 clear the cache result by sql
commit() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
Condition - org.teasoft.bee.osql中的接口
为面向对象方式操作数据库提供封装的条件.
ConditionAssistant - org.teasoft.bee.osql中的接口
Condition的辅助接口.Assistant of Condition.

D

DbFeature - org.teasoft.bee.osql.dialect中的接口
为特定DB转换成对应的sql.Translate the sql for really DB.
debug(String) - 接口 中的方法org.teasoft.bee.logging.Log
Log a message at the DEBUG level.
delete(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
delete(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
delete(T) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象entity删除数据 According to entity object delete record.
delete(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity删除数据
deleteById(Class, Integer) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
deleteById(Class, Long) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
deleteById(Class, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
deleteById(Class, Integer) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id删记录.delete record by id.
deleteById(Class, Long) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id删记录.delete record by id.
deleteById(Class, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id删记录.delete record by id.
distinct(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 

E

error(String) - 接口 中的方法org.teasoft.bee.logging.Log
Log a message at the ERROR level.
error(String, Throwable) - 接口 中的方法org.teasoft.bee.logging.Log
 
exists(Select) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
exists(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 

F

FileCreator - org.teasoft.bee.file中的接口
文件创建接口.File creator interface.
from(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
FunctionType - org.teasoft.bee.osql中的枚举
SQL对应的函数类型.Function type of SQL.

G

genFile(String, String) - 接口 中的方法org.teasoft.bee.file.FileCreator
 
genFile(String, String, String) - 接口 中的方法org.teasoft.bee.file.FileCreator
 
genFile(String, String, String, String) - 接口 中的方法org.teasoft.bee.file.FileCreator
 
get(String) - 接口 中的方法org.teasoft.bee.osql.Cache
通过查询用的sql获取缓存结果记录 get the cache result by sql
getCallableStatement(String) - 接口 中的方法org.teasoft.bee.osql.CallableSql
返回CallableStatement对象以便可以设置in,out,inout参数.可方便调用JDBC底层的方法
getDataSource() - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
 
getErrorCode() - 异常错误 中的方法org.teasoft.bee.osql.BeeSQLException
Retrieves the vendor-specific exception code for this BeeSQLException object.
getFieldSet() - 接口 中的方法org.teasoft.bee.osql.ConditionAssistant
 
getIncludeType() - 接口 中的方法org.teasoft.bee.osql.ConditionAssistant
 
getLevel() - 枚举 中的方法org.teasoft.bee.osql.transaction.TransactionIsolationLevel
 
getLogger() - 接口 中的方法org.teasoft.bee.logging.Log
 
getLogger(String) - 接口 中的方法org.teasoft.bee.logging.Log
 
getLogger(Class<?>) - 接口 中的方法org.teasoft.bee.logging.Log
 
getName() - 枚举 中的方法org.teasoft.bee.osql.FunctionType
 
getName() - 枚举 中的方法org.teasoft.bee.osql.OrderType
返回排序类型.
getOperator() - 枚举 中的方法org.teasoft.bee.osql.Op
 
getSQLState() - 异常错误 中的方法org.teasoft.bee.osql.BeeSQLException
Retrieves the SQLState for this BeeSQLException object.
getSuid() - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
getSuidRich() - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
getTransaction() - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
 
getTransactionIsolation() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
getType() - 枚举 中的方法org.teasoft.bee.osql.annotation.JoinType
 
getType() - 枚举 中的方法org.teasoft.bee.osql.SuidType
 
getValue() - 枚举 中的方法org.teasoft.bee.osql.IncludeType
 
groupBy(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
groupBy(String) - 接口 中的方法org.teasoft.bee.osql.Condition
 

H

having(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
having(String) - 接口 中的方法org.teasoft.bee.osql.Condition
eg:having("count(*)>5") --> having count(*)>5
having(FunctionType, String, Op, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
eg: having(FunctionType.MIN, "field", Op.ge, 60)-->having min(field)>=60

I

in(String, Number...) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
in(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
in(Select) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
in(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
IncludeType - org.teasoft.bee.osql中的枚举
包含类型:关于Null和空字符的.Include type about Null and empty string.
info(String) - 接口 中的方法org.teasoft.bee.logging.Log
Log a message at the INFO level.
innerjoin(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
insert(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
insert(T[]) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
insert(T[], String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
insert(T[], int) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
insert(T[], int, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
insert(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
insert(T) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象entity插入数据 According to entity object insert record.
insert(T[]) - 接口 中的方法org.teasoft.bee.osql.SuidRich
批量插入数据. insert records by batch.
insert(T[], int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
insert(T[], String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
insert(T[], int, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
批量插入数据,可以指定不插入的字段.
insert(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity插入数据
isDebugEnabled() - 接口 中的方法org.teasoft.bee.logging.Log
 
isErrorEnabled() - 接口 中的方法org.teasoft.bee.logging.Log
 
isInfoEnabled() - 接口 中的方法org.teasoft.bee.logging.Log
 
isNotNull(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
isNull(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
isOff() - 接口 中的方法org.teasoft.bee.logging.Log
 
isReadOnly() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
isTraceEnabled() - 接口 中的方法org.teasoft.bee.logging.Log
 
isWarnEnabled() - 接口 中的方法org.teasoft.bee.logging.Log
 

J

join(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
JoinTable - org.teasoft.bee.osql.annotation中的注释类型
用于表连接的注解.Annotation for tables join.
JoinTableException - org.teasoft.bee.osql.exception中的异常错误
表连接异常.Join table exception.
JoinTableException() - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableException
 
JoinTableException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableException
 
JoinTableException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableException
 
JoinTableException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableException
 
JoinTableParameterException - org.teasoft.bee.osql.exception中的异常错误
表连接参数异常.Join table parameter exception.
JoinTableParameterException() - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableParameterException
 
JoinTableParameterException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableParameterException
 
JoinTableParameterException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableParameterException
 
JoinTableParameterException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.JoinTableParameterException
 
JoinType - org.teasoft.bee.osql.annotation中的枚举
SQL连接类型.SQL join type.

L

leftjoin(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
Log - org.teasoft.bee.logging中的接口
日志接口.Log interface.
lParentheses() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
lParentheses() - 接口 中的方法org.teasoft.bee.osql.Condition
 

M

modify(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
操作update,insert,delete.对应Jdbc的executeUpdate方法 operate update,insert,delete. corresponding to Jdbc executeUpdate method.
modify(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.CallableSql
 
modify(CallableStatement) - 接口 中的方法org.teasoft.bee.osql.CallableSql
对于有out或inout类型的参数,可设置参数后,再调用该方法.
modify(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
已过时。
不建议使用,因为框架不知道具体是更改了什么表,会影响缓存的正确性,从而产生缓存数据不准确的危险
modify(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
已过时。
不建议使用,因为框架不知道具体是更改了什么表,会影响缓存的正确性,从而产生缓存数据不准确的危险
MoreObjToSQL - org.teasoft.bee.osql中的接口
将多表查询的实体转成SQL语句.More select Object to SQL.
MoreTable - org.teasoft.bee.osql中的接口
多表查询.More table select.
moreTableSelect(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
为多表查询准备的方法.根据sql查询数据,数据类型与entity类型一致

N

NameTranslate - org.teasoft.bee.osql中的接口
表名与实体名,列名与字段名互转.table name<-->entity name, coloumn name<-->field name.
NoConfigException - org.teasoft.bee.osql.exception中的异常错误
没有配置信息异常.No config exception.
NoConfigException() - 异常错误 的构造器org.teasoft.bee.osql.exception.NoConfigException
 
NoConfigException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.NoConfigException
 
NoConfigException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.NoConfigException
 
NoConfigException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.NoConfigException
 
notBetween(String, Number, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notBetween(String, Number, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
 
notBetween(String, String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
 
notExists(Select) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notExists(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notIn(String, Number...) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notIn(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notIn(Select) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
notIn(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 

O

ObjSQLAbstractServiceImpl - org.teasoft.bee.osql.service中的类
默认抽象通用面向对象SQL服务实现类.Default common abstract object SQLService implement class.
ObjSQLAbstractServiceImpl() - 类 的构造器org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
ObjSQLException - org.teasoft.bee.osql中的异常错误
Bee的面向对象SQL异常父类.Bee's Object SQL super exception class.
ObjSQLException() - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLException
 
ObjSQLException(String) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLException
 
ObjSQLException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLException
 
ObjSQLException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLException
 
ObjSQLException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLException
 
ObjSQLIllegalSQLStringException - org.teasoft.bee.osql中的异常错误
面向对象SQL非法SQL字段串异常.Object SQL illegal SQL string exception.
ObjSQLIllegalSQLStringException() - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLIllegalSQLStringException
 
ObjSQLIllegalSQLStringException(String) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLIllegalSQLStringException
 
ObjSQLIllegalSQLStringException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLIllegalSQLStringException
 
ObjSQLIllegalSQLStringException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLIllegalSQLStringException
 
ObjSQLIllegalSQLStringException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.teasoft.bee.osql.ObjSQLIllegalSQLStringException
 
ObjSQLRichAbstractServiceImpl - org.teasoft.bee.osql.service中的类
默认抽象通用丰富的面向对象SQL服务实现类.Default common abstract object rich SQLService implement class.
ObjSQLRichAbstractServiceImpl() - 类 的构造器org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
ObjSQLRichService - org.teasoft.bee.osql.service中的接口
默认通用丰富的面向对象SQL服务接口.Default common object rich SQLService.
ObjSQLService - org.teasoft.bee.osql.service中的接口
默认通用面向对象SQL服务接口.Default common object SQLService.
ObjToSQL - org.teasoft.bee.osql中的接口
对象到SQL的转换(对应Suid).Object to SQL string for Suid.
ObjToSQLRich - org.teasoft.bee.osql中的接口
对象到SQL的转换(对应SuidRich).Object to SQL string for SuidRich.
on() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
on(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
op(String, Op, String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
op(String, Op, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
op(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
op(String, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
op(String, Op, String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
op(String, Op, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
op(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
op(String, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
op(String, Op, Object) - 接口 中的方法org.teasoft.bee.osql.Condition
 
Op - org.teasoft.bee.osql中的枚举
SQL语言的各种操作符.SQL's Operation Type
or() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
or() - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
or() - 接口 中的方法org.teasoft.bee.osql.Condition
 
orderBy(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
orderBy(String, OrderType) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
orderBy(String) - 接口 中的方法org.teasoft.bee.osql.Condition
 
orderBy(String, OrderType) - 接口 中的方法org.teasoft.bee.osql.Condition
 
orderBy(FunctionType, String, OrderType) - 接口 中的方法org.teasoft.bee.osql.Condition
eg: orderBy(FunctionType.MAX, "total", OrderType.DESC)-->order by max(total) desc
OrderType - org.teasoft.bee.osql中的枚举
SQL语言的排序类型(asc,desc).SQL's Order type(asc,desc).
org.teasoft.bee.file - 程序包 org.teasoft.bee.file
 
org.teasoft.bee.logging - 程序包 org.teasoft.bee.logging
 
org.teasoft.bee.osql - 程序包 org.teasoft.bee.osql
 
org.teasoft.bee.osql.annotation - 程序包 org.teasoft.bee.osql.annotation
 
org.teasoft.bee.osql.chain - 程序包 org.teasoft.bee.osql.chain
 
org.teasoft.bee.osql.dialect - 程序包 org.teasoft.bee.osql.dialect
 
org.teasoft.bee.osql.exception - 程序包 org.teasoft.bee.osql.exception
 
org.teasoft.bee.osql.service - 程序包 org.teasoft.bee.osql.service
 
org.teasoft.bee.osql.transaction - 程序包 org.teasoft.bee.osql.transaction
 

P

PreparedSql - org.teasoft.bee.osql中的接口
支持带占位符的sql操作.sql语句是DB能识别的SQL,非面向对象的sql.Support sql string with placeholder.The sql statement is really DB's grammar,not object oriented type.

R

rightjoin(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
rollback() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
rParentheses() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
rParentheses() - 接口 中的方法org.teasoft.bee.osql.Condition
 

S

select(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
根据sql查询数据,数据类型与entity类型一致
select(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
查询并将每一行结果转成String数组.select and transform every record to string array.
select(String, T, Object[]) - 接口 中的方法org.teasoft.bee.osql.CallableSql
 
select(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.CallableSql
 
Select - org.teasoft.bee.osql.chain中的接口
 
select() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
select(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
select(T) - 接口 中的方法org.teasoft.bee.osql.MoreTable
根据实体对象entity查询数据 According to entity object select records from database.
select(T, int, int) - 接口 中的方法org.teasoft.bee.osql.MoreTable
根据实体对象entity查询数据 According to entity object select records from database.
select(T, Condition) - 接口 中的方法org.teasoft.bee.osql.MoreTable
根据实体对象和Condition查询数据.select the records according to entity and condition.
select(String, T, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
通过问号的占位语句查询数据 eg: select * from orders where userid=?
select(String, T, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
select(String, T, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
通过变量的占位语句查询数据.entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数.
select(String, T, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
select(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询并将每一行结果转成String数组.select and transform every record to string array.
select(String, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
select(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询并将每一行结果转成String数组.select and transform every record to string array.
select(String, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
select(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
select(T, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
select(T, int) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, int, int) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, String, int, int) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, IncludeType, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象entity查询数据 According to entity object select records from database.
select(T, Condition) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象和Condition查询数据.select the records according to entity and condition.
select(T, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据 According to entity object select records from database.
select(T, int, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据 According to entity object select records from database.
select(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
select(T, String, int, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
select(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据.
select(T, IncludeType, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
已过时。
Suid的 select(T entity,Condition condition)方法中,可以通过condition设置includeType.
selectById(T, Integer) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectById(T, Long) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectById(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectById(T, Integer) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id查询记录. select record by id.
selectById(T, Long) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id查询记录. select record by id.
selectById(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据id查询记录. select record by id.
selectFun(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
用函数查询结果.select result with function.
selectFun(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
用函数查询结果.select result with function.
selectFun(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
用函数查询结果.select result with function.
selectJson(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
查询结果,并以json格式返回.select and return json format result.
selectJson(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.CallableSql
 
selectJson(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询结果,并以json格式返回.select and return json format result.
selectJson(String, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询结果,并以json格式返回.select and return json format result.
selectJson(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询结果,并以json格式返回.select and return json format result.
selectJson(String, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
查询结果,并以json格式返回.select and return json format result.
selectJson(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectJson(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectJson(T, IncludeType, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectJson(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据,并返回Json格式结果.
selectJson(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据
selectJson(T, IncludeType, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据,并以Json格式返回
selectOne(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectOne(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
查询一个实体.
selectOrderBy(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectOrderBy(T, String, OrderType[]) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectOrderBy(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
应用排序查询结果,排序的字段默认按升序排列.
selectOrderBy(T, String, OrderType[]) - 接口 中的方法org.teasoft.bee.osql.SuidRich
应用排序查询结果.
selectSomeField(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
查询部分字段 select some field
selectSomeField(String, T, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
通过问号的占位语句查询数据(只查询部分字段) eg: select * from orders where userid=?
selectSomeField(String, T, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
selectSomeField(String, T, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
通过变量的占位语句查询数据(只查询部分字段).entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数.
selectSomeField(String, T, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
 
selectString(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectString(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectString(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
查询实体,每个字段都是以字符串类型返回.
selectString(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
查询部分字段,每个字段都是以字符串类型返回.
selectWithFun(T, FunctionType, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectWithFun(T, FunctionType, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
使用函数查询结果.select result with function.
set(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
set(String, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
setDataSource(DataSource) - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
 
setIncludeType(IncludeType) - 接口 中的方法org.teasoft.bee.osql.Condition
设置IncludeType过滤参数.op,between,notBetween方法设置的字段,不受includeType的值影响.
setReadOnly(boolean) - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
setSuidType(SuidType) - 接口 中的方法org.teasoft.bee.osql.ConditionAssistant
 
setTimeout(int) - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
setTransaction(Transaction) - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
 
setTransactionIsolation(TransactionIsolationLevel) - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
size(int) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
size(Integer) - 接口 中的方法org.teasoft.bee.osql.Condition
 
SqlNullException - org.teasoft.bee.osql.exception中的异常错误
Sql语句是null的异常.Exception of sql statement string is null.
SqlNullException() - 异常错误 的构造器org.teasoft.bee.osql.exception.SqlNullException
 
SqlNullException(String) - 异常错误 的构造器org.teasoft.bee.osql.exception.SqlNullException
 
SqlNullException(String, Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.SqlNullException
 
SqlNullException(Throwable) - 异常错误 的构造器org.teasoft.bee.osql.exception.SqlNullException
 
start(int) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
start(Integer) - 接口 中的方法org.teasoft.bee.osql.Condition
 
Suid - org.teasoft.bee.osql中的接口
数据库操作接口,包括查,改,增,删 Suid (select,update,insert,delete), 默认不处理null和空字符串.Database operation: Suid (select,update,insert,delete), the null and empty string are not handled by default.
SuidRich - org.teasoft.bee.osql中的接口
数据库操作接口,包括查,改,增,删 Suid (select,update,insert,delete), 该接口比Suid接口提供更多的参数选择.Database operation: Suid (select,update,insert,delete), it supports more parameters than Suid.
SuidType - org.teasoft.bee.osql中的枚举
数据库Suid操作类型.Database Suid type.
SysValue - org.teasoft.bee.osql.annotation中的注释类型
Bee框架内部使用的注解,用于将properties文件的值设置到类属性.Annotation use in Bee for setting class' field value by properties.

T

toColumnName(String) - 接口 中的方法org.teasoft.bee.osql.NameTranslate
将Java实体类的字段名转成DB表的列名 field name to column name
toDeleteByIdSQL(Class, Integer) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toDeleteByIdSQL(Class, Long) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toDeleteByIdSQL(Class, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toDeleteSQL(T) - 接口 中的方法org.teasoft.bee.osql.ObjToSQL
 
toDeleteSQL(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toEntityName(String) - 接口 中的方法org.teasoft.bee.osql.NameTranslate
将DB表名转成Java实体名 table name to entity name
toFieldName(String) - 接口 中的方法org.teasoft.bee.osql.NameTranslate
将DB表的列名转成Java里实体类的字段名 column name to field name
toInsertSQL(T) - 接口 中的方法org.teasoft.bee.osql.ObjToSQL
 
toInsertSQL(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toInsertSQL(T[]) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toInsertSQL(T[], String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toPageSql(String, int, int) - 接口 中的方法org.teasoft.bee.osql.dialect.DbFeature
 
toPageSql(String, int) - 接口 中的方法org.teasoft.bee.osql.dialect.DbFeature
 
toSelectByIdSQL(T, Integer) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectByIdSQL(T, Long) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectByIdSQL(T, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectFunSQL(T, FunctionType, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectOrderBySQL(T, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectOrderBySQL(T, String, OrderType[]) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T) - 接口 中的方法org.teasoft.bee.osql.MoreObjToSQL
 
toSelectSQL(T, int, int) - 接口 中的方法org.teasoft.bee.osql.MoreObjToSQL
 
toSelectSQL(T, Condition) - 接口 中的方法org.teasoft.bee.osql.MoreObjToSQL
根据entity和Condition转换成sql语句
toSelectSQL(T) - 接口 中的方法org.teasoft.bee.osql.ObjToSQL
 
toSelectSQL(T, Condition) - 接口 中的方法org.teasoft.bee.osql.ObjToSQL
根据entity和Condition转换成sql语句
toSelectSQL(T, int) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T, int, int) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T, String, int, int) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toSelectSQL(T, IncludeType, Condition) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
ToSql - org.teasoft.bee.osql.chain中的接口
 
toSQL() - 接口 中的方法org.teasoft.bee.osql.chain.ToSql
 
toSQL(boolean) - 接口 中的方法org.teasoft.bee.osql.chain.ToSql
 
toTableName(String) - 接口 中的方法org.teasoft.bee.osql.NameTranslate
将Java实体名转成DB表名 entity name to table name
toUpdateBySQL(T, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toUpdateBySQL(T, String, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toUpdateSQL(T) - 接口 中的方法org.teasoft.bee.osql.ObjToSQL
 
toUpdateSQL(T, String) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toUpdateSQL(T, String, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
toUpdateSQL(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.ObjToSQLRich
 
trace(String) - 接口 中的方法org.teasoft.bee.logging.Log
Log a message at the TRACE level.
Transaction - org.teasoft.bee.osql.transaction中的接口
事务接口.Transaction interface.
TransactionIsolationLevel - org.teasoft.bee.osql.transaction中的枚举
事务隔离级别.Transaction isolation level.

U

union(Select, Select) - 接口 中的方法org.teasoft.bee.osql.chain.UnionSelect
 
union(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.UnionSelect
 
unionAll(Select, Select) - 接口 中的方法org.teasoft.bee.osql.chain.UnionSelect
 
unionAll(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.UnionSelect
 
UnionSelect - org.teasoft.bee.osql.chain中的接口
 
Update - org.teasoft.bee.osql.chain中的接口
 
update(String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
update(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
update(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
update(T, String, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
update(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
update(T) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象entity更新数据 According to entity object update record.
update(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
更新记录,且可以指定需要更新的字段.
update(T, String, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity更新数据,可以指定需要更新的字段.
update(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity更新数据
updateBy(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
updateBy(T, String, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
updateBy(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
更新记录,且可以指定作为条件的字段.
updateBy(T, String, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
更新记录,且可以指定作为条件的字段和指定字段的过滤类型 update record according to whereFieldList.

V

valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.annotation.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.FunctionType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.IncludeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.Op
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.OrderType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.SuidType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.teasoft.bee.osql.transaction.TransactionIsolationLevel
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.teasoft.bee.osql.annotation.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.FunctionType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.IncludeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.Op
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.OrderType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.SuidType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.teasoft.bee.osql.transaction.TransactionIsolationLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

warn(String) - 接口 中的方法org.teasoft.bee.logging.Log
Log a message at the WARN level.
where() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
where(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
where() - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
where(String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2020. All rights reserved.