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

A

and() - 接口 中的方法org.teasoft.bee.osql.chain.Select
默认自动加 and default will automatically add and
and() - 接口 中的方法org.teasoft.bee.osql.chain.Update
默认自动加 and default will automatically add 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中的类
 
BeeAbstractFactory() - 类 的构造器org.teasoft.bee.osql.BeeAbstractFactory
 
BeeException - org.teasoft.bee.osql中的异常错误
 
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中的异常错误
 
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
 
BeeInstantiationException - org.teasoft.bee.osql.exception中的异常错误
 
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中的异常错误
 
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
 

C

CallableSQL - org.teasoft.bee.osql中的接口
 
commit() - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
CustomSQL - org.teasoft.bee.osql中的接口
 

D

DbFeature - org.teasoft.bee.osql.dialect中的接口
为特定DB转换成对应的sql
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
 
deleteById(Class, Long) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
deleteById(Class, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
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

from(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
FunctionType - org.teasoft.bee.osql中的枚举
 

G

getCallableStatement(String) - 接口 中的方法org.teasoft.bee.osql.CallableSQL
返回CallableStatement对象以便可以设置in,out,inout参数.可方便调用JDBC底层的方法
getCustomSql(String) - 接口 中的方法org.teasoft.bee.osql.CustomSQL
 
getDataSource() - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
 
getErrorCode() - 异常错误 中的方法org.teasoft.bee.osql.BeeSQLException
Retrieves the vendor-specific exception code for this BeeSQLException object.
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
 
getValue() - 枚举 中的方法org.teasoft.bee.osql.IncludeType
 
groupBy(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 

H

having(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 

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中的枚举
 
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(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
 

L

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

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
操作update,insert,delete
modify(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 

N

NoConfigException - org.teasoft.bee.osql.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
 
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中的类
 
ObjSQLAbstractServiceImpl() - 类 的构造器org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
 
ObjSQLException - org.teasoft.bee.osql中的异常错误
 
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中的异常错误
 
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中的类
 
ObjSQLRichAbstractServiceImpl() - 类 的构造器org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
ObjSQLRichService - org.teasoft.bee.osql.service中的接口
 
ObjSQLService - org.teasoft.bee.osql.service中的接口
 
ObjToSQL - org.teasoft.bee.osql中的接口
Object to SQL string for Suid (select,update,insert,delete) entity must not be null 根据entity对象转换成DB能识别的sql语句(包括:select,update,insert,delete) entity 参数不能为null.
ObjToSQLRich - org.teasoft.bee.osql中的接口
Object to SQL string for rich Suid
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, Op, String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
op(String, Op, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
Op - org.teasoft.bee.osql中的枚举
 
or() - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
or() - 接口 中的方法org.teasoft.bee.osql.chain.Update
 
orderBy(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
orderBy(String, OrderType) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
OrderType - org.teasoft.bee.osql中的枚举
 
org.teasoft.bee.logging - 程序包 org.teasoft.bee.logging
 
org.teasoft.bee.osql - 程序包 org.teasoft.bee.osql
 
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中的接口
支持带占位符(?)

R

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

S

select(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
根据sql查询数据,数据类型与entity类型一致
select(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
 
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(String, T, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
select(String, T, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
select(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
select(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
select(T) - 类 中的方法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) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
select(T) - 接口 中的方法org.teasoft.bee.osql.Suid
根据实体对象entity查询数据 According to entity object select records from database.
select(T, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
select(T, int, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
select(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
select(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据
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
 
selectById(T, Long) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
selectById(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
selectFun(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
SQL function: max,min,avg,sum,count.
selectFun(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
selectFun(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
selectJson(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
返回json格式结果的查询操作
selectJson(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.CallableSQL
 
selectJson(String, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
selectJson(String, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSQL
 
selectJson(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectJson(T, IncludeType) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectJson(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据
selectJson(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
根据实体对象entity查询数据
selectOne(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectOne(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
只返回一个实体,数量不为1测返回null
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
order type default is:asc 返回有排序的结果集,排序的字段默认按升序排列
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
 
selectSomeField(String, T, Map<String, Object>) - 接口 中的方法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
select some field, every field will return the string type 查询部分字段,每个字段都是以字符串类型返回
selectString(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
select some field, every field will return the string type 查询部分字段,每个字段都是以字符串类型返回
selectWithFun(T, FunctionType, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
 
selectWithFun(T, FunctionType, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
 
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
 
setReadOnly(boolean) - 接口 中的方法org.teasoft.bee.osql.transaction.Transaction
 
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
 
start(int) - 接口 中的方法org.teasoft.bee.osql.chain.Select
 
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中的接口
 

T

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
 
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.ObjToSQL
 
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, IncludeType) - 接口 中的方法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
 
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中的接口
 
TransactionIsolationLevel - org.teasoft.bee.osql.transaction中的枚举
 

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 database.
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更新数据

V

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.transaction.TransactionIsolationLevel
返回带有指定名称的该类型的枚举常量。
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.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 © 2019. All rights reserved.