- BCache() - 类 的构造器bee.cloud.config.BConfig.BCache
-
- BConfig - bee.cloud.config中的类
-
功能说明:配置文件初始化
- BConfig.BCache - bee.cloud.config中的类
-
- BConfig.CachePrefix - bee.cloud.config中的类
-
- BConfig.Const - bee.cloud.config中的类
-
常用属性名称
- BConfig.OutConst - bee.cloud.config中的类
-
#输出相关配置
out:
#日期类型输出格式,默认为时间戳
dateformat: yyyy-MM-dd HH:mm:ss.SSS
#加密主键,默认为true,加密输出
encrypt_pk: true
#不需要加密输出的PK名称,encrypt_pk为true时生效
no_encrypt_pk: area_id
#是否输出这空属性
null_property: true
- BEAN - 类 中的静态变量bee.cloud.engine.util.Const
-
- Bee - bee.cloud.core中的类
-
功能说明:Bee业务快捷获取接口
- Bee() - 类 的构造器bee.cloud.core.Bee
-
- bee.cloud.core.db.work - 程序包 bee.cloud.core.db.work
-
- bee.cloud.engine.db.annotation - 程序包 bee.cloud.engine.db.annotation
-
数据库映射注解
- bee.cloud.engine.db.siud - 程序包 bee.cloud.engine.db.siud
-
增册查改操作接口,主要为SELECT、UPDATE、DELETE、INSERT操作接口
- bee.cloud.engine.db.siud.where - 程序包 bee.cloud.engine.db.siud.where
-
- bee.cloud.gateway.filter - 程序包 bee.cloud.gateway.filter
-
- bee.cloud.service.auth.work - 程序包 bee.cloud.service.auth.work
-
- bee.cloud.service.core - 程序包 bee.cloud.service.core
-
- bee.cloud.service.core.annotation - 程序包 bee.cloud.service.core.annotation
-
- bee.cloud.service.core.auth - 程序包 bee.cloud.service.core.auth
-
- bee.cloud.service.filter - 程序包 bee.cloud.service.filter
-
- Bee.Cookie - bee.cloud.core中的类
-
Cookie数据
- Bee.Resreq - bee.cloud.core中的接口
-
HTTP request与response请求接口
- Bee_Thread_Key - 类 中的静态变量bee.cloud.engine.util.Const
-
框架controller线程name前缀
- BeeMQ - bee.cloud.ri.mq中的接口
-
功能说明:MQ消息通道
- BeeService - bee.cloud.core.db.work中的接口
-
功能说明:业务操作Service
- Before - bee.cloud.core.db.work中的接口
-
功能说明:执行脚本前需要另外执行业务的接口
- between(Object, Object) - 接口 中的方法bee.cloud.engine.db.siud.where.Where.Operator
-
SQL BETWEEN 操作符
BETWEEN 操作符在 WHERE 子句中使用,作用是选取介于两个值之间的数据范围。
- BInit - bee.cloud.service.core.annotation中的注释类型
-
功能说明:初始化顺序,order越小越先初始化
- Body - bee.cloud.ri.mq中的类
-
功能说明:发送消息的数据体
- Body() - 类 的构造器bee.cloud.ri.mq.Body
-
- Body() - 类 的构造器bee.cloud.ri.mq.IM.Body
-
- broadcast(DataBody) - 接口 中的方法bee.cloud.ri.mq.BeeMQ
-
广播消息
- broadcast(IM.Body) - 接口 中的方法bee.cloud.ri.mq.IM
-
广播消息
- BSql - bee.cloud.engine.db.siud中的接口
-
功能说明:框架SQL统一处理接口
- BSystem - bee.cloud.config中的类
-
功能说明:系统配置
- BSystem() - 类 的构造器bee.cloud.config.BSystem
-
- BTask - bee.cloud.engine.db.annotation中的注释类型
-
功能说明:定时任务
- build(DBE.Param) - 接口 中的方法bee.cloud.core.db.work.Sql
-
生成可执行的VSql
- build(Class<T>, QEnum.Func, RequestParam) - 接口 中的方法bee.cloud.core.db.work.Sql
-
生成可执行的VSql
- build(QEnum.Func) - 接口 中的方法bee.cloud.engine.db.core.CBase
-
将当前实例构造为可执行的VSql
- buildChildren(String, QEnum.Func, RequestParam) - 接口 中的方法bee.cloud.core.db.work.VSql
-
构造关联子脚本
- builder() - 类 中的静态方法bee.tool.timer.Control.Config
-
- BUSINESS - 类 中的静态变量bee.cloud.engine.util.Const
-
- BWork - bee.cloud.engine.db.annotation中的注释类型
-
功能说明:执行完脚本前(后)需要另外执行业务的接口