OAccessToken O_ACCESS_TOKEN
The table DB_ETERNAL.O_ACCESS_TOKEN.
OUser O_USER
The table DB_ETERNAL.O_USER.
RGroupRole R_GROUP_ROLE
The table DB_ETERNAL.R_GROUP_ROLE.
RRolePerm R_ROLE_PERM
The table DB_ETERNAL.R_ROLE_PERM.
RUserGroup R_USER_GROUP
The table DB_ETERNAL.R_USER_GROUP.
RUserRole R_USER_ROLE
The table DB_ETERNAL.R_USER_ROLE.
SAction S_ACTION
The table DB_ETERNAL.S_ACTION.
SGroup S_GROUP
The table DB_ETERNAL.S_GROUP.
SPacket S_PACKET
The table DB_ETERNAL.S_PACKET.
SPath S_PATH
The table DB_ETERNAL.S_PATH.
SPermission S_PERMISSION
The table DB_ETERNAL.S_PERMISSION.
SPermSet S_PERM_SET
The table DB_ETERNAL.S_PERM_SET.
SResource S_RESOURCE
The table DB_ETERNAL.S_RESOURCE.
SRole S_ROLE
The table DB_ETERNAL.S_ROLE.
SUser S_USER
The table DB_ETERNAL.S_USER.
SView S_VIEW
The table DB_ETERNAL.S_VIEW.
SVisitant S_VISITANT
The table DB_ETERNAL.S_VISITANT.
Db DB_ETERNAL
The schema DB_ETERNAL.
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.O_ACCESS_TOKEN.KEY. 「key」- 令牌主键
org.jooq.TableField<R extends org.jooq.Record,T> TOKEN
The column DB_ETERNAL.O_ACCESS_TOKEN.TOKEN. 「token」- 用户的Token信息
org.jooq.TableField<R extends org.jooq.Record,T> AUTH
The column DB_ETERNAL.O_ACCESS_TOKEN.AUTH. 「auth」- 用户的ID的 byte[] 信息
org.jooq.TableField<R extends org.jooq.Record,T> EXPIRED_TIME
The column DB_ETERNAL.O_ACCESS_TOKEN.EXPIRED_TIME. 「expiredTime」- 用户的Token过期时间
org.jooq.TableField<R extends org.jooq.Record,T> REFRESH_TOKEN
The column DB_ETERNAL.O_ACCESS_TOKEN.REFRESH_TOKEN. 「refreshToken」- 用户的刷新令牌
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.O_ACCESS_TOKEN.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.O_ACCESS_TOKEN.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.O_ACCESS_TOKEN.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.O_ACCESS_TOKEN.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.O_ACCESS_TOKEN.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.O_USER.KEY. 「key」- OAuth用户ID
org.jooq.TableField<R extends org.jooq.Record,T> REDIRECT_URI
The column DB_ETERNAL.O_USER.REDIRECT_URI. 「redirectUri」- 回调重定向地址
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.O_USER.CODE. 「code」- 系统编号
org.jooq.TableField<R extends org.jooq.Record,T> CLIENT_SECRET
The column DB_ETERNAL.O_USER.CLIENT_SECRET. 「clientSecret」- 客户端密钥
org.jooq.TableField<R extends org.jooq.Record,T> CLIENT_ID
The column DB_ETERNAL.O_USER.CLIENT_ID. 「clientId」- 客户端ID
org.jooq.TableField<R extends org.jooq.Record,T> GRANT_TYPE
The column DB_ETERNAL.O_USER.GRANT_TYPE. 「grantType」- 认证方式
org.jooq.TableField<R extends org.jooq.Record,T> SCOPE
The column DB_ETERNAL.O_USER.SCOPE. 「scope」- 对应名空间,以应用为中心
org.jooq.TableField<R extends org.jooq.Record,T> STATE
The column DB_ETERNAL.O_USER.STATE. 「state」- 客户端状态
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.O_USER.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.O_USER.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.O_USER.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_ID
The column DB_ETERNAL.R_GROUP_ROLE.GROUP_ID. 「groupId」- 关联组ID
org.jooq.TableField<R extends org.jooq.Record,T> ROLE_ID
The column DB_ETERNAL.R_GROUP_ROLE.ROLE_ID. 「roleId」- 关联角色ID
org.jooq.TableField<R extends org.jooq.Record,T> PRIORITY
The column DB_ETERNAL.R_GROUP_ROLE.PRIORITY. 「priority」- 角色优先级
org.jooq.TableField<R extends org.jooq.Record,T> PERM_ID
The column DB_ETERNAL.R_ROLE_PERM.PERM_ID. 「permId」- 关联权限ID
org.jooq.TableField<R extends org.jooq.Record,T> ROLE_ID
The column DB_ETERNAL.R_ROLE_PERM.ROLE_ID. 「roleId」- 关联角色ID
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_ID
The column DB_ETERNAL.R_USER_GROUP.GROUP_ID. 「groupId」- 关联组ID
org.jooq.TableField<R extends org.jooq.Record,T> USER_ID
The column DB_ETERNAL.R_USER_GROUP.USER_ID. 「userId」- 关联用户ID
org.jooq.TableField<R extends org.jooq.Record,T> PRIORITY
The column DB_ETERNAL.R_USER_GROUP.PRIORITY. 「priority」- 组优先级
org.jooq.TableField<R extends org.jooq.Record,T> USER_ID
The column DB_ETERNAL.R_USER_ROLE.USER_ID. 「userId」- 关联用户ID
org.jooq.TableField<R extends org.jooq.Record,T> ROLE_ID
The column DB_ETERNAL.R_USER_ROLE.ROLE_ID. 「roleId」- 关联角色ID
org.jooq.TableField<R extends org.jooq.Record,T> PRIORITY
The column DB_ETERNAL.R_USER_ROLE.PRIORITY. 「priority」- 角色优先级
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
org.jooq.TableField<R extends org.jooq.Record,T> RESOURCE_ID
The column DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
org.jooq.TableField<R extends org.jooq.Record,T> PERMISSION_ID
The column DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
org.jooq.TableField<R extends org.jooq.Record,T> LEVEL
The column DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
org.jooq.TableField<R extends org.jooq.Record,T> URI
The column DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
org.jooq.TableField<R extends org.jooq.Record,T> METHOD
The column DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> RENEWAL_CREDIT
The column DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_GROUP.KEY. 「key」- 组ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_GROUP.NAME. 「name」- 组名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_GROUP.CODE. 「code」- 组系统码
org.jooq.TableField<R extends org.jooq.Record,T> PARENT_ID
The column DB_ETERNAL.S_GROUP.PARENT_ID. 「parentId」- 父组ID(组支持树形结构,角色平行结构)
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_ID
The column DB_ETERNAL.S_GROUP.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_KEY
The column DB_ETERNAL.S_GROUP.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY
The column DB_ETERNAL.S_GROUP.CATEGORY. 「category」- 组类型
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_GROUP.SIGMA. 「sigma」- 用户组绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_GROUP.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_GROUP.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_GROUP.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_GROUP.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_GROUP.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_GROUP.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_GROUP.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_PACKET.KEY. 「key」- 包信息
org.jooq.TableField<R extends org.jooq.Record,T> PATH_ID
The column DB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系
org.jooq.TableField<R extends org.jooq.Record,T> RESOURCE_ID
The column DB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id
org.jooq.TableField<R extends org.jooq.Record,T> ROW_TYPE
The column DB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型
org.jooq.TableField<R extends org.jooq.Record,T> ROW_FIELD
The column DB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入
org.jooq.TableField<R extends org.jooq.Record,T> ROW_TPL
The column DB_ETERNAL.S_PACKET.ROW_TPL. 「rowTpl」- 多字段的模板
org.jooq.TableField<R extends org.jooq.Record,T> ROW_TPL_MAPPING
The column DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系
org.jooq.TableField<R extends org.jooq.Record,T> COL_TYPE
The column DB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型
org.jooq.TableField<R extends org.jooq.Record,T> COL_CONFIG
The column DB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置
org.jooq.TableField<R extends org.jooq.Record,T> COND_TPL
The column DB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板
org.jooq.TableField<R extends org.jooq.Record,T> COND_TPL_MAPPING
The column DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系
org.jooq.TableField<R extends org.jooq.Record,T> COND_CONFIG
The column DB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关)
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_PACKET.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_PACKET.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_PACKET.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_PACKET.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_PATH.KEY. 「key」- 规则主键
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_PATH.NAME. 「name」- 规则名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_PATH.CODE. 「code」- 系统界面标识
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_MAPPING
The column DB_ETERNAL.S_PATH.GROUP_MAPPING. 「mapping」- 从 group -> ui 转换
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_TYPE
The column DB_ETERNAL.S_PATH.GROUP_TYPE. 「groupType」- 分组类型
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_COMPONENT
The column DB_ETERNAL.S_PATH.GROUP_COMPONENT. 「groupComponent」- 必须绑定组专用Dao组件
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_CONDITION
The column DB_ETERNAL.S_PATH.GROUP_CONDITION. 「groupCondition」- 分组条件
org.jooq.TableField<R extends org.jooq.Record,T> GROUP_CONFIG
The column DB_ETERNAL.S_PATH.GROUP_CONFIG. 「groupConfig」- 组配置信息,配置呈现部分
org.jooq.TableField<R extends org.jooq.Record,T> UI_TYPE
The column DB_ETERNAL.S_PATH.UI_TYPE. 「uiType」- 目标数据源类型
org.jooq.TableField<R extends org.jooq.Record,T> UI_CONFIG
The column DB_ETERNAL.S_PATH.UI_CONFIG. 「uiConfig」- 界面配置
org.jooq.TableField<R extends org.jooq.Record,T> UI_CONDITION
The column DB_ETERNAL.S_PATH.UI_CONDITION. 「uiCondition」- 查询模板
org.jooq.TableField<R extends org.jooq.Record,T> UI_COMPONENT
The column DB_ETERNAL.S_PATH.UI_COMPONENT. 「uiComponent」- 在 DAO/OX/DEF 时的特殊组件
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_PATH.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_PATH.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_PATH.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_PATH.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_PATH.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_PATH.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_PATH.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_PATH.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_PERMISSION.KEY. 「key」- 权限ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_PERMISSION.NAME. 「name」- 权限名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_PERMISSION.CODE. 「code」- 权限系统码
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.S_PERMISSION.IDENTIFIER. 「identifier」- 当前权限所属的Model的标识
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_PERMISSION.SIGMA. 「sigma」- 绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_PERMISSION.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_PERMISSION.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.S_PERMISSION.COMMENT. 「comment」- 权限说明
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_PERMISSION.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_PERMISSION.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_PERMISSION.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_PERMISSION.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_PERMISSION.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_PERM_SET.KEY. 「key」- 权限集ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_PERM_SET.NAME. 「name」- 权限集名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_PERM_SET.CODE. 「code」- 权限集关联权限代码
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.S_PERM_SET.TYPE. 「type」- 权限集类型
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_PERM_SET.SIGMA. 「sigma」- 绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_PERM_SET.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_PERM_SET.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.S_PERM_SET.COMMENT. 「comment」- 权限集说明
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_PERM_SET.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_PERM_SET.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_PERM_SET.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_PERM_SET.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_PERM_SET.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_RESOURCE.KEY. 「key」- 资源对应的ID
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_RESOURCE.CODE. 「code」- 资源编号
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_RESOURCE.NAME. 「name」- 资源名称
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.S_RESOURCE.TYPE. 「type」- 资源分类
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.S_RESOURCE.IDENTIFIER. 「identifier」- 当前资源所属的Model的标识
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.S_RESOURCE.COMMENT. 「comment」- 备注信息
org.jooq.TableField<R extends org.jooq.Record,T> LEVEL
The column DB_ETERNAL.S_RESOURCE.LEVEL. 「level」- 资源需求级别
org.jooq.TableField<R extends org.jooq.Record,T> MODE_ROLE
The column DB_ETERNAL.S_RESOURCE.MODE_ROLE. 「modeRole」- 该资源查找角色的模式
org.jooq.TableField<R extends org.jooq.Record,T> MODE_GROUP
The column DB_ETERNAL.S_RESOURCE.MODE_GROUP. 「modeGroup」- 该资源查找组的模式
org.jooq.TableField<R extends org.jooq.Record,T> MODE_TREE
The column DB_ETERNAL.S_RESOURCE.MODE_TREE. 「modeTree」- 该资源处理树(用户组)的模式
org.jooq.TableField<R extends org.jooq.Record,T> VIRTUAL
The column DB_ETERNAL.S_RESOURCE.VIRTUAL. 「virtual」- 虚拟资源
org.jooq.TableField<R extends org.jooq.Record,T> SEEK_SYNTAX
The column DB_ETERNAL.S_RESOURCE.SEEK_SYNTAX. 「seekSyntax」- 访问者语法
org.jooq.TableField<R extends org.jooq.Record,T> SEEK_CONFIG
The column DB_ETERNAL.S_RESOURCE.SEEK_CONFIG. 「seekConfig」- 访问者配置
org.jooq.TableField<R extends org.jooq.Record,T> SEEK_COMPONENT
The column DB_ETERNAL.S_RESOURCE.SEEK_COMPONENT. 「seekComponent」- 访问者组件
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_RESOURCE.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY
The column DB_ETERNAL.S_RESOURCE.CATEGORY. 「category」- 资源分类
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_RESOURCE.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_RESOURCE.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_RESOURCE.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_RESOURCE.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_RESOURCE.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_RESOURCE.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_RESOURCE.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_ROLE.KEY. 「key」- 角色ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_ROLE.NAME. 「name」- 角色名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.S_ROLE.CODE. 「code」- 角色系统名
org.jooq.TableField<R extends org.jooq.Record,T> POWER
The column DB_ETERNAL.S_ROLE.POWER. 「power」- 是否具有定制权限?
org.jooq.TableField<R extends org.jooq.Record,T> COMMENT
The column DB_ETERNAL.S_ROLE.COMMENT. 「comment」- 角色备注信息
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_ID
The column DB_ETERNAL.S_ROLE.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_KEY
The column DB_ETERNAL.S_ROLE.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY
The column DB_ETERNAL.S_ROLE.CATEGORY. 「category」- 组类型
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_ROLE.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_ROLE.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_ROLE.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_ROLE.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_ROLE.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_ROLE.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_ROLE.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_ROLE.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_USER.KEY. 「key」- 用户ID
org.jooq.TableField<R extends org.jooq.Record,T> USERNAME
The column DB_ETERNAL.S_USER.USERNAME. 「username」- 用户登录账号
org.jooq.TableField<R extends org.jooq.Record,T> REALNAME
The column DB_ETERNAL.S_USER.REALNAME. 「realname」- 用户真实姓名
org.jooq.TableField<R extends org.jooq.Record,T> ALIAS
The column DB_ETERNAL.S_USER.ALIAS. 「alias」- 用户昵称
org.jooq.TableField<R extends org.jooq.Record,T> MOBILE
The column DB_ETERNAL.S_USER.MOBILE. 「mobile」- 用户登录手机
org.jooq.TableField<R extends org.jooq.Record,T> EMAIL
The column DB_ETERNAL.S_USER.EMAIL. 「email」- 用户登录EMAIL地址
org.jooq.TableField<R extends org.jooq.Record,T> PASSWORD
The column DB_ETERNAL.S_USER.PASSWORD. 「password」- 用户登录密码
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_ID
The column DB_ETERNAL.S_USER.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_KEY
The column DB_ETERNAL.S_USER.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY
The column DB_ETERNAL.S_USER.CATEGORY. 「category」- 用户分类
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_USER.SIGMA. 「sigma」- 用户绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_USER.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_USER.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_USER.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_USER.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_USER.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_USER.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_USER.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_VIEW.KEY. 「key」- 限定记录ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.S_VIEW.NAME. 「name」- 视图名称,每个 MATRIX 对应一个视图
org.jooq.TableField<R extends org.jooq.Record,T> OWNER
The column DB_ETERNAL.S_VIEW.OWNER. 「owner」- 用户 / 角色ID
org.jooq.TableField<R extends org.jooq.Record,T> OWNER_TYPE
The column DB_ETERNAL.S_VIEW.OWNER_TYPE. 「ownerType」- ROLE 角色,USER 用户
org.jooq.TableField<R extends org.jooq.Record,T> RESOURCE_ID
The column DB_ETERNAL.S_VIEW.RESOURCE_ID. 「resourceId」- 关联资源ID
org.jooq.TableField<R extends org.jooq.Record,T> PROJECTION
The column DB_ETERNAL.S_VIEW.PROJECTION. 「projection」- 该资源的列定义(单用户处理)
org.jooq.TableField<R extends org.jooq.Record,T> CRITERIA
The column DB_ETERNAL.S_VIEW.CRITERIA. 「criteria」- 该资源的行查询(单用户处理)
org.jooq.TableField<R extends org.jooq.Record,T> ROWS
The column DB_ETERNAL.S_VIEW.ROWS. 「rows」- 该资源针对保存的行进行过滤
org.jooq.TableField<R extends org.jooq.Record,T> POSITION
The column DB_ETERNAL.S_VIEW.POSITION. 「position」- 当前列的顺序信息
org.jooq.TableField<R extends org.jooq.Record,T> VISITANT
The column DB_ETERNAL.S_VIEW.VISITANT. 「visitant」- 是否包含了视图访问者
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_VIEW.SIGMA. 「sigma」- 用户组绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_VIEW.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_VIEW.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_VIEW.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_VIEW.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_VIEW.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_VIEW.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_VIEW.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.S_VISITANT.KEY. 「key」- 限定记录ID
org.jooq.TableField<R extends org.jooq.Record,T> VIEW_ID
The column DB_ETERNAL.S_VISITANT.VIEW_ID. 「viewId」- 视图访问者的读ID
org.jooq.TableField<R extends org.jooq.Record,T> PHASE
The column DB_ETERNAL.S_VISITANT.PHASE. 「phase」- 作用周期
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.S_VISITANT.TYPE. 「type」- 访问者类型
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.S_VISITANT.IDENTIFIER. 「identifier」- 动态类型中的模型ID
org.jooq.TableField<R extends org.jooq.Record,T> CONFIG_KEY
The column DB_ETERNAL.S_VISITANT.CONFIG_KEY. 「configKey」- 模型下记录对应的ID,一般是配置的ID
org.jooq.TableField<R extends org.jooq.Record,T> ACL_VISIBLE
The column DB_ETERNAL.S_VISITANT.ACL_VISIBLE. 「aclVisible」- 可见的属性集
org.jooq.TableField<R extends org.jooq.Record,T> ACL_VIEW
The column DB_ETERNAL.S_VISITANT.ACL_VIEW. 「aclView」- 只读的属性集
org.jooq.TableField<R extends org.jooq.Record,T> ACL_VARIETY
The column DB_ETERNAL.S_VISITANT.ACL_VARIETY. 「aclVariety」- 多样性的属性集,用于控制集合类型的属性
org.jooq.TableField<R extends org.jooq.Record,T> ACL_VOW
The column DB_ETERNAL.S_VISITANT.ACL_VOW. 「aclVow」- 引用类属性集
org.jooq.TableField<R extends org.jooq.Record,T> ACL_VERGE
The column DB_ETERNAL.S_VISITANT.ACL_VERGE. 「aclVerge」- 依赖属性集
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.S_VISITANT.SIGMA. 「sigma」- 用户组绑定的统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.S_VISITANT.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.S_VISITANT.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.S_VISITANT.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.S_VISITANT.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.S_VISITANT.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.S_VISITANT.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.S_VISITANT.UPDATED_BY. 「updatedBy」- 更新人
String key
String name
String code
String resourceId
String permissionId
Integer level
String uri
String method
String sigma
String renewalCredit
String language
Boolean active
String metadata
String comment
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String parentId
String modelId
String modelKey
String category
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String pathId
String resourceId
String rowType
String rowField
String rowTpl
String rowTplMapping
String colType
String colConfig
String condTpl
String condTplMapping
String condConfig
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String groupMapping
String groupType
String groupComponent
String groupCondition
String groupConfig
String uiType
String uiConfig
String uiCondition
String uiComponent
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String identifier
String sigma
String language
Boolean active
String comment
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String type
String sigma
String language
Boolean active
String comment
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String code
String name
String type
String identifier
String comment
Integer level
String modeRole
String modeGroup
String modeTree
Boolean virtual
String seekSyntax
String seekConfig
String seekComponent
String sigma
String category
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
Boolean power
String comment
String modelId
String modelKey
String category
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String username
String realname
String alias
String mobile
String email
String password
String modelId
String modelKey
String category
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String owner
String ownerType
String resourceId
String projection
String criteria
String rows
String position
Boolean visitant
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String viewId
String phase
String type
String identifier
String configKey
String aclVisible
String aclView
String aclVariety
String aclVow
String aclVerge
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
io.vertx.core.json.JsonArray user
io.vertx.core.json.JsonArray role
io.vertx.core.json.JsonArray group
io.vertx.core.json.JsonArray action
io.vertx.core.json.JsonArray permission
io.vertx.core.json.JsonArray resource
ScCondition condition
Integer codeExpired
Integer codeLength
String codePool
Long tokenExpired
String tokenPool
Boolean supportGroup
Boolean supportSecondary
Boolean supportMultiApp
String permissionPool
String passwordInit
String field
boolean depend
boolean readOnly
Set<E> fields
ConcurrentMap<K,V> commonMap
ConcurrentMap<K,V> complexMap
ConcurrentMap<K,V> dependMap
ConcurrentMap<K,V> complexType
AclPhase phase
io.vertx.core.json.JsonObject config
boolean access
ConcurrentMap<K,V> map
Copyright © 2021. All rights reserved.