Serialized Form
-
Package cn.vertxup.ambient.domain
-
Class cn.vertxup.ambient.domain.Db extends org.jooq.impl.SchemaImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
X_ACTIVITY
XActivity X_ACTIVITY
The tableDB_ETERNAL.X_ACTIVITY. -
X_ACTIVITY_CHANGE
XActivityChange X_ACTIVITY_CHANGE
The tableDB_ETERNAL.X_ACTIVITY_CHANGE. -
X_APP
XApp X_APP
The tableDB_ETERNAL.X_APP. -
X_ATTACHMENT
XAttachment X_ATTACHMENT
The tableDB_ETERNAL.X_ATTACHMENT. -
X_CATEGORY
XCategory X_CATEGORY
The tableDB_ETERNAL.X_CATEGORY. -
X_LINKAGE
XLinkage X_LINKAGE
The tableDB_ETERNAL.X_LINKAGE. -
X_LOG
XLog X_LOG
The tableDB_ETERNAL.X_LOG. -
X_MENU
XMenu X_MENU
The tableDB_ETERNAL.X_MENU. -
X_MENU_MY
XMenuMy X_MENU_MY
The tableDB_ETERNAL.X_MENU_MY. -
X_MODULE
XModule X_MODULE
The tableDB_ETERNAL.X_MODULE. -
X_NOTICE
XNotice X_NOTICE
The tableDB_ETERNAL.X_NOTICE. -
X_NUMBER
XNumber X_NUMBER
The tableDB_ETERNAL.X_NUMBER. -
X_SOURCE
XSource X_SOURCE
The tableDB_ETERNAL.X_SOURCE. -
X_TABULAR
XTabular X_TABULAR
The tableDB_ETERNAL.X_TABULAR.
-
-
Class cn.vertxup.ambient.domain.DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.ambient.domain.tables
-
Class cn.vertxup.ambient.domain.tables.XActivity extends org.jooq.impl.TableImpl<XActivityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XActivityRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_ACTIVITY.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<XActivityRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_ACTIVITY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XActivityRecord,String> CREATED_BY
The columnDB_ETERNAL.X_ACTIVITY.CREATED_BY. 「createdBy」- 创建人 -
DESCRIPTION
org.jooq.TableField<XActivityRecord,String> DESCRIPTION
The columnDB_ETERNAL.X_ACTIVITY.DESCRIPTION. 「description」- 操作描述信息 -
KEY
org.jooq.TableField<XActivityRecord,String> KEY
The columnDB_ETERNAL.X_ACTIVITY.KEY. 「key」- 操作行为主键 -
LANGUAGE
org.jooq.TableField<XActivityRecord,String> LANGUAGE
The columnDB_ETERNAL.X_ACTIVITY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XActivityRecord,String> METADATA
The columnDB_ETERNAL.X_ACTIVITY.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<XActivityRecord,String> MODEL_ID
The columnDB_ETERNAL.X_ACTIVITY.MODEL_ID. 「modelId」- 组所关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<XActivityRecord,String> MODEL_KEY
The columnDB_ETERNAL.X_ACTIVITY.MODEL_KEY. 「modelKey」- 组所关联的模型记录ID,用于描述哪一个Model中的记录 -
RECORD_NEW
org.jooq.TableField<XActivityRecord,String> RECORD_NEW
The columnDB_ETERNAL.X_ACTIVITY.RECORD_NEW. 「recordNew」- 变更之后的数据(用于更新) -
RECORD_OLD
org.jooq.TableField<XActivityRecord,String> RECORD_OLD
The columnDB_ETERNAL.X_ACTIVITY.RECORD_OLD. 「recordOld」- 变更之前的数据(用于回滚) -
SERIAL
org.jooq.TableField<XActivityRecord,String> SERIAL
The columnDB_ETERNAL.X_ACTIVITY.SERIAL. 「serial」- 变更记录号 -
SIGMA
org.jooq.TableField<XActivityRecord,String> SIGMA
The columnDB_ETERNAL.X_ACTIVITY.SIGMA. 「sigma」- 用户组绑定的统一标识 -
TYPE
org.jooq.TableField<XActivityRecord,String> TYPE
The columnDB_ETERNAL.X_ACTIVITY.TYPE. 「type」- 操作类型 -
UPDATED_AT
org.jooq.TableField<XActivityRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_ACTIVITY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XActivityRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_ACTIVITY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XActivityChange extends org.jooq.impl.TableImpl<XActivityChangeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XActivityChangeRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.ACTIVE. 「active」- 是否启用 -
ACTIVITY_ID
org.jooq.TableField<XActivityChangeRecord,String> ACTIVITY_ID
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.ACTIVITY_ID. 「activityId」- 关联的操作ID -
CREATED_AT
org.jooq.TableField<XActivityChangeRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XActivityChangeRecord,String> CREATED_BY
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.CREATED_BY. 「createdBy」- 创建人 -
FIELD_ALIAS
org.jooq.TableField<XActivityChangeRecord,String> FIELD_ALIAS
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.FIELD_ALIAS. 「fieldAlias」- 字段对应的别名 -
FIELD_NAME
org.jooq.TableField<XActivityChangeRecord,String> FIELD_NAME
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.FIELD_NAME. 「fieldName」- 如果是变更记录则需要生成变更日志 -
FIELD_TYPE
org.jooq.TableField<XActivityChangeRecord,String> FIELD_TYPE
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.FIELD_TYPE. 「fieldType」- 变更字段的数据类型,直接从模型定义中读取 -
KEY
org.jooq.TableField<XActivityChangeRecord,String> KEY
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.KEY. 「key」- 操作行为主键 -
LANGUAGE
org.jooq.TableField<XActivityChangeRecord,String> LANGUAGE
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XActivityChangeRecord,String> METADATA
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.METADATA. 「metadata」- 附加配置数据 -
SIGMA
org.jooq.TableField<XActivityChangeRecord,String> SIGMA
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.SIGMA. 「sigma」- 用户组绑定的统一标识 -
STATUS
org.jooq.TableField<XActivityChangeRecord,String> STATUS
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.STATUS. 「status」- 待确认变更状态:CONFIRMED | PENDING -
TYPE
org.jooq.TableField<XActivityChangeRecord,String> TYPE
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.TYPE. 「type」- 字段变更类型:ADD | DELETE | UPDATE 三种 -
UPDATED_AT
org.jooq.TableField<XActivityChangeRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XActivityChangeRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.UPDATED_BY. 「updatedBy」- 更新人 -
VALUE_NEW
org.jooq.TableField<XActivityChangeRecord,String> VALUE_NEW
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.VALUE_NEW. 「valueNew」- 新值 -
VALUE_OLD
org.jooq.TableField<XActivityChangeRecord,String> VALUE_OLD
The columnDB_ETERNAL.X_ACTIVITY_CHANGE.VALUE_OLD. 「valueOld」- 旧值
-
-
Class cn.vertxup.ambient.domain.tables.XApp extends org.jooq.impl.TableImpl<XAppRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XAppRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_APP.ACTIVE. 「active」- 是否启用 -
APP_KEY
org.jooq.TableField<XAppRecord,String> APP_KEY
The columnDB_ETERNAL.X_APP.APP_KEY. 「appKey」- 应用程序专用唯一hashKey -
APP_PORT
org.jooq.TableField<XAppRecord,Integer> APP_PORT
The columnDB_ETERNAL.X_APP.APP_PORT. 「appPort」- 应用程序端口号,和SOURCE的端口号区别开 -
CODE
org.jooq.TableField<XAppRecord,String> CODE
The columnDB_ETERNAL.X_APP.CODE. 「code」- 应用程序编码 -
COPY_RIGHT
org.jooq.TableField<XAppRecord,String> COPY_RIGHT
The columnDB_ETERNAL.X_APP.COPY_RIGHT. 「copyRight」- CopyRight版权信息 -
CREATED_AT
org.jooq.TableField<XAppRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_APP.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XAppRecord,String> CREATED_BY
The columnDB_ETERNAL.X_APP.CREATED_BY. 「createdBy」- 创建人 -
DOMAIN
org.jooq.TableField<XAppRecord,String> DOMAIN
The columnDB_ETERNAL.X_APP.DOMAIN. 「domain」- 应用程序所在域 -
EMAIL
org.jooq.TableField<XAppRecord,String> EMAIL
The columnDB_ETERNAL.X_APP.EMAIL. 「email」- 应用Email信息 -
ICP
org.jooq.TableField<XAppRecord,String> ICP
The columnDB_ETERNAL.X_APP.ICP. 「icp」- ICP备案号 -
KEY
org.jooq.TableField<XAppRecord,String> KEY
The columnDB_ETERNAL.X_APP.KEY. 「key」- 应用程序主键 -
LANGUAGE
org.jooq.TableField<XAppRecord,String> LANGUAGE
The columnDB_ETERNAL.X_APP.LANGUAGE. 「language」- 使用的语言 -
LOGO
org.jooq.TableField<XAppRecord,String> LOGO
The columnDB_ETERNAL.X_APP.LOGO. 「logo」- 应用程序图标 -
METADATA
org.jooq.TableField<XAppRecord,String> METADATA
The columnDB_ETERNAL.X_APP.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<XAppRecord,String> NAME
The columnDB_ETERNAL.X_APP.NAME. 「name」- 应用程序名称 -
PATH
org.jooq.TableField<XAppRecord,String> PATH
The columnDB_ETERNAL.X_APP.PATH. 「path」- 应用程序路径 -
ROUTE
org.jooq.TableField<XAppRecord,String> ROUTE
The columnDB_ETERNAL.X_APP.ROUTE. 「route」- 后端API的根路径,启动时需要 -
SIGMA
org.jooq.TableField<XAppRecord,String> SIGMA
The columnDB_ETERNAL.X_APP.SIGMA. 「sigma」- 统一标识 -
TITLE
org.jooq.TableField<XAppRecord,String> TITLE
The columnDB_ETERNAL.X_APP.TITLE. 「title」- 应用程序标题 -
UPDATED_AT
org.jooq.TableField<XAppRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_APP.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XAppRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_APP.UPDATED_BY. 「updatedBy」- 更新人 -
URL_ENTRY
org.jooq.TableField<XAppRecord,String> URL_ENTRY
The columnDB_ETERNAL.X_APP.URL_ENTRY. 「urlEntry」— 应用程序入口页面(登录页) -
URL_MAIN
org.jooq.TableField<XAppRecord,String> URL_MAIN
The columnDB_ETERNAL.X_APP.URL_MAIN. 「urlMain」- 应用程序内置主页(带安全)
-
-
Class cn.vertxup.ambient.domain.tables.XAttachment extends org.jooq.impl.TableImpl<XAttachmentRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XAttachmentRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_ATTACHMENT.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<XAttachmentRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_ATTACHMENT.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XAttachmentRecord,String> CREATED_BY
The columnDB_ETERNAL.X_ATTACHMENT.CREATED_BY. 「createdBy」- 创建人 -
DIRECTORY_ID
org.jooq.TableField<XAttachmentRecord,String> DIRECTORY_ID
The columnDB_ETERNAL.X_ATTACHMENT.DIRECTORY_ID. 「directoryId」- 文件存储所属目录 -
EXTENSION
org.jooq.TableField<XAttachmentRecord,String> EXTENSION
The columnDB_ETERNAL.X_ATTACHMENT.EXTENSION. 「extension」- 文件扩展名 -
FILE_KEY
org.jooq.TableField<XAttachmentRecord,String> FILE_KEY
The columnDB_ETERNAL.X_ATTACHMENT.FILE_KEY. 「fileKey」- TPL模式中的文件唯一的key(全局唯一) -
FILE_NAME
org.jooq.TableField<XAttachmentRecord,String> FILE_NAME
The columnDB_ETERNAL.X_ATTACHMENT.FILE_NAME. 「fileName」- 原始文件名(不带扩展名) -
FILE_PATH
org.jooq.TableField<XAttachmentRecord,String> FILE_PATH
The columnDB_ETERNAL.X_ATTACHMENT.FILE_PATH. 「filePath」- 该文件的存储地址,FILE时使用 -
FILE_URL
org.jooq.TableField<XAttachmentRecord,String> FILE_URL
The columnDB_ETERNAL.X_ATTACHMENT.FILE_URL. 「fileUrl」- 该文件的下载链接(全局唯一) -
KEY
org.jooq.TableField<XAttachmentRecord,String> KEY
The columnDB_ETERNAL.X_ATTACHMENT.KEY. 「key」- 附件的ID值 -
LANGUAGE
org.jooq.TableField<XAttachmentRecord,String> LANGUAGE
The columnDB_ETERNAL.X_ATTACHMENT.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XAttachmentRecord,String> METADATA
The columnDB_ETERNAL.X_ATTACHMENT.METADATA. 「metadata」- 附加配置 -
MIME
org.jooq.TableField<XAttachmentRecord,String> MIME
The columnDB_ETERNAL.X_ATTACHMENT.MIME. 「mime」- 该文件的MIME类型 -
MODEL_CATEGORY
org.jooq.TableField<XAttachmentRecord,String> MODEL_CATEGORY
The columnDB_ETERNAL.X_ATTACHMENT.MODEL_CATEGORY. 「modelCategory」- 如果一个模型记录包含多种附件,则需要设置模型相关字段,等价于 field -
MODEL_ID
org.jooq.TableField<XAttachmentRecord,String> MODEL_ID
The columnDB_ETERNAL.X_ATTACHMENT.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<XAttachmentRecord,String> MODEL_KEY
The columnDB_ETERNAL.X_ATTACHMENT.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
NAME
org.jooq.TableField<XAttachmentRecord,String> NAME
The columnDB_ETERNAL.X_ATTACHMENT.NAME. 「name」- 文件名(带扩展名) -
SIGMA
org.jooq.TableField<XAttachmentRecord,String> SIGMA
The columnDB_ETERNAL.X_ATTACHMENT.SIGMA. 「sigma」- 统一标识 -
SIZE
org.jooq.TableField<XAttachmentRecord,Integer> SIZE
The columnDB_ETERNAL.X_ATTACHMENT.SIZE. 「size」- 该文件的尺寸 -
STATUS
org.jooq.TableField<XAttachmentRecord,String> STATUS
The columnDB_ETERNAL.X_ATTACHMENT.STATUS. 「status」- 状态,PROGRESS / SUCCESS -
STORE_PATH
org.jooq.TableField<XAttachmentRecord,String> STORE_PATH
The columnDB_ETERNAL.X_ATTACHMENT.STORE_PATH. 「storePath」- 远程存储的目录信息(显示专用,去服务器和协议部分) -
STORE_URI
org.jooq.TableField<XAttachmentRecord,String> STORE_URI
The columnDB_ETERNAL.X_ATTACHMENT.STORE_URI. 「storeUri」- 远程存储的目录URI部分 -
STORE_WAY
org.jooq.TableField<XAttachmentRecord,String> STORE_WAY
The columnDB_ETERNAL.X_ATTACHMENT.STORE_WAY. 「storeWay」- 存储方式,BLOB / FILE / REMOTE -
TYPE
org.jooq.TableField<XAttachmentRecord,String> TYPE
The columnDB_ETERNAL.X_ATTACHMENT.TYPE. 「type」- 文件类型,直接关联zero.file.tree类型 -
UPDATED_AT
org.jooq.TableField<XAttachmentRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_ATTACHMENT.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XAttachmentRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_ATTACHMENT.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XCategory extends org.jooq.impl.TableImpl<XCategoryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XCategoryRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_CATEGORY.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XCategoryRecord,String> APP_ID
The columnDB_ETERNAL.X_CATEGORY.APP_ID. 「appId」- 关联的应用程序ID -
CODE
org.jooq.TableField<XCategoryRecord,String> CODE
The columnDB_ETERNAL.X_CATEGORY.CODE. 「code」- 类型编号 -
COMMENT
org.jooq.TableField<XCategoryRecord,String> COMMENT
The columnDB_ETERNAL.X_CATEGORY.COMMENT. 「comment」- 备注信息 -
CREATED_AT
org.jooq.TableField<XCategoryRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_CATEGORY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XCategoryRecord,String> CREATED_BY
The columnDB_ETERNAL.X_CATEGORY.CREATED_BY. 「createdBy」- 创建人 -
ICON
org.jooq.TableField<XCategoryRecord,String> ICON
The columnDB_ETERNAL.X_CATEGORY.ICON. 「icon」- 类型图标 -
IDENTIFIER
org.jooq.TableField<XCategoryRecord,String> IDENTIFIER
The columnDB_ETERNAL.X_CATEGORY.IDENTIFIER. 「identifier」- 当前类型描述的Model的标识 -
KEY
org.jooq.TableField<XCategoryRecord,String> KEY
The columnDB_ETERNAL.X_CATEGORY.KEY. 「key」- 类型主键 -
LANGUAGE
org.jooq.TableField<XCategoryRecord,String> LANGUAGE
The columnDB_ETERNAL.X_CATEGORY.LANGUAGE. 「language」- 使用的语言 -
LEAF
org.jooq.TableField<XCategoryRecord,Boolean> LEAF
The columnDB_ETERNAL.X_CATEGORY.LEAF. 「leaf」- 是否叶节点 -
METADATA
org.jooq.TableField<XCategoryRecord,String> METADATA
The columnDB_ETERNAL.X_CATEGORY.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<XCategoryRecord,String> NAME
The columnDB_ETERNAL.X_CATEGORY.NAME. 「name」- 类型名称 -
PARENT_ID
org.jooq.TableField<XCategoryRecord,String> PARENT_ID
The columnDB_ETERNAL.X_CATEGORY.PARENT_ID. 「parentId」- 父类ID -
RUN_COMPONENT
org.jooq.TableField<XCategoryRecord,String> RUN_COMPONENT
The columnDB_ETERNAL.X_CATEGORY.RUN_COMPONENT. 「runComponent」- 执行组件 -
SIGMA
org.jooq.TableField<XCategoryRecord,String> SIGMA
The columnDB_ETERNAL.X_CATEGORY.SIGMA. 「sigma」- 统一标识 -
SORT
org.jooq.TableField<XCategoryRecord,Integer> SORT
The columnDB_ETERNAL.X_CATEGORY.SORT. 「sort」- 排序信息 -
TREE_COMPONENT
org.jooq.TableField<XCategoryRecord,String> TREE_COMPONENT
The columnDB_ETERNAL.X_CATEGORY.TREE_COMPONENT. 「treeComponent」- 目录组件 -
TYPE
org.jooq.TableField<XCategoryRecord,String> TYPE
The columnDB_ETERNAL.X_CATEGORY.TYPE. 「type」- 类型的分类 -
UPDATED_AT
org.jooq.TableField<XCategoryRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_CATEGORY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XCategoryRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_CATEGORY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XLinkage extends org.jooq.impl.TableImpl<XLinkageRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XLinkageRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_LINKAGE.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<XLinkageRecord,String> ALIAS
The columnDB_ETERNAL.X_LINKAGE.ALIAS. 「alias」- 别称 -
CREATED_AT
org.jooq.TableField<XLinkageRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_LINKAGE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XLinkageRecord,String> CREATED_BY
The columnDB_ETERNAL.X_LINKAGE.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<XLinkageRecord,String> KEY
The columnDB_ETERNAL.X_LINKAGE.KEY. 「key」- 连接主键 -
LANGUAGE
org.jooq.TableField<XLinkageRecord,String> LANGUAGE
The columnDB_ETERNAL.X_LINKAGE.LANGUAGE. 「language」- 使用的语言 -
LINK_DATA
org.jooq.TableField<XLinkageRecord,String> LINK_DATA
The columnDB_ETERNAL.X_LINKAGE.LINK_DATA. 「linkData」- 关联数据Json格式 -
LINK_KEY
org.jooq.TableField<XLinkageRecord,String> LINK_KEY
The columnDB_ETERNAL.X_LINKAGE.LINK_KEY. 「linkKey」- 双向Key计算,根据 source / target 计算 -
LINK_TYPE
org.jooq.TableField<XLinkageRecord,String> LINK_TYPE
The columnDB_ETERNAL.X_LINKAGE.LINK_TYPE. 「linkType」- 关系记录类型 -
METADATA
org.jooq.TableField<XLinkageRecord,String> METADATA
The columnDB_ETERNAL.X_LINKAGE.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<XLinkageRecord,String> NAME
The columnDB_ETERNAL.X_LINKAGE.NAME. 「name」- 名称 -
REGION
org.jooq.TableField<XLinkageRecord,String> REGION
The columnDB_ETERNAL.X_LINKAGE.REGION. 「region」- 连接区域标识,同一个区域算一个连接(批次) -
SIGMA
org.jooq.TableField<XLinkageRecord,String> SIGMA
The columnDB_ETERNAL.X_LINKAGE.SIGMA. 「sigma」- 统一标识 -
SOURCE_DATA
org.jooq.TableField<XLinkageRecord,String> SOURCE_DATA
The columnDB_ETERNAL.X_LINKAGE.SOURCE_DATA. 「sourceData」- 源记录Json格式 -
SOURCE_KEY
org.jooq.TableField<XLinkageRecord,String> SOURCE_KEY
The columnDB_ETERNAL.X_LINKAGE.SOURCE_KEY. 「sourceKey」- 源实体 -
SOURCE_TYPE
org.jooq.TableField<XLinkageRecord,String> SOURCE_TYPE
The columnDB_ETERNAL.X_LINKAGE.SOURCE_TYPE. 「sourceType」- 源实体类型 -
TARGET_DATA
org.jooq.TableField<XLinkageRecord,String> TARGET_DATA
The columnDB_ETERNAL.X_LINKAGE.TARGET_DATA. 「targetData」- 目标记录Json格式 -
TARGET_KEY
org.jooq.TableField<XLinkageRecord,String> TARGET_KEY
The columnDB_ETERNAL.X_LINKAGE.TARGET_KEY. 「targetKey」- 目标实体 -
TARGET_TYPE
org.jooq.TableField<XLinkageRecord,String> TARGET_TYPE
The columnDB_ETERNAL.X_LINKAGE.TARGET_TYPE. 「targetType」- 目标实体类型 -
TYPE
org.jooq.TableField<XLinkageRecord,String> TYPE
The columnDB_ETERNAL.X_LINKAGE.TYPE. 「type」- 连接类型 -
UPDATED_AT
org.jooq.TableField<XLinkageRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_LINKAGE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XLinkageRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_LINKAGE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XLog extends org.jooq.impl.TableImpl<XLogRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XLogRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_LOG.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<XLogRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_LOG.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XLogRecord,String> CREATED_BY
The columnDB_ETERNAL.X_LOG.CREATED_BY. 「createdBy」- 创建人 -
INFO_AT
org.jooq.TableField<XLogRecord,LocalDateTime> INFO_AT
The columnDB_ETERNAL.X_LOG.INFO_AT. 「infoAt」- 日志记录时间 -
INFO_READABLE
org.jooq.TableField<XLogRecord,String> INFO_READABLE
The columnDB_ETERNAL.X_LOG.INFO_READABLE. 「infoReadable」- 日志的可读信息 -
INFO_STACK
org.jooq.TableField<XLogRecord,String> INFO_STACK
The columnDB_ETERNAL.X_LOG.INFO_STACK. 「infoStack」- 堆栈信息 -
INFO_SYSTEM
org.jooq.TableField<XLogRecord,String> INFO_SYSTEM
The columnDB_ETERNAL.X_LOG.INFO_SYSTEM. 「infoSystem」- 日志内容 -
KEY
org.jooq.TableField<XLogRecord,String> KEY
The columnDB_ETERNAL.X_LOG.KEY. 「key」- 日志的主键 -
LANGUAGE
org.jooq.TableField<XLogRecord,String> LANGUAGE
The columnDB_ETERNAL.X_LOG.LANGUAGE. 「language」- 使用的语言 -
LEVEL
org.jooq.TableField<XLogRecord,String> LEVEL
The columnDB_ETERNAL.X_LOG.LEVEL. 「level」- 日志级别:ERROR / WARN / INFO -
LOG_AGENT
org.jooq.TableField<XLogRecord,String> LOG_AGENT
The columnDB_ETERNAL.X_LOG.LOG_AGENT. 「logAgent」- 记录日志的 agent 信息 -
LOG_IP
org.jooq.TableField<XLogRecord,String> LOG_IP
The columnDB_ETERNAL.X_LOG.LOG_IP. 「logIp」- 日志扩展组件 -
LOG_USER
org.jooq.TableField<XLogRecord,String> LOG_USER
The columnDB_ETERNAL.X_LOG.LOG_USER. 「logUser」- 日志记录人 -
METADATA
org.jooq.TableField<XLogRecord,String> METADATA
The columnDB_ETERNAL.X_LOG.METADATA. 「metadata」- 附加配置 -
SIGMA
org.jooq.TableField<XLogRecord,String> SIGMA
The columnDB_ETERNAL.X_LOG.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<XLogRecord,String> TYPE
The columnDB_ETERNAL.X_LOG.TYPE. 「type」- 日志的分类 -
UPDATED_AT
org.jooq.TableField<XLogRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_LOG.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XLogRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_LOG.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XMenu extends org.jooq.impl.TableImpl<XMenuRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XMenuRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_MENU.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XMenuRecord,String> APP_ID
The columnDB_ETERNAL.X_MENU.APP_ID. 「appId」- 应用程序ID -
CREATED_AT
org.jooq.TableField<XMenuRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_MENU.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XMenuRecord,String> CREATED_BY
The columnDB_ETERNAL.X_MENU.CREATED_BY. 「createdBy」- 创建人 -
ICON
org.jooq.TableField<XMenuRecord,String> ICON
The columnDB_ETERNAL.X_MENU.ICON. 「icon」- 菜单使用的icon -
KEY
org.jooq.TableField<XMenuRecord,String> KEY
The columnDB_ETERNAL.X_MENU.KEY. 「key」- 菜单主键 -
LANGUAGE
org.jooq.TableField<XMenuRecord,String> LANGUAGE
The columnDB_ETERNAL.X_MENU.LANGUAGE. 「language」- 使用的语言 -
LEVEL
org.jooq.TableField<XMenuRecord,Long> LEVEL
The columnDB_ETERNAL.X_MENU.LEVEL. 「level」- 菜单层级 -
METADATA
org.jooq.TableField<XMenuRecord,String> METADATA
The columnDB_ETERNAL.X_MENU.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<XMenuRecord,String> NAME
The columnDB_ETERNAL.X_MENU.NAME. 「name」- 菜单名称 -
ORDER
org.jooq.TableField<XMenuRecord,Long> ORDER
The columnDB_ETERNAL.X_MENU.ORDER. 「order」- 菜单排序 -
PARENT_ID
org.jooq.TableField<XMenuRecord,String> PARENT_ID
The columnDB_ETERNAL.X_MENU.PARENT_ID. 「parentId」- 菜单父ID -
SIGMA
org.jooq.TableField<XMenuRecord,String> SIGMA
The columnDB_ETERNAL.X_MENU.SIGMA. 「sigma」- 统一标识 -
TEXT
org.jooq.TableField<XMenuRecord,String> TEXT
The columnDB_ETERNAL.X_MENU.TEXT. 「text」- 菜单显示文字 -
TYPE
org.jooq.TableField<XMenuRecord,String> TYPE
The columnDB_ETERNAL.X_MENU.TYPE. 「type」- 菜单类型 -
UPDATED_AT
org.jooq.TableField<XMenuRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_MENU.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XMenuRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_MENU.UPDATED_BY. 「updatedBy」- 更新人 -
URI
org.jooq.TableField<XMenuRecord,String> URI
The columnDB_ETERNAL.X_MENU.URI. 「uri」- 菜单地址(不包含应用的path)
-
-
Class cn.vertxup.ambient.domain.tables.XMenuMy extends org.jooq.impl.TableImpl<XMenuMyRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XMenuMyRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_MENU_MY.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<XMenuMyRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_MENU_MY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XMenuMyRecord,String> CREATED_BY
The columnDB_ETERNAL.X_MENU_MY.CREATED_BY. 「createdBy」- 创建人 -
ICON
org.jooq.TableField<XMenuMyRecord,String> ICON
The columnDB_ETERNAL.X_MENU_MY.ICON. 「icon」- 菜单使用的icon -
KEY
org.jooq.TableField<XMenuMyRecord,String> KEY
The columnDB_ETERNAL.X_MENU_MY.KEY. 「key」- 菜单主键 -
LANGUAGE
org.jooq.TableField<XMenuMyRecord,String> LANGUAGE
The columnDB_ETERNAL.X_MENU_MY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XMenuMyRecord,String> METADATA
The columnDB_ETERNAL.X_MENU_MY.METADATA. 「metadata」- 附加配置 -
OWNER
org.jooq.TableField<XMenuMyRecord,String> OWNER
The columnDB_ETERNAL.X_MENU_MY.OWNER. 「owner」- 拥有者ID -
PAGE
org.jooq.TableField<XMenuMyRecord,String> PAGE
The columnDB_ETERNAL.X_MENU_MY.PAGE. 「page」- 菜单所在页面 -
PARAMETER
org.jooq.TableField<XMenuMyRecord,String> PARAMETER
The columnDB_ETERNAL.X_MENU_MY.PARAMETER. 「parameter」- 该菜单的参数(收藏夹专用) -
POSITION
org.jooq.TableField<XMenuMyRecord,String> POSITION
The columnDB_ETERNAL.X_MENU_MY.POSITION. 「position」- 菜单位置 -
SIGMA
org.jooq.TableField<XMenuMyRecord,String> SIGMA
The columnDB_ETERNAL.X_MENU_MY.SIGMA. 「sigma」- 统一标识 -
TEXT
org.jooq.TableField<XMenuMyRecord,String> TEXT
The columnDB_ETERNAL.X_MENU_MY.TEXT. 「text」- 菜单显示文字 -
TYPE
org.jooq.TableField<XMenuMyRecord,String> TYPE
The columnDB_ETERNAL.X_MENU_MY.TYPE. 「type」- 菜单类型 -
UI_COLOR_BG
org.jooq.TableField<XMenuMyRecord,String> UI_COLOR_BG
The columnDB_ETERNAL.X_MENU_MY.UI_COLOR_BG. 「uiColorBg」- 背景色 -
UI_COLOR_FG
org.jooq.TableField<XMenuMyRecord,String> UI_COLOR_FG
The columnDB_ETERNAL.X_MENU_MY.UI_COLOR_FG. 「uiColorFg」- 前景色 -
UI_PARENT
org.jooq.TableField<XMenuMyRecord,String> UI_PARENT
The columnDB_ETERNAL.X_MENU_MY.UI_PARENT. 「uiParent」- 菜单父ID -
UI_SORT
org.jooq.TableField<XMenuMyRecord,Long> UI_SORT
The columnDB_ETERNAL.X_MENU_MY.UI_SORT. 「uiSort」- 菜单排序 -
UPDATED_AT
org.jooq.TableField<XMenuMyRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_MENU_MY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XMenuMyRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_MENU_MY.UPDATED_BY. 「updatedBy」- 更新人 -
URI
org.jooq.TableField<XMenuMyRecord,String> URI
The columnDB_ETERNAL.X_MENU_MY.URI. 「uri」- 菜单地址(不包含应用的path)
-
-
Class cn.vertxup.ambient.domain.tables.XModule extends org.jooq.impl.TableImpl<XModuleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XModuleRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_MODULE.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XModuleRecord,String> APP_ID
The columnDB_ETERNAL.X_MODULE.APP_ID. 「appId」- 关联的应用程序ID -
CODE
org.jooq.TableField<XModuleRecord,String> CODE
The columnDB_ETERNAL.X_MODULE.CODE. 「code」- 模块编码 -
CREATED_AT
org.jooq.TableField<XModuleRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_MODULE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XModuleRecord,String> CREATED_BY
The columnDB_ETERNAL.X_MODULE.CREATED_BY. 「createdBy」- 创建人 -
ENTRY
org.jooq.TableField<XModuleRecord,String> ENTRY
The columnDB_ETERNAL.X_MODULE.ENTRY. 「entry」— 模块入口地址 -
KEY
org.jooq.TableField<XModuleRecord,String> KEY
The columnDB_ETERNAL.X_MODULE.KEY. 「key」- 模块唯一主键 -
LANGUAGE
org.jooq.TableField<XModuleRecord,String> LANGUAGE
The columnDB_ETERNAL.X_MODULE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XModuleRecord,String> METADATA
The columnDB_ETERNAL.X_MODULE.METADATA. 「metadata」- 附加配置 -
MODEL_ID
org.jooq.TableField<XModuleRecord,String> MODEL_ID
The columnDB_ETERNAL.X_MODULE.MODEL_ID. 「modelId」- 当前模块关联的主模型ID -
NAME
org.jooq.TableField<XModuleRecord,String> NAME
The columnDB_ETERNAL.X_MODULE.NAME. 「name」- 模块名称 -
SIGMA
org.jooq.TableField<XModuleRecord,String> SIGMA
The columnDB_ETERNAL.X_MODULE.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<XModuleRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_MODULE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XModuleRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_MODULE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XNotice extends org.jooq.impl.TableImpl<XNoticeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XNoticeRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_NOTICE.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XNoticeRecord,String> APP_ID
The columnDB_ETERNAL.X_NOTICE.APP_ID. 「appId」- 所属应用ID -
CODE
org.jooq.TableField<XNoticeRecord,String> CODE
The columnDB_ETERNAL.X_NOTICE.CODE. 「code」- 公告编码 -
CONTENT
org.jooq.TableField<XNoticeRecord,String> CONTENT
The columnDB_ETERNAL.X_NOTICE.CONTENT. 「content」- 公告内容 -
CREATED_AT
org.jooq.TableField<XNoticeRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_NOTICE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XNoticeRecord,String> CREATED_BY
The columnDB_ETERNAL.X_NOTICE.CREATED_BY. 「createdBy」- 创建人 -
EXPIRED_AT
org.jooq.TableField<XNoticeRecord,LocalDateTime> EXPIRED_AT
The columnDB_ETERNAL.X_NOTICE.EXPIRED_AT. 「createdAt」- 公告到期时间 -
KEY
org.jooq.TableField<XNoticeRecord,String> KEY
The columnDB_ETERNAL.X_NOTICE.KEY. 「key」- 公告主键 -
LANGUAGE
org.jooq.TableField<XNoticeRecord,String> LANGUAGE
The columnDB_ETERNAL.X_NOTICE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XNoticeRecord,String> METADATA
The columnDB_ETERNAL.X_NOTICE.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<XNoticeRecord,String> NAME
The columnDB_ETERNAL.X_NOTICE.NAME. 「name」- 公告标题 -
SIGMA
org.jooq.TableField<XNoticeRecord,String> SIGMA
The columnDB_ETERNAL.X_NOTICE.SIGMA. 「sigma」- 统一标识 -
STATUS
org.jooq.TableField<XNoticeRecord,String> STATUS
The columnDB_ETERNAL.X_NOTICE.STATUS. 「status」- 公告状态 -
TYPE
org.jooq.TableField<XNoticeRecord,String> TYPE
The columnDB_ETERNAL.X_NOTICE.TYPE. 「type」- 公告类型 -
UPDATED_AT
org.jooq.TableField<XNoticeRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_NOTICE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XNoticeRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_NOTICE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XNumber extends org.jooq.impl.TableImpl<XNumberRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XNumberRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_NUMBER.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XNumberRecord,String> APP_ID
The columnDB_ETERNAL.X_NUMBER.APP_ID. 「appId」- 关联的应用程序ID -
CODE
org.jooq.TableField<XNumberRecord,String> CODE
The columnDB_ETERNAL.X_NUMBER.CODE. 「code」- 编码 -
COMMENT
org.jooq.TableField<XNumberRecord,String> COMMENT
The columnDB_ETERNAL.X_NUMBER.COMMENT. 「comment」- 编号备注信息,用于描述编号数据,comment,S_COMMENT -
CREATED_AT
org.jooq.TableField<XNumberRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_NUMBER.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XNumberRecord,String> CREATED_BY
The columnDB_ETERNAL.X_NUMBER.CREATED_BY. 「createdBy」- 创建人 -
CURRENT
org.jooq.TableField<XNumberRecord,Long> CURRENT
The columnDB_ETERNAL.X_NUMBER.CURRENT. 「current」编号当前值,对应${seed},每次变化时current提取后更新为:current + step或current - step,current,L_CURRENT -
DECREMENT
org.jooq.TableField<XNumberRecord,Boolean> DECREMENT
The columnDB_ETERNAL.X_NUMBER.DECREMENT. 「decrement」递增/递减?如果为true则递减,为false则是递增,decrement,IS_DECREMENT -
FORMAT
org.jooq.TableField<XNumberRecord,String> FORMAT
The columnDB_ETERNAL.X_NUMBER.FORMAT. 「format」格式信息,用于处理最终格式:,format,S_FORMAT -
IDENTIFIER
org.jooq.TableField<XNumberRecord,String> IDENTIFIER
The columnDB_ETERNAL.X_NUMBER.IDENTIFIER. 「identifier」编号对应的identifier,用于查询当前identifier使用的序号信息,identifier,S_IDENTIFIER -
KEY
org.jooq.TableField<XNumberRecord,String> KEY
The columnDB_ETERNAL.X_NUMBER.KEY. 「key」- 主键 -
LANGUAGE
org.jooq.TableField<XNumberRecord,String> LANGUAGE
The columnDB_ETERNAL.X_NUMBER.LANGUAGE. 「language」- 使用的语言 -
LENGTH
org.jooq.TableField<XNumberRecord,Integer> LENGTH
The columnDB_ETERNAL.X_NUMBER.LENGTH. 「length」编号长度,编号长度不包含prefix和suffix部分,length,I_LENGTH -
METADATA
org.jooq.TableField<XNumberRecord,String> METADATA
The columnDB_ETERNAL.X_NUMBER.METADATA. 「metadata」- 附加配置 -
PREFIX
org.jooq.TableField<XNumberRecord,String> PREFIX
The columnDB_ETERNAL.X_NUMBER.PREFIX. 「prefix」编号前缀,prefix,S_PREFIX -
RENEWAL
org.jooq.TableField<XNumberRecord,Boolean> RENEWAL
The columnDB_ETERNAL.X_NUMBER.RENEWAL. 「renewal」- 是否循环 -
SIGMA
org.jooq.TableField<XNumberRecord,String> SIGMA
The columnDB_ETERNAL.X_NUMBER.SIGMA. 「sigma」- 统一标识 -
STEP
org.jooq.TableField<XNumberRecord,Integer> STEP
The columnDB_ETERNAL.X_NUMBER.STEP. 「step」编号的步进系数,每次按照step进行变化,step,I_STEP -
SUFFIX
org.jooq.TableField<XNumberRecord,String> SUFFIX
The columnDB_ETERNAL.X_NUMBER.SUFFIX. 「suffix」编号后缀,suffix,S_SUFFIX -
TIME
org.jooq.TableField<XNumberRecord,String> TIME
The columnDB_ETERNAL.X_NUMBER.TIME. 「time」时间对应Pattern,对应${time}:YYYY-MM-DD HH:mm:ss用于描述时间格式生成序号时间部分,time,S_TIME -
UPDATED_AT
org.jooq.TableField<XNumberRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_NUMBER.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XNumberRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_NUMBER.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.ambient.domain.tables.XSource extends org.jooq.impl.TableImpl<XSourceRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XSourceRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_SOURCE.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XSourceRecord,String> APP_ID
The columnDB_ETERNAL.X_SOURCE.APP_ID. 「appId」- 关联的应用程序ID -
CATEGORY
org.jooq.TableField<XSourceRecord,String> CATEGORY
The columnDB_ETERNAL.X_SOURCE.CATEGORY. 「category」- 数据库类型 -
CREATED_AT
org.jooq.TableField<XSourceRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_SOURCE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XSourceRecord,String> CREATED_BY
The columnDB_ETERNAL.X_SOURCE.CREATED_BY. 「createdBy」- 创建人 -
DRIVER_CLASS_NAME
org.jooq.TableField<XSourceRecord,String> DRIVER_CLASS_NAME
The columnDB_ETERNAL.X_SOURCE.DRIVER_CLASS_NAME. 「driverClassName」- 数据库驱动指定,JDBC4之前 -
HOSTNAME
org.jooq.TableField<XSourceRecord,String> HOSTNAME
The columnDB_ETERNAL.X_SOURCE.HOSTNAME. 「hostname」- 主机地址 -
INSTANCE
org.jooq.TableField<XSourceRecord,String> INSTANCE
The columnDB_ETERNAL.X_SOURCE.INSTANCE. 「instance」- 实例名称 -
IP_V4
org.jooq.TableField<XSourceRecord,String> IP_V4
The columnDB_ETERNAL.X_SOURCE.IP_V4. 「ipV4」- IP v4地址 -
IP_V6
org.jooq.TableField<XSourceRecord,String> IP_V6
The columnDB_ETERNAL.X_SOURCE.IP_V6. 「ipV6」- IP v6地址 -
JDBC_CONFIG
org.jooq.TableField<XSourceRecord,String> JDBC_CONFIG
The columnDB_ETERNAL.X_SOURCE.JDBC_CONFIG. 「jdbcConfig」- 连接字符串中的配置key=value -
JDBC_URL
org.jooq.TableField<XSourceRecord,String> JDBC_URL
The columnDB_ETERNAL.X_SOURCE.JDBC_URL. 「jdbcUrl」- JDBC连接字符串 -
KEY
org.jooq.TableField<XSourceRecord,String> KEY
The columnDB_ETERNAL.X_SOURCE.KEY. 「key」- 数据源主键 -
LANGUAGE
org.jooq.TableField<XSourceRecord,String> LANGUAGE
The columnDB_ETERNAL.X_SOURCE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XSourceRecord,String> METADATA
The columnDB_ETERNAL.X_SOURCE.METADATA. 「metadata」- 附加配置 -
PASSWORD
org.jooq.TableField<XSourceRecord,String> PASSWORD
The columnDB_ETERNAL.X_SOURCE.PASSWORD. 「password」- 密码 -
PORT
org.jooq.TableField<XSourceRecord,Integer> PORT
The columnDB_ETERNAL.X_SOURCE.PORT. 「port」- 端口号 -
SIGMA
org.jooq.TableField<XSourceRecord,String> SIGMA
The columnDB_ETERNAL.X_SOURCE.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<XSourceRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_SOURCE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XSourceRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_SOURCE.UPDATED_BY. 「updatedBy」- 更新人 -
USERNAME
org.jooq.TableField<XSourceRecord,String> USERNAME
The columnDB_ETERNAL.X_SOURCE.USERNAME. 「username」- 账号
-
-
Class cn.vertxup.ambient.domain.tables.XTabular extends org.jooq.impl.TableImpl<XTabularRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<XTabularRecord,Boolean> ACTIVE
The columnDB_ETERNAL.X_TABULAR.ACTIVE. 「active」- 是否启用 -
APP_ID
org.jooq.TableField<XTabularRecord,String> APP_ID
The columnDB_ETERNAL.X_TABULAR.APP_ID. 「appId」- 关联的应用程序ID -
CODE
org.jooq.TableField<XTabularRecord,String> CODE
The columnDB_ETERNAL.X_TABULAR.CODE. 「code」- 列表编号 -
COMMENT
org.jooq.TableField<XTabularRecord,String> COMMENT
The columnDB_ETERNAL.X_TABULAR.COMMENT. 「comment」- 备注信息 -
CREATED_AT
org.jooq.TableField<XTabularRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.X_TABULAR.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<XTabularRecord,String> CREATED_BY
The columnDB_ETERNAL.X_TABULAR.CREATED_BY. 「createdBy」- 创建人 -
ICON
org.jooq.TableField<XTabularRecord,String> ICON
The columnDB_ETERNAL.X_TABULAR.ICON. 「icon」- 列表图标 -
KEY
org.jooq.TableField<XTabularRecord,String> KEY
The columnDB_ETERNAL.X_TABULAR.KEY. 「key」- 列表主键 -
LANGUAGE
org.jooq.TableField<XTabularRecord,String> LANGUAGE
The columnDB_ETERNAL.X_TABULAR.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<XTabularRecord,String> METADATA
The columnDB_ETERNAL.X_TABULAR.METADATA. 「metadata」- 附加配置 -
NAME
org.jooq.TableField<XTabularRecord,String> NAME
The columnDB_ETERNAL.X_TABULAR.NAME. 「name」- 列表名称 -
RUN_COMPONENT
org.jooq.TableField<XTabularRecord,String> RUN_COMPONENT
The columnDB_ETERNAL.X_TABULAR.RUN_COMPONENT. 「runComponent」- 执行组件 -
SIGMA
org.jooq.TableField<XTabularRecord,String> SIGMA
The columnDB_ETERNAL.X_TABULAR.SIGMA. 「sigma」- 统一标识 -
SORT
org.jooq.TableField<XTabularRecord,Integer> SORT
The columnDB_ETERNAL.X_TABULAR.SORT. 「sort」- 排序信息 -
TYPE
org.jooq.TableField<XTabularRecord,String> TYPE
The columnDB_ETERNAL.X_TABULAR.TYPE. 「type」- 列表类型 -
UPDATED_AT
org.jooq.TableField<XTabularRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.X_TABULAR.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<XTabularRecord,String> UPDATED_BY
The columnDB_ETERNAL.X_TABULAR.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.ambient.domain.tables.interfaces
-
Package cn.vertxup.ambient.domain.tables.pojos
-
Class cn.vertxup.ambient.domain.tables.pojos.XActivity extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
description
String description
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
recordNew
String recordNew
-
recordOld
String recordOld
-
serial
String serial
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XActivityChange extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
activityId
String activityId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
fieldAlias
String fieldAlias
-
fieldName
String fieldName
-
fieldType
String fieldType
-
key
String key
-
language
String language
-
metadata
String metadata
-
sigma
String sigma
-
status
String status
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
valueNew
String valueNew
-
valueOld
String valueOld
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XApp extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appKey
String appKey
-
appPort
Integer appPort
-
code
String code
-
copyRight
String copyRight
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
domain
String domain
-
email
String email
-
icp
String icp
-
key
String key
-
language
String language
-
logo
String logo
-
metadata
String metadata
-
name
String name
-
path
String path
-
route
String route
-
sigma
String sigma
-
title
String title
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
urlEntry
String urlEntry
-
urlMain
String urlMain
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XAttachment extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
directoryId
String directoryId
-
extension
String extension
-
fileKey
String fileKey
-
fileName
String fileName
-
filePath
String filePath
-
fileUrl
String fileUrl
-
key
String key
-
language
String language
-
metadata
String metadata
-
mime
String mime
-
modelCategory
String modelCategory
-
modelId
String modelId
-
modelKey
String modelKey
-
name
String name
-
sigma
String sigma
-
size
Integer size
-
status
String status
-
storePath
String storePath
-
storeUri
String storeUri
-
storeWay
String storeWay
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XCategory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
icon
String icon
-
identifier
String identifier
-
key
String key
-
language
String language
-
leaf
Boolean leaf
-
metadata
String metadata
-
name
String name
-
parentId
String parentId
-
runComponent
String runComponent
-
sigma
String sigma
-
sort
Integer sort
-
treeComponent
String treeComponent
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XLinkage extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
linkData
String linkData
-
linkKey
String linkKey
-
linkType
String linkType
-
metadata
String metadata
-
name
String name
-
region
String region
-
sigma
String sigma
-
sourceData
String sourceData
-
sourceKey
String sourceKey
-
sourceType
String sourceType
-
targetData
String targetData
-
targetKey
String targetKey
-
targetType
String targetType
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XLog extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
infoAt
LocalDateTime infoAt
-
infoReadable
String infoReadable
-
infoStack
String infoStack
-
infoSystem
String infoSystem
-
key
String key
-
language
String language
-
level
String level
-
logAgent
String logAgent
-
logIp
String logIp
-
logUser
String logUser
-
metadata
String metadata
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XMenu extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
icon
String icon
-
key
String key
-
language
String language
-
level
Long level
-
metadata
String metadata
-
name
String name
-
order
Long order
-
parentId
String parentId
-
sigma
String sigma
-
text
String text
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
uri
String uri
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XMenuMy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
icon
String icon
-
key
String key
-
language
String language
-
metadata
String metadata
-
owner
String owner
-
page
String page
-
parameter
String parameter
-
position
String position
-
sigma
String sigma
-
text
String text
-
type
String type
-
uiColorBg
String uiColorBg
-
uiColorFg
String uiColorFg
-
uiParent
String uiParent
-
uiSort
Long uiSort
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
uri
String uri
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XModule extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
entry
String entry
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
name
String name
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XNotice extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
content
String content
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
expiredAt
LocalDateTime expiredAt
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
status
String status
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XNumber extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
current
Long current
-
decrement
Boolean decrement
-
format
String format
-
identifier
String identifier
-
key
String key
-
language
String language
-
length
Integer length
-
metadata
String metadata
-
prefix
String prefix
-
renewal
Boolean renewal
-
sigma
String sigma
-
step
Integer step
-
suffix
String suffix
-
time
String time
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XSource extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
category
String category
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
driverClassName
String driverClassName
-
hostname
String hostname
-
instance
String instance
-
ipV4
String ipV4
-
ipV6
String ipV6
-
jdbcConfig
String jdbcConfig
-
jdbcUrl
String jdbcUrl
-
key
String key
-
language
String language
-
metadata
String metadata
-
password
String password
-
port
Integer port
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
username
String username
-
-
Class cn.vertxup.ambient.domain.tables.pojos.XTabular extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
appId
String appId
-
code
String code
-
comment
String comment
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
icon
String icon
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
runComponent
String runComponent
-
sigma
String sigma
-
sort
Integer sort
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.ambient.domain.tables.records
-
Class cn.vertxup.ambient.domain.tables.records.XActivityChangeRecord extends org.jooq.impl.UpdatableRecordImpl<XActivityChangeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XActivityRecord extends org.jooq.impl.UpdatableRecordImpl<XActivityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XAppRecord extends org.jooq.impl.UpdatableRecordImpl<XAppRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XAttachmentRecord extends org.jooq.impl.UpdatableRecordImpl<XAttachmentRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XCategoryRecord extends org.jooq.impl.UpdatableRecordImpl<XCategoryRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XLinkageRecord extends org.jooq.impl.UpdatableRecordImpl<XLinkageRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XLogRecord extends org.jooq.impl.UpdatableRecordImpl<XLogRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XMenuMyRecord extends org.jooq.impl.UpdatableRecordImpl<XMenuMyRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XMenuRecord extends org.jooq.impl.UpdatableRecordImpl<XMenuRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XModuleRecord extends org.jooq.impl.UpdatableRecordImpl<XModuleRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XNoticeRecord extends org.jooq.impl.UpdatableRecordImpl<XNoticeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XNumberRecord extends org.jooq.impl.UpdatableRecordImpl<XNumberRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XSourceRecord extends org.jooq.impl.UpdatableRecordImpl<XSourceRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.ambient.domain.tables.records.XTabularRecord extends org.jooq.impl.UpdatableRecordImpl<XTabularRecord> implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.ambient.atom
-
Class io.vertx.tp.ambient.atom.AtConfig extends Object implements Serializable
-
Serialized Fields
-
dataFolder
String dataFolder
Standard data folder for data loading, Required for excel client, Loading data into database by excel client. -
fileLanguage
String fileLanguage
Attachment configuration: language property, fixed in current version. -
fileStorage
String fileStorage
Attachment configuration: storeWay property, fixed in current version. -
initializer
Class<?> initializer
Initializer: This class will be inited as Init instance and executed After: X_APP, X_SOURCE, Database, also it will be inited after re-init. -
loader
Class<?> loader
Initializer: Another initializer that will be executed after data loading The last step of initApp. -
prerequisite
Class<?> prerequisite
It's for /api/app/prepare interface only, do pre-requisite for app initialization -
supportSource
Boolean supportSource
FALSE , Whether enable `X_SOURCE` to stored multi data sources in current `X_APP`.
-
-
-
-
Package io.vertx.tp.error
-
Class io.vertx.tp.error._403TokenGenerationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ConnectMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404ExcelFileNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409JoinTargetException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409SessionVersionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentParsingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._412IndentUnknownException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500AmbientErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ApplicationInitException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ExportingErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500InitSpecificationException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500PrerequisiteSpecException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501ChannelNotImplementException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501JooqReferenceException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error.DataSourceException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.EventCodexMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginOptionException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginSpecificationException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.PluginUpException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.RpcPreparingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallDuplicatedException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallItemSizeException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallKeyMissingException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallMethodMultiException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallProviderConflictException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.WallTypeWrongException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorConnectException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorExecuteException extends io.vertx.up.exception.UpException implements Serializable
-
Class io.vertx.tp.error.XtorNotReadyException extends io.vertx.up.exception.UpException implements Serializable
-
-
Package io.vertx.tp.optic