- 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
-
添加一个表达式条件.Add a expression 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
-
添加 'or'.Add 'or'.
- orderBy(String) - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- orderBy(String, OrderType) - 接口 中的方法org.teasoft.bee.osql.chain.Select
-
- orderBy(String) - 接口 中的方法org.teasoft.bee.osql.Condition
-
eg: orderBy("price")-->order by price
- orderBy(String, OrderType) - 接口 中的方法org.teasoft.bee.osql.Condition
-
eg: orderBy("price", OrderType.DESC)-->order by price desc
- 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.distribution - 程序包 org.teasoft.bee.distribution
-
与分布式环境相关的功能.Function about distributed environment
- org.teasoft.bee.distribution.ds - 程序包 org.teasoft.bee.distribution.ds
-
多数据源相关功能.Function about multiple DataSource.
- org.teasoft.bee.file - 程序包 org.teasoft.bee.file
-
文件操作相关.Function about file.
- org.teasoft.bee.logging - 程序包 org.teasoft.bee.logging
-
日志相关.Function about log.
- org.teasoft.bee.osql - 程序包 org.teasoft.bee.osql
-
面向对象SQL相关.Function about Object SQL.
- org.teasoft.bee.osql.annotation - 程序包 org.teasoft.bee.osql.annotation
-
注解相关.Function about annotation.
- org.teasoft.bee.osql.chain - 程序包 org.teasoft.bee.osql.chain
-
用于链式风格写SQL语句.Interface for SQL with chain programming.
- org.teasoft.bee.osql.dialect - 程序包 org.teasoft.bee.osql.dialect
-
处理具体DB特有的特性.Function about dialect(really DB).
- org.teasoft.bee.osql.exception - 程序包 org.teasoft.bee.osql.exception
-
异常类相关.Function about exception class.
- org.teasoft.bee.osql.service - 程序包 org.teasoft.bee.osql.service
-
service层相关服务的类与接口.Interface and class about service layer.
- org.teasoft.bee.osql.transaction - 程序包 org.teasoft.bee.osql.transaction
-
事务相关.Function about transaction.
- 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(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(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
-
- 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.
- 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(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(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) - 接口 中的方法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
-
根据实体对象entity查询数据,并以Json格式返回
Select and return data in Json format according to entity object.
- 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(T) - 类 中的方法org.teasoft.bee.osql.service.ObjSQLRichAbstractServiceImpl
-
- selectString(T, String) - 类 中的方法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.
- 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
-
- set(String, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update);当要更新的字段也需要用于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);当要更新的字段也需要用于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.
- setAdd(String, Number) - 接口 中的方法org.teasoft.bee.osql.Condition
-
设置需要更新的字段(仅用于SQL的update),字段在自身基础上变化.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 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.service.ObjSQLAbstractServiceImpl
-
- setDynamicParameter(String, String) - 接口 中的方法org.teasoft.bee.osql.Suid
-
为动态表名、实体名参数设置值.for dynamic table & entity name
- 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 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 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
-
- 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).
- 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
-
添加用于分页时设置开始的页数(仅用于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.
- SysValue - org.teasoft.bee.osql.annotation中的注释类型
-
Bee框架内部使用的注解,用于将properties文件的值设置到类属性.Annotation use in Bee for setting class' field value by properties.