- SAPDB - 类 中的静态变量org.teasoft.bee.osql.DatabaseConst
-
- select(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
-
根据sql查询数据,数据类型与entity类型一致
According to SQL query data, data type is consistent with entity type.
- 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接口,用于链式风格写SQL语句.Select interface for SQL with chain programming.
- select() - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- select(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- select() - 类 中的方法org.teasoft.bee.osql.LowerKey
-
- select(MapSql) - 接口 中的方法org.teasoft.bee.osql.MapSuid
-
使用MapSql查询数据.Use MapSql to select data.
- 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
-
通过问号的占位语句查询数据.Select record(s) via the placeholder(?)
- select(String, T, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过问号的占位语句查询数据.Select record(s) via the placeholder(?)
- select(String, T, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过变量的占位语句查询数据.entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数
Select the record(s) via the placeholder statement of variable.Both entity and map can pass values to parameters.
- select(String, T, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过变量的占位语句查询数据.entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数
Select the record(s) via the placeholder statement of variable.Both entity and map can pass values to parameters.
- 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
-
查询并将每一行结果转成String数组.Select and transform every record to string array.
- 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
-
查询并将每一行结果转成String数组.Select and transform every record to string array.
- select(String) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过无参数的sql查询语句数据.Select record(s) via the sql statement.
- 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() - 接口 中的方法org.teasoft.bee.osql.SqlKeyWord
-
- 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查询数据,且可以分页
Select record(s) according to entity object,and can specify page information.
- select(T, int, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据实体对象entity查询数据,且可以分页
Select record(s) according to entity object,and can specify page information.
- select(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
查询实体时,只查询部分一部分字段.Just select some fields.
- select(T, String, int, int) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
查询实体时,只查询部分一部分字段,且可以分页
Just select some fields,and can specify page information.
- select(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据实体对象entity查询数据.Select record according to entity.
- select(T, IncludeType, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
- select() - 类 中的方法org.teasoft.bee.osql.UpperKey
-
- 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.
- selectByIds(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectByIds(T, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据id查询记录.Select record by id.
- selectDistinctField(String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置字段fieldName为distinct(fieldName)
eg: selectDistinctField(fieldName) --> distinct(fieldName)
- selectDistinctField(String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置字段fieldName为distinct(fieldName)
eg: selectDistinctField(fieldName,alias) --> distinct(fieldName) as alias
- selectField(String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
指定需要查询的部分字段(仅用于SQL的select).Specify the partial fields to be queried (only for select of SQL).
- selectFun(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
-
用函数查询结果.Select result with function.
- selectFun(FunctionType, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置使用函数查询结果.set select result with function.
- selectFun(FunctionType, String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置使用函数查询结果.set 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.
- selectFun(String) - 接口 中的方法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(MapSql) - 接口 中的方法org.teasoft.bee.osql.MapSuid
-
使用MapSql查询数据.Use MapSql to select data.
- 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(String) - 接口 中的方法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, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectJson(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据实体对象entity查询数据,并返回Json格式结果
Select and return data in Json format according to entity object.
- selectJson(T, IncludeType) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据实体对象entity查询并返回Json格式的数据
Select and return data in Json format according to entity object.
- selectJson(T, IncludeType, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
- selectJson(T, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
根据实体对象entity查询数据,并以Json格式返回
Select and return data in Json format according to entity object.
- selectMapList(String) - 接口 中的方法org.teasoft.bee.osql.BeeSql
-
查询并将每一行结果转成Map.Select and transform every record to Map.
- selectOne(MapSql) - 接口 中的方法org.teasoft.bee.osql.MapSuid
-
使用MapSql查询数据.Use MapSql to select data.
- selectOne(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectOne(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
查询一个实体.Select one record.
- 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
-
查询应用排序的结果,排序的字段默认按升序排列
Select result with order,order type default is:asc
- selectOrderBy(T, String, OrderType[]) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
查询应用排序的结果
Select result with order.
- selectSomeField(String, T) - 接口 中的方法org.teasoft.bee.osql.BeeSql
-
查询部分字段.Select some field.
- selectSomeField(String, T, Object[]) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过问号的占位语句查询数据(只查询部分字段)
Select some column of record(s) via the placeholder(?)
- selectSomeField(String, T, Object[], int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过问号的占位语句查询数据(只查询部分字段)
Select some column of record(s) via the placeholder(?)
- selectSomeField(String, T, Map<String, Object>) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过变量的占位语句查询数据(只查询部分字段).entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数
Select some column of the record(s) via the placeholder statement of variable.Both entity and map can pass values to parameters.
- selectSomeField(String, T, Map<String, Object>, int, int) - 接口 中的方法org.teasoft.bee.osql.PreparedSql
-
通过变量的占位语句查询数据(只查询部分字段).entity和map都可以向参数传递值,map可以作为entity的补充,用于传递范围查询等复杂查询的参数
Select some column of the record(s) via the placeholder statement of variable.Both entity and map can pass values to parameters.
- selectString(MapSql) - 接口 中的方法org.teasoft.bee.osql.MapSuid
-
使用MapSql查询数据.Use MapSql to select data.
- selectString(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectString(T, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectString(T, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectString(T) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
查询实体,每个字段都是以字符串类型返回
Select entity,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.
- selectString(T, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
不以具体实体结构返回数据,而是用字符数组的List
Instead of returning data in a entity structure, it uses a character array in List.
- selectWithFun(T, FunctionType, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectWithFun(T, FunctionType, String, Condition) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectWithFun(T, FunctionType, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
使用函数查询一个统计结果.Select result with one function,Just select one function.
- selectWithFun(T, FunctionType, String, Condition) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
使用函数查询一个统计结果,通过Condition可添加复杂过滤条件(一次只查询一个统计结果)
Select result with one function,just select one function at a time.
- set(String, String) - 接口 中的方法org.teasoft.bee.osql.chain.Update
-
- set(String, Number) - 接口 中的方法org.teasoft.bee.osql.chain.Update
-
- set(String, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set);当要更新的字段也需要用于where条件时,可用该方法
Set the fields that need to be updated (only for update of SQL ); this method can be used when the set fields also need to be used for the where expression.
- set(String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set);当要更新的字段也需要用于where条件时,可用该方法
Set the fields that need to be updated (only for update of SQL); this method can be used when the set fields also need to be used for the where expression.
- set() - 类 中的方法org.teasoft.bee.osql.LowerKey
-
- set() - 接口 中的方法org.teasoft.bee.osql.SqlKeyWord
-
- set() - 类 中的方法org.teasoft.bee.osql.UpperKey
-
- setAdd(String, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set),字段在自身基础上变化.Set the fields to be updated (for only update of SQL),and the field change on itself.
- setAdd(String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set),字段在自身基础上变化.Set the fields to be updated (for only update of SQL),and the field change on itself.
- setDataSource(DataSource) - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
-
- setDataSourceMap(Map<String, DataSource>) - 类 中的方法org.teasoft.bee.osql.BeeAbstractFactory
-
- setDynamicParameter(String, String) - 接口 中的方法org.teasoft.bee.osql.MoreTable
-
为动态表名、实体名参数设置值.set dynamic parameter for dynamic table & entity name
本方法的调用要早于select等方法.
- setDynamicParameter(String, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLAbstractServiceImpl
-
- setDynamicParameter(String, String) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- setDynamicParameter(String, String) - 接口 中的方法org.teasoft.bee.osql.Suid
-
为动态表名、实体名参数设置值.set dynamic parameter for dynamic table & entity name
本方法的调用要早于select,update,insert,delete等方法.
- setDynamicParameter(String, String) - 接口 中的方法org.teasoft.bee.osql.SuidRich
-
为动态表名、实体名参数设置值.set dynamic parameter for dynamic table & entity name
本方法的调用要早于select,update,insert,delete等方法.
- setFullPath(String) - 类 中的静态方法org.teasoft.bee.logging.Path
-
- setIncludeType(IncludeType) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置IncludeType过滤参数.op,between,notBetween方法设置的字段,不受includeType的值影响.Set IncludeType.
- setMultiply(String, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set),字段在自身基础上变化.Set the fields to be updated (for only update of SQL),and the field change on itself.
- setMultiply(String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update set),字段在自身基础上变化.Set the fields to be updated (for only update of SQL),and the field change on itself.
- 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
-
- setWithField(String, String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
set one field with other field value
eg: setWithField(field1,field2)--> set field1=field2
- size(int) - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- size(Integer) - 接口 中的方法org.teasoft.bee.osql.Condition
-
添加用于分页时设置每页返回的记录数量(仅用于SQL的select).For setting the size of the page(only for select of SQL).
- space() - 类 中的方法org.teasoft.bee.osql.LowerKey
-
- space() - 接口 中的方法org.teasoft.bee.osql.SqlKeyWord
-
- space() - 类 中的方法org.teasoft.bee.osql.UpperKey
-
- SQLite - 类 中的静态变量org.teasoft.bee.osql.DatabaseConst
-
- SqlKeyWord - org.teasoft.bee.osql中的接口
-
SQL关键字.SQL KeyWord.
- 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
-
- SQLSERVER - 类 中的静态变量org.teasoft.bee.osql.DatabaseConst
-
- start(int) - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- start(Integer) - 接口 中的方法org.teasoft.bee.osql.Condition
-
添加用于分页时设置开始的页数(仅用于SQL的select).For setting the start of the page(only for select of SQL).
- 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(Select,Update,Insert,Delete)操作类型.Database Suid(Select,Update,Insert,Delete) type.
- Sybase - 类 中的静态变量org.teasoft.bee.osql.DatabaseConst
-
- SysValue - org.teasoft.bee.osql.annotation中的注释类型
-
Bee框架内部使用的注解,用于将properties文件的值设置到类属性.Annotation use in Bee for setting class' field value by properties.