Serialized Form
-
Package cn.vertxup.atom.domain
-
Class cn.vertxup.atom.domain.Db
class Db extends org.jooq.impl.SchemaImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
M_ACC
MAcc M_ACC
The tableDB_ETERNAL.M_ACC. -
M_ATTRIBUTE
MAttribute M_ATTRIBUTE
The tableDB_ETERNAL.M_ATTRIBUTE. -
M_ENTITY
MEntity M_ENTITY
The tableDB_ETERNAL.M_ENTITY. -
M_FIELD
MField M_FIELD
The tableDB_ETERNAL.M_FIELD. -
M_INDEX
MIndex M_INDEX
The tableDB_ETERNAL.M_INDEX. -
M_JOIN
MJoin M_JOIN
The tableDB_ETERNAL.M_JOIN. -
M_KEY
MKey M_KEY
The tableDB_ETERNAL.M_KEY. -
M_MODEL
MModel M_MODEL
The tableDB_ETERNAL.M_MODEL. -
M_RELATION
MRelation M_RELATION
The tableDB_ETERNAL.M_RELATION.
-
-
Class cn.vertxup.atom.domain.DefaultCatalog
class DefaultCatalog extends org.jooq.impl.CatalogImpl implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
DB_ETERNAL
Db DB_ETERNAL
The schemaDB_ETERNAL.
-
-
-
Package cn.vertxup.atom.domain.tables
-
Class cn.vertxup.atom.domain.tables.MAcc
class MAcc extends org.jooq.impl.TableImpl<MAccRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MAccRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_ACC.ACTIVE. 「active」- 是否启用 -
CREATED_AT
org.jooq.TableField<MAccRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_ACC.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MAccRecord,
String> CREATED_BY The columnDB_ETERNAL.M_ACC.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<MAccRecord,
String> KEY The columnDB_ETERNAL.M_ACC.KEY. 「key」- 增量记录ID -
LANGUAGE
org.jooq.TableField<MAccRecord,
String> LANGUAGE The columnDB_ETERNAL.M_ACC.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MAccRecord,
String> METADATA The columnDB_ETERNAL.M_ACC.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<MAccRecord,
String> MODEL_ID The columnDB_ETERNAL.M_ACC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述 -
MODEL_KEY
org.jooq.TableField<MAccRecord,
String> MODEL_KEY The columnDB_ETERNAL.M_ACC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录 -
RECORD_JSON
org.jooq.TableField<MAccRecord,
String> RECORD_JSON The columnDB_ETERNAL.M_ACC.RECORD_JSON. 「recordJson」- 上一次的记录内容(Json格式) -
RECORD_RAW
org.jooq.TableField<MAccRecord,
String> RECORD_RAW The columnDB_ETERNAL.M_ACC.RECORD_RAW. 「recordRaw」- 上一次的记录的原始内容 -
RECORD_UNIQUE
org.jooq.TableField<MAccRecord,
String> RECORD_UNIQUE The columnDB_ETERNAL.M_ACC.RECORD_UNIQUE. 「recordUnique」- 业务标识规则专用Key,可计算获取 -
SIGMA
org.jooq.TableField<MAccRecord,
String> SIGMA The columnDB_ETERNAL.M_ACC.SIGMA. 「sigma」- 统一标识 -
UPDATED_AT
org.jooq.TableField<MAccRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_ACC.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MAccRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_ACC.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MAttribute
class MAttribute extends org.jooq.impl.TableImpl<MAttributeRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MAttributeRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_ATTRIBUTE.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<MAttributeRecord,
String> ALIAS The columnDB_ETERNAL.M_ATTRIBUTE.ALIAS. 「alias」- 属性别名(业务名) -
COMMENTS
org.jooq.TableField<MAttributeRecord,
String> COMMENTS The columnDB_ETERNAL.M_ATTRIBUTE.COMMENTS. 「comments」- 当前属性的描述信息 -
CREATED_AT
org.jooq.TableField<MAttributeRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_ATTRIBUTE.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MAttributeRecord,
String> CREATED_BY The columnDB_ETERNAL.M_ATTRIBUTE.CREATED_BY. 「createdBy」- 创建人 -
EXPRESSION
org.jooq.TableField<MAttributeRecord,
String> EXPRESSION The columnDB_ETERNAL.M_ATTRIBUTE.EXPRESSION. 「expression」- 表达式 -
IN_COMPONENT
org.jooq.TableField<MAttributeRecord,
String> IN_COMPONENT The columnDB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. 「inComponent」- 写入插件 -
IS_ARRAY
org.jooq.TableField<MAttributeRecord,
Boolean> IS_ARRAY The columnDB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. 「isArray」- 是否集合属性,集合属性在导入导出时可用(保留) -
IS_CONFIRM
org.jooq.TableField<MAttributeRecord,
Boolean> IS_CONFIRM The columnDB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. 「isConfirm」- 是否生成待确认变更,只有放在待确认变更中的数据需要生成待确认变更 -
IS_LOCK
org.jooq.TableField<MAttributeRecord,
Boolean> IS_LOCK The columnDB_ETERNAL.M_ATTRIBUTE.IS_LOCK. 「isLock」- 是否锁定,锁定属性不可删除 -
IS_REFER
org.jooq.TableField<MAttributeRecord,
Boolean> IS_REFER The columnDB_ETERNAL.M_ATTRIBUTE.IS_REFER. 「isRefer」- 是否引用属性的主属性,主属性才可拥有 sourceReference 配置,根据 source 有区别 -
IS_SYNC_IN
org.jooq.TableField<MAttributeRecord,
Boolean> IS_SYNC_IN The columnDB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. 「isSyncIn」- 是否同步读 -
IS_SYNC_OUT
org.jooq.TableField<MAttributeRecord,
Boolean> IS_SYNC_OUT The columnDB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. 「isSyncOut」- 是否同步写 -
IS_TRACK
org.jooq.TableField<MAttributeRecord,
Boolean> IS_TRACK The columnDB_ETERNAL.M_ATTRIBUTE.IS_TRACK. 「isTrack」- 是否实现历史记录,如果是 isTrack 那么启用 ACTIVITY 的变更记录,对应 ITEM -
KEY
org.jooq.TableField<MAttributeRecord,
String> KEY The columnDB_ETERNAL.M_ATTRIBUTE.KEY. 「key」- 属性ID -
LANGUAGE
org.jooq.TableField<MAttributeRecord,
String> LANGUAGE The columnDB_ETERNAL.M_ATTRIBUTE.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MAttributeRecord,
String> METADATA The columnDB_ETERNAL.M_ATTRIBUTE.METADATA. 「metadata」- 附加配置数据 -
MODEL_ID
org.jooq.TableField<MAttributeRecord,
String> MODEL_ID The columnDB_ETERNAL.M_ATTRIBUTE.MODEL_ID. 「modelId」- 关联的模型ID -
NAME
org.jooq.TableField<MAttributeRecord,
String> NAME The columnDB_ETERNAL.M_ATTRIBUTE.NAME. 「name」- 属性名称 -
NORMALIZE
org.jooq.TableField<MAttributeRecord,
String> NORMALIZE The columnDB_ETERNAL.M_ATTRIBUTE.NORMALIZE. 「normalize」- 表达式 -
OUT_COMPONENT
org.jooq.TableField<MAttributeRecord,
String> OUT_COMPONENT The columnDB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. 「outComponent」- 读取插件 -
SIGMA
org.jooq.TableField<MAttributeRecord,
String> SIGMA The columnDB_ETERNAL.M_ATTRIBUTE.SIGMA. 「sigma」- 统一标识 -
SOURCE
org.jooq.TableField<MAttributeRecord,
String> SOURCE The columnDB_ETERNAL.M_ATTRIBUTE.SOURCE. 「source」- 关联实体ID -
SOURCE_CONFIG
org.jooq.TableField<MAttributeRecord,
String> SOURCE_CONFIG The columnDB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. 「sourceConfig」- 数据集配置(区分 Array 和 Object) -
SOURCE_EXTERNAL
org.jooq.TableField<MAttributeRecord,
String> SOURCE_EXTERNAL The columnDB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. 「sourceExternal」- 外部配置信息( type = EXTERNAL ) -
SOURCE_FIELD
org.jooq.TableField<MAttributeRecord,
String> SOURCE_FIELD The columnDB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. 「sourceField」- 可选,如果不设置则以name为主 -
SOURCE_REFERENCE
org.jooq.TableField<MAttributeRecord,
String> SOURCE_REFERENCE The columnDB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. 「sourceReference」- 引用配置信息( type = REFERENCE) -
TYPE
org.jooq.TableField<MAttributeRecord,
String> TYPE The columnDB_ETERNAL.M_ATTRIBUTE.TYPE. 「type」- INTERNAL/EXTERNAL/REFERENCE属性 -
UPDATED_AT
org.jooq.TableField<MAttributeRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MAttributeRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MEntity
class MEntity extends org.jooq.impl.TableImpl<MEntityRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MEntityRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_ENTITY.ACTIVE. 「active」- 是否启用 -
COMMENTS
org.jooq.TableField<MEntityRecord,
String> COMMENTS The columnDB_ETERNAL.M_ENTITY.COMMENTS. 「comments」- 数据库表备注 -
CREATED_AT
org.jooq.TableField<MEntityRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_ENTITY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MEntityRecord,
String> CREATED_BY The columnDB_ETERNAL.M_ENTITY.CREATED_BY. 「createdBy」- 创建人 -
IDENTIFIER
org.jooq.TableField<MEntityRecord,
String> IDENTIFIER The columnDB_ETERNAL.M_ENTITY.IDENTIFIER. 「identifier」- 当前实体全局唯一ID -
KEY
org.jooq.TableField<MEntityRecord,
String> KEY The columnDB_ETERNAL.M_ENTITY.KEY. 「key」- 实体ID -
LANGUAGE
org.jooq.TableField<MEntityRecord,
String> LANGUAGE The columnDB_ETERNAL.M_ENTITY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MEntityRecord,
String> METADATA The columnDB_ETERNAL.M_ENTITY.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MEntityRecord,
String> NAME The columnDB_ETERNAL.M_ENTITY.NAME. 「name」- 当前实体的名称 -
NAMESPACE
org.jooq.TableField<MEntityRecord,
String> NAMESPACE The columnDB_ETERNAL.M_ENTITY.NAMESPACE. 「namespace」- 当前实体使用的名空间 -
SIGMA
org.jooq.TableField<MEntityRecord,
String> SIGMA The columnDB_ETERNAL.M_ENTITY.SIGMA. 「sigma」- 统一标识 -
TABLE_NAME
org.jooq.TableField<MEntityRecord,
String> TABLE_NAME The columnDB_ETERNAL.M_ENTITY.TABLE_NAME. 「tableName」- 实体对应的数据库表 -
TYPE
org.jooq.TableField<MEntityRecord,
String> TYPE The columnDB_ETERNAL.M_ENTITY.TYPE. 「type」- 实体类型:ENTITY/RELATION -
UPDATED_AT
org.jooq.TableField<MEntityRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_ENTITY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MEntityRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_ENTITY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MField
class MField extends org.jooq.impl.TableImpl<MFieldRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MFieldRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_FIELD.ACTIVE. 「active」- 是否启用 -
COLUMN_NAME
org.jooq.TableField<MFieldRecord,
String> COLUMN_NAME The columnDB_ETERNAL.M_FIELD.COLUMN_NAME. 「columnName」- 数据库列名 -
COLUMN_TYPE
org.jooq.TableField<MFieldRecord,
String> COLUMN_TYPE The columnDB_ETERNAL.M_FIELD.COLUMN_TYPE. 「columnType」- 数据库转换过后的类型 -
COMMENTS
org.jooq.TableField<MFieldRecord,
String> COMMENTS The columnDB_ETERNAL.M_FIELD.COMMENTS. 「comments」- 当前属性的描述信息 -
CREATED_AT
org.jooq.TableField<MFieldRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_FIELD.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MFieldRecord,
String> CREATED_BY The columnDB_ETERNAL.M_FIELD.CREATED_BY. 「createdBy」- 创建人 -
ENTITY_ID
org.jooq.TableField<MFieldRecord,
String> ENTITY_ID The columnDB_ETERNAL.M_FIELD.ENTITY_ID. 「entityId」- 关联的实体ID -
FORMAT
org.jooq.TableField<MFieldRecord,
String> FORMAT The columnDB_ETERNAL.M_FIELD.FORMAT. 「format」- 当前数据列的格式,String或Date类型 -
IN_COMPONENT
org.jooq.TableField<MFieldRecord,
String> IN_COMPONENT The columnDB_ETERNAL.M_FIELD.IN_COMPONENT. 「inComponent」- 写入插件 -
IS_NULLABLE
org.jooq.TableField<MFieldRecord,
Boolean> IS_NULLABLE The columnDB_ETERNAL.M_FIELD.IS_NULLABLE. 「isNullable」- 是否可为空 -
IS_PRIMARY
org.jooq.TableField<MFieldRecord,
Boolean> IS_PRIMARY The columnDB_ETERNAL.M_FIELD.IS_PRIMARY. 「isPrimary」- 是否为主键 -
KEY
org.jooq.TableField<MFieldRecord,
String> KEY The columnDB_ETERNAL.M_FIELD.KEY. 「key」- 字段ID -
LANGUAGE
org.jooq.TableField<MFieldRecord,
String> LANGUAGE The columnDB_ETERNAL.M_FIELD.LANGUAGE. 「language」- 使用的语言 -
LENGTH
org.jooq.TableField<MFieldRecord,
Integer> LENGTH The columnDB_ETERNAL.M_FIELD.LENGTH. 「length」- String类型的长度 -
METADATA
org.jooq.TableField<MFieldRecord,
String> METADATA The columnDB_ETERNAL.M_FIELD.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MFieldRecord,
String> NAME The columnDB_ETERNAL.M_FIELD.NAME. 「name」- 属性名(非列) -
OUT_COMPONENT
org.jooq.TableField<MFieldRecord,
String> OUT_COMPONENT The columnDB_ETERNAL.M_FIELD.OUT_COMPONENT. 「outComponent」- 读取插件 -
PRECISION
org.jooq.TableField<MFieldRecord,
Integer> PRECISION The columnDB_ETERNAL.M_FIELD.PRECISION. 「precision」- Decimal类型的精度 -
SIGMA
org.jooq.TableField<MFieldRecord,
String> SIGMA The columnDB_ETERNAL.M_FIELD.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<MFieldRecord,
String> TYPE The columnDB_ETERNAL.M_FIELD.TYPE. 「type」- OX核心类型 -
UPDATED_AT
org.jooq.TableField<MFieldRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_FIELD.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MFieldRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_FIELD.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MIndex
class MIndex extends org.jooq.impl.TableImpl<MIndexRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MIndexRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用 -
CLUSTERED
org.jooq.TableField<MIndexRecord,
Boolean> CLUSTERED The columnDB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引 -
COLUMNS
org.jooq.TableField<MIndexRecord,
String> COLUMNS The columnDB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合 -
COMMENTS
org.jooq.TableField<MIndexRecord,
String> COMMENTS The columnDB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息 -
CREATED_AT
org.jooq.TableField<MIndexRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MIndexRecord,
String> CREATED_BY The columnDB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人 -
ENTITY_ID
org.jooq.TableField<MIndexRecord,
String> ENTITY_ID The columnDB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID -
KEY
org.jooq.TableField<MIndexRecord,
String> KEY The columnDB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID -
LANGUAGE
org.jooq.TableField<MIndexRecord,
String> LANGUAGE The columnDB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MIndexRecord,
String> METADATA The columnDB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MIndexRecord,
String> NAME The columnDB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称 -
SIGMA
org.jooq.TableField<MIndexRecord,
String> SIGMA The columnDB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<MIndexRecord,
String> TYPE The columnDB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型 -
UPDATED_AT
org.jooq.TableField<MIndexRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MIndexRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MJoin
class MJoin extends org.jooq.impl.TableImpl<MJoinRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ENTITY
org.jooq.TableField<MJoinRecord,
String> ENTITY The columnDB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier -
ENTITY_KEY
org.jooq.TableField<MJoinRecord,
String> ENTITY_KEY The columnDB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名 -
MODEL
org.jooq.TableField<MJoinRecord,
String> MODEL The columnDB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier -
NAMESPACE
org.jooq.TableField<MJoinRecord,
String> NAMESPACE The columnDB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的) -
PRIORITY
org.jooq.TableField<MJoinRecord,
Integer> PRIORITY The columnDB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
-
-
Class cn.vertxup.atom.domain.tables.MKey
class MKey extends org.jooq.impl.TableImpl<MKeyRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MKeyRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_KEY.ACTIVE. 「active」- 是否启用 -
COLUMNS
org.jooq.TableField<MKeyRecord,
String> COLUMNS The columnDB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合 -
COMMENTS
org.jooq.TableField<MKeyRecord,
String> COMMENTS The columnDB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息 -
CREATED_AT
org.jooq.TableField<MKeyRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MKeyRecord,
String> CREATED_BY The columnDB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人 -
ENTITY_ID
org.jooq.TableField<MKeyRecord,
String> ENTITY_ID The columnDB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID -
KEY
org.jooq.TableField<MKeyRecord,
String> KEY The columnDB_ETERNAL.M_KEY.KEY. 「key」- 键ID -
LANGUAGE
org.jooq.TableField<MKeyRecord,
String> LANGUAGE The columnDB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MKeyRecord,
String> METADATA The columnDB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MKeyRecord,
String> NAME The columnDB_ETERNAL.M_KEY.NAME. 「name」- 键名称 -
SIGMA
org.jooq.TableField<MKeyRecord,
String> SIGMA The columnDB_ETERNAL.M_KEY.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<MKeyRecord,
String> TYPE The columnDB_ETERNAL.M_KEY.TYPE. 「type」- 键类型 -
UPDATED_AT
org.jooq.TableField<MKeyRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MKeyRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MModel
class MModel extends org.jooq.impl.TableImpl<MModelRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MModelRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_MODEL.ACTIVE. 「active」- 是否启用 -
ALIAS
org.jooq.TableField<MModelRecord,
String> ALIAS The columnDB_ETERNAL.M_MODEL.ALIAS. 「alias」- 模型别名(业务名) -
CATEGORY_ID
org.jooq.TableField<MModelRecord,
String> CATEGORY_ID The columnDB_ETERNAL.M_MODEL.CATEGORY_ID. 「categoryId」- 关联的类型的ID -
CATEGORY_TREE
org.jooq.TableField<MModelRecord,
String> CATEGORY_TREE The columnDB_ETERNAL.M_MODEL.CATEGORY_TREE. 「categoryTree」- 当前模型所属的类型树 -
COMMENTS
org.jooq.TableField<MModelRecord,
String> COMMENTS The columnDB_ETERNAL.M_MODEL.COMMENTS. 「comments」- 当前模型的描述信息 -
CREATED_AT
org.jooq.TableField<MModelRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_MODEL.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MModelRecord,
String> CREATED_BY The columnDB_ETERNAL.M_MODEL.CREATED_BY. 「createdBy」- 创建人 -
IDENTIFIER
org.jooq.TableField<MModelRecord,
String> IDENTIFIER The columnDB_ETERNAL.M_MODEL.IDENTIFIER. 「identifier」- 当前模型全局唯一ID -
IS_TRACK
org.jooq.TableField<MModelRecord,
Boolean> IS_TRACK The columnDB_ETERNAL.M_MODEL.IS_TRACK. 「isTrack」- 该组件为 track 表示执行 ACTIVITY 的变更监控功能(生成变更历史) -
KEY
org.jooq.TableField<MModelRecord,
String> KEY The columnDB_ETERNAL.M_MODEL.KEY. 「key」- 模型ID -
LANGUAGE
org.jooq.TableField<MModelRecord,
String> LANGUAGE The columnDB_ETERNAL.M_MODEL.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MModelRecord,
String> METADATA The columnDB_ETERNAL.M_MODEL.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MModelRecord,
String> NAME The columnDB_ETERNAL.M_MODEL.NAME. 「name」- 当前模型的名称 -
NAMESPACE
org.jooq.TableField<MModelRecord,
String> NAMESPACE The columnDB_ETERNAL.M_MODEL.NAMESPACE. 「namespace」- 当前模型使用的名空间 -
RULE_UNIQUE
org.jooq.TableField<MModelRecord,
String> RULE_UNIQUE The columnDB_ETERNAL.M_MODEL.RULE_UNIQUE. 「ruleUnique」- 当前模型的标识规则 -
SIGMA
org.jooq.TableField<MModelRecord,
String> SIGMA The columnDB_ETERNAL.M_MODEL.SIGMA. 「sigma」- 统一标识 -
SPIDER
org.jooq.TableField<MModelRecord,
String> SPIDER The columnDB_ETERNAL.M_MODEL.SPIDER. 「spider」- 主图格式,存储当前模型为起点的图层Json数据,每个模型只有一张 -
SPIDER_COMPONENT
org.jooq.TableField<MModelRecord,
String> SPIDER_COMPONENT The columnDB_ETERNAL.M_MODEL.SPIDER_COMPONENT. 「spiderComponent」- 在主图格式上存在的插件信息,用于处理主图格式的内容 -
TYPE
org.jooq.TableField<MModelRecord,
String> TYPE The columnDB_ETERNAL.M_MODEL.TYPE. 「type」- 当前模型的类型信息 -
UPDATED_AT
org.jooq.TableField<MModelRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_MODEL.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MModelRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_MODEL.UPDATED_BY. 「updatedBy」- 更新人
-
-
Class cn.vertxup.atom.domain.tables.MRelation
class MRelation extends org.jooq.impl.TableImpl<MRelationRecord> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MRelationRecord,
Boolean> ACTIVE The columnDB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用 -
COMMENTS
org.jooq.TableField<MRelationRecord,
String> COMMENTS The columnDB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息 -
CREATED_AT
org.jooq.TableField<MRelationRecord,
LocalDateTime> CREATED_AT The columnDB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MRelationRecord,
String> CREATED_BY The columnDB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人 -
DOWNSTREAM
org.jooq.TableField<MRelationRecord,
String> DOWNSTREAM The columnDB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级 -
KEY
org.jooq.TableField<MRelationRecord,
String> KEY The columnDB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键 -
LANGUAGE
org.jooq.TableField<MRelationRecord,
String> LANGUAGE The columnDB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MRelationRecord,
String> METADATA The columnDB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据 -
SIGMA
org.jooq.TableField<MRelationRecord,
String> SIGMA The columnDB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识 -
TYPE
org.jooq.TableField<MRelationRecord,
String> TYPE The columnDB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典) -
UPDATED_AT
org.jooq.TableField<MRelationRecord,
LocalDateTime> UPDATED_AT The columnDB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MRelationRecord,
String> UPDATED_BY The columnDB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人 -
UPSTREAM
org.jooq.TableField<MRelationRecord,
String> UPSTREAM The columnDB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
-
-
-
Package cn.vertxup.atom.domain.tables.interfaces
-
Package cn.vertxup.atom.domain.tables.pojos
-
Class cn.vertxup.atom.domain.tables.pojos.MAcc
class MAcc extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
modelKey
String modelKey
-
recordJson
String recordJson
-
recordRaw
String recordRaw
-
recordUnique
String recordUnique
-
sigma
String sigma
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MAttribute
class MAttribute extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
expression
String expression
-
inComponent
String inComponent
-
isArray
Boolean isArray
-
isConfirm
Boolean isConfirm
-
isLock
Boolean isLock
-
isRefer
Boolean isRefer
-
isSyncIn
Boolean isSyncIn
-
isSyncOut
Boolean isSyncOut
-
isTrack
Boolean isTrack
-
key
String key
-
language
String language
-
metadata
String metadata
-
modelId
String modelId
-
name
String name
-
normalize
String normalize
-
outComponent
String outComponent
-
sigma
String sigma
-
source
String source
-
sourceConfig
String sourceConfig
-
sourceExternal
String sourceExternal
-
sourceField
String sourceField
-
sourceReference
String sourceReference
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MEntity
class MEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
identifier
String identifier
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
namespace
String namespace
-
sigma
String sigma
-
tableName
String tableName
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MField
class MField extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
columnName
String columnName
-
columnType
String columnType
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
entityId
String entityId
-
format
String format
-
inComponent
String inComponent
-
isNullable
Boolean isNullable
-
isPrimary
Boolean isPrimary
-
key
String key
-
language
String language
-
length
Integer length
-
metadata
String metadata
-
name
String name
-
outComponent
String outComponent
-
precision
Integer precision
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MIndex
class MIndex extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
clustered
Boolean clustered
-
columns
String columns
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
entityId
String entityId
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MJoin
class MJoin extends Object implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.pojos.MKey
class MKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
columns
String columns
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
entityId
String entityId
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MModel
class MModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
alias
String alias
-
categoryId
String categoryId
-
categoryTree
String categoryTree
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
identifier
String identifier
-
isTrack
Boolean isTrack
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
namespace
String namespace
-
ruleUnique
String ruleUnique
-
sigma
String sigma
-
spider
String spider
-
spiderComponent
String spiderComponent
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
Class cn.vertxup.atom.domain.tables.pojos.MRelation
class MRelation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
comments
String comments
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
downstream
String downstream
-
key
String key
-
language
String language
-
metadata
String metadata
-
sigma
String sigma
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
upstream
String upstream
-
-
-
Package cn.vertxup.atom.domain.tables.records
-
Class cn.vertxup.atom.domain.tables.records.MAccRecord
class MAccRecord extends org.jooq.impl.UpdatableRecordImpl<MAccRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MAttributeRecord
class MAttributeRecord extends org.jooq.impl.UpdatableRecordImpl<MAttributeRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MEntityRecord
class MEntityRecord extends org.jooq.impl.UpdatableRecordImpl<MEntityRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MFieldRecord
class MFieldRecord extends org.jooq.impl.UpdatableRecordImpl<MFieldRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MIndexRecord
class MIndexRecord extends org.jooq.impl.UpdatableRecordImpl<MIndexRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MJoinRecord
class MJoinRecord extends org.jooq.impl.UpdatableRecordImpl<MJoinRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MKeyRecord
class MKeyRecord extends org.jooq.impl.UpdatableRecordImpl<MKeyRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MModelRecord
class MModelRecord extends org.jooq.impl.UpdatableRecordImpl<MModelRecord> implements Serializable- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MRelationRecord
class MRelationRecord extends org.jooq.impl.UpdatableRecordImpl<MRelationRecord> implements Serializable- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.atom.modeling
-
Package io.vertx.tp.atom.modeling.builtin
-
Class io.vertx.tp.atom.modeling.builtin.DataModel
class DataModel extends io.aeon.experiment.shape.AbstractHModel implements Serializable-
Serialized Fields
-
attributes
ConcurrentMap<String,
MAttribute> attributes
-
-
-
Class io.vertx.tp.atom.modeling.builtin.DataSchema
class DataSchema extends Object implements Serializable
-
-
Package io.vertx.tp.atom.modeling.data
-
Class io.vertx.tp.atom.modeling.data.DataEvent
class DataEvent extends Object implements Serializable -
Class io.vertx.tp.atom.modeling.data.DataRecord
class DataRecord extends io.vertx.up.commune.ActiveRecord implements Serializable
-
-
Package io.vertx.tp.atom.modeling.element
-
Class io.vertx.tp.atom.modeling.element.DataKey
class DataKey extends Object implements Serializable-
Serialized Fields
-
matrix
ConcurrentMap<String,
DataMatrix> matrix
-
-
-
Class io.vertx.tp.atom.modeling.element.DataMatrix
class DataMatrix extends Object implements Serializable -
Class io.vertx.tp.atom.modeling.element.DataRow
class DataRow extends Object implements Serializable -
Class io.vertx.tp.atom.modeling.element.DataTpl
class DataTpl extends Object implements Serializable
-
-
Package io.vertx.tp.error
-
Exception io.vertx.tp.error._400ExcelAppConflictException
class _400ExcelAppConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._400ExcelTplErrorException
class _400ExcelTplErrorException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._400FileNameInValidException
class _400FileNameInValidException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._400FileRequiredException
class _400FileRequiredException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._400KeyLengthException
class _400KeyLengthException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._400TrackingErrorException
class _400TrackingErrorException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._403TokenGenerationException
class _403TokenGenerationException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ConnectMissingException
class _404ConnectMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404ExcelFileNullException
class _404ExcelFileNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._404RecordMissingException
class _404RecordMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409CodeUnsupportException
class _409CodeUnsupportException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409IdentifierConflictException
class _409IdentifierConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409ReferenceDaoException
class _409ReferenceDaoException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionConflictException
class _409SessionConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409SessionVersionException
class _409SessionVersionException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._409UniqueConstraintException
class _409UniqueConstraintException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417ConditionEmptyException
class _417ConditionEmptyException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417ConditionWhereException
class _417ConditionWhereException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417DataAtomNullException
class _417DataAtomNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417DataEmptyException
class _417DataEmptyException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417DataRowNullException
class _417DataRowNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417DataTransactionException
class _417DataTransactionException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417DataUnexpectException
class _417DataUnexpectException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417EventTypeConflictException
class _417EventTypeConflictException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417PrimaryAttrWrongException
class _417PrimaryAttrWrongException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417PrimaryKeyMissingException
class _417PrimaryKeyMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417PrimaryKeyResultException
class _417PrimaryKeyResultException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417PrimaryKeySizeException
class _417PrimaryKeySizeException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417PrimaryKeySpecException
class _417PrimaryKeySpecException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417RelatedFieldMissingException
class _417RelatedFieldMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417RelatedSchemaMissingException
class _417RelatedSchemaMissingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417RelationCounterException
class _417RelationCounterException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417SqlExecutingException
class _417SqlExecutingException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._417TableCounterException
class _417TableCounterException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500AtomFirstException
class _500AtomFirstException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500ConditionFieldException
class _500ConditionFieldException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500DdlExecuteException
class _500DdlExecuteException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500EmptySQLException
class _500EmptySQLException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500ExcelFileNullException
class _500ExcelFileNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500ExportingErrorException
class _500ExportingErrorException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500NullableAddException
class _500NullableAddException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500NullableAlterException
class _500NullableAlterException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._500TypeAlterException
class _500TypeAlterException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501AnonymousAtomException
class _501AnonymousAtomException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501AoReflectorNullException
class _501AoReflectorNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501AoSentenceNullException
class _501AoSentenceNullException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501ChannelNotImplementException
class _501ChannelNotImplementException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501FabricIssueException
class _501FabricIssueException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501IngestImplementException
class _501IngestImplementException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error._501PinNotFoundException
class _501PinNotFoundException extends io.horizon.exception.WebException implements Serializable -
Exception io.vertx.tp.error.DataSourceException
class DataSourceException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.EventCodexMultiException
class EventCodexMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginOptionException
class PluginOptionException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginSpecificationException
class PluginSpecificationException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.PluginUpException
class PluginUpException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.RpcPreparingException
class RpcPreparingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallDuplicatedException
class WallDuplicatedException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallItemSizeException
class WallItemSizeException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallKeyMissingException
class WallKeyMissingException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallMethodMultiException
class WallMethodMultiException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallProviderConflictException
class WallProviderConflictException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.WallTypeWrongException
class WallTypeWrongException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorConnectException
class XtorConnectException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorExecuteException
class XtorExecuteException extends io.horizon.exception.BootingException implements Serializable -
Exception io.vertx.tp.error.XtorNotReadyException
class XtorNotReadyException extends io.horizon.exception.BootingException implements Serializable
-
-
Package io.vertx.tp.modular.jooq.convert
-
Class io.vertx.tp.modular.jooq.convert.JsonArraySider
class JsonArraySider extends Object implements Serializable -
Class io.vertx.tp.modular.jooq.convert.JsonObjectSider
class JsonObjectSider extends Object implements Serializable
-