Serialized Form
-
Package cn.vertxup.atom.domain
-
Class cn.vertxup.atom.domain.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. -
M_TPL
MTpl M_TPL
The tableDB_ETERNAL.M_TPL.
-
-
Class cn.vertxup.atom.domain.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 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 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 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 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 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 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 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 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 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,表示上级
-
-
Class cn.vertxup.atom.domain.tables.MTpl extends org.jooq.impl.TableImpl<MTplRecord> implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ACTIVE
org.jooq.TableField<MTplRecord,Boolean> ACTIVE
The columnDB_ETERNAL.M_TPL.ACTIVE. 「active」- 是否启用 -
CODE
org.jooq.TableField<MTplRecord,String> CODE
The columnDB_ETERNAL.M_TPL.CODE. 「code」- 模板编码 -
CREATED_AT
org.jooq.TableField<MTplRecord,LocalDateTime> CREATED_AT
The columnDB_ETERNAL.M_TPL.CREATED_AT. 「createdAt」- 创建时间 -
CREATED_BY
org.jooq.TableField<MTplRecord,String> CREATED_BY
The columnDB_ETERNAL.M_TPL.CREATED_BY. 「createdBy」- 创建人 -
KEY
org.jooq.TableField<MTplRecord,String> KEY
The columnDB_ETERNAL.M_TPL.KEY. 「key」- 模板ID -
LANGUAGE
org.jooq.TableField<MTplRecord,String> LANGUAGE
The columnDB_ETERNAL.M_TPL.LANGUAGE. 「language」- 使用的语言 -
METADATA
org.jooq.TableField<MTplRecord,String> METADATA
The columnDB_ETERNAL.M_TPL.METADATA. 「metadata」- 附加配置数据 -
NAME
org.jooq.TableField<MTplRecord,String> NAME
The columnDB_ETERNAL.M_TPL.NAME. 「name」- 模板名称 -
SIGMA
org.jooq.TableField<MTplRecord,String> SIGMA
The columnDB_ETERNAL.M_TPL.SIGMA. 「sigma」- 统一标识 -
TPL_ACL
org.jooq.TableField<MTplRecord,String> TPL_ACL
The columnDB_ETERNAL.M_TPL.TPL_ACL. 「tplAcl」- 安全配置 -
TPL_ACL_VISIT
org.jooq.TableField<MTplRecord,String> TPL_ACL_VISIT
The columnDB_ETERNAL.M_TPL.TPL_ACL_VISIT. 「tplAclVisit」- 资源访问者配置 -
TPL_API
org.jooq.TableField<MTplRecord,String> TPL_API
The columnDB_ETERNAL.M_TPL.TPL_API. 「tplApi」- 接口配置 -
TPL_CATEGORY
org.jooq.TableField<MTplRecord,String> TPL_CATEGORY
The columnDB_ETERNAL.M_TPL.TPL_CATEGORY. 「tplCategory」- 分类配置 -
TPL_ENTITY
org.jooq.TableField<MTplRecord,String> TPL_ENTITY
The columnDB_ETERNAL.M_TPL.TPL_ENTITY. 「tplEntity」- 实体配置 -
TPL_INTEGRATION
org.jooq.TableField<MTplRecord,String> TPL_INTEGRATION
The columnDB_ETERNAL.M_TPL.TPL_INTEGRATION. 「tplIntegration」- 集成配置 -
TPL_JOB
org.jooq.TableField<MTplRecord,String> TPL_JOB
The columnDB_ETERNAL.M_TPL.TPL_JOB. 「tplJob」- 任务配置 -
TPL_MODEL
org.jooq.TableField<MTplRecord,String> TPL_MODEL
The columnDB_ETERNAL.M_TPL.TPL_MODEL. 「tplModel」- 模型配置 -
TPL_UI
org.jooq.TableField<MTplRecord,String> TPL_UI
The columnDB_ETERNAL.M_TPL.TPL_UI. 「tplUi」- 界面配置 -
TPL_UI_FORM
org.jooq.TableField<MTplRecord,String> TPL_UI_FORM
The columnDB_ETERNAL.M_TPL.TPL_UI_FORM. 「tplUiForm」- 界面表单配置 -
TPL_UI_LIST
org.jooq.TableField<MTplRecord,String> TPL_UI_LIST
The columnDB_ETERNAL.M_TPL.TPL_UI_LIST. 「tplUiList」- 界面列表配置 -
TYPE
org.jooq.TableField<MTplRecord,String> TYPE
The columnDB_ETERNAL.M_TPL.TYPE. 「type」- 模板类型 -
UPDATED_AT
org.jooq.TableField<MTplRecord,LocalDateTime> UPDATED_AT
The columnDB_ETERNAL.M_TPL.UPDATED_AT. 「updatedAt」- 更新时间 -
UPDATED_BY
org.jooq.TableField<MTplRecord,String> UPDATED_BY
The columnDB_ETERNAL.M_TPL.UPDATED_BY. 「updatedBy」- 更新人
-
-
-
Package cn.vertxup.atom.domain.tables.interfaces
-
Package cn.vertxup.atom.domain.tables.pojos
-
Class cn.vertxup.atom.domain.tables.pojos.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 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 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 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 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 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.pojos.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 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 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
-
-
Class cn.vertxup.atom.domain.tables.pojos.MTpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
active
Boolean active
-
code
String code
-
createdAt
LocalDateTime createdAt
-
createdBy
String createdBy
-
key
String key
-
language
String language
-
metadata
String metadata
-
name
String name
-
sigma
String sigma
-
tplAcl
String tplAcl
-
tplAclVisit
String tplAclVisit
-
tplApi
String tplApi
-
tplCategory
String tplCategory
-
tplEntity
String tplEntity
-
tplIntegration
String tplIntegration
-
tplJob
String tplJob
-
tplModel
String tplModel
-
tplUi
String tplUi
-
tplUiForm
String tplUiForm
-
tplUiList
String tplUiList
-
type
String type
-
updatedAt
LocalDateTime updatedAt
-
updatedBy
String updatedBy
-
-
-
Package cn.vertxup.atom.domain.tables.records
-
Class cn.vertxup.atom.domain.tables.records.MAccRecord extends org.jooq.impl.UpdatableRecordImpl<MAccRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MAttributeRecord extends org.jooq.impl.UpdatableRecordImpl<MAttributeRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MEntityRecord extends org.jooq.impl.UpdatableRecordImpl<MEntityRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MFieldRecord extends org.jooq.impl.UpdatableRecordImpl<MFieldRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MIndexRecord extends org.jooq.impl.UpdatableRecordImpl<MIndexRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MJoinRecord extends org.jooq.impl.UpdatableRecordImpl<MJoinRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MKeyRecord extends org.jooq.impl.UpdatableRecordImpl<MKeyRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MModelRecord extends org.jooq.impl.UpdatableRecordImpl<MModelRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MRelationRecord extends org.jooq.impl.UpdatableRecordImpl<MRelationRecord> implements Serializable
- serialVersionUID:
- 1L
-
Class cn.vertxup.atom.domain.tables.records.MTplRecord extends org.jooq.impl.UpdatableRecordImpl<MTplRecord> implements Serializable
- serialVersionUID:
- 1L
-
-
Package io.vertx.tp.atom.modeling
-
Package io.vertx.tp.atom.modeling.config
-
Class io.vertx.tp.atom.modeling.config.AoAttribute extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.config.AoRule extends Object implements Serializable
-
-
Package io.vertx.tp.atom.modeling.data
-
Class io.vertx.tp.atom.modeling.data.DataEvent extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.data.DataRecord extends ActiveRecord implements Serializable
-
-
Package io.vertx.tp.atom.modeling.element
-
Class io.vertx.tp.atom.modeling.element.DataKey extends Object implements Serializable
-
Serialized Fields
-
matrix
ConcurrentMap<String,DataMatrix> matrix
-
-
-
Class io.vertx.tp.atom.modeling.element.DataMatrix extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.element.DataRow extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.element.DataTpl extends Object implements Serializable
-
-
Package io.vertx.tp.atom.modeling.reference
-
Class io.vertx.tp.atom.modeling.reference.RQuery extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.reference.RQuote extends Object implements Serializable
-
Class io.vertx.tp.atom.modeling.reference.RResult extends Object implements Serializable
-
-
Package io.vertx.tp.error
-
Class io.vertx.tp.error._400ExcelAppConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._400ExcelTplErrorException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._400FileRequiredException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._400KeyLengthException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._400TrackingErrorException extends io.vertx.up.exception.WebException implements Serializable
-
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._404ModelNotFoundException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._404RecordMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409CodeUnsupportException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._409IdentifierConflictException 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._409ReferenceDaoException 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._409UniqueConstraintException 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._417ConditionEmptyException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417ConditionWhereException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417DataAtomNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417DataEmptyException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417DataRowNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417DataTransactionException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417DataUnexpectException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417EventTypeConflictException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417PrimaryAttrWrongException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417PrimaryKeyMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417PrimaryKeyResultException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417PrimaryKeySizeException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417PrimaryKeySpecException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417RelatedFieldMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417RelatedSchemaMissingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417RelationCounterException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417SqlExecutingException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._417TableCounterException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500AtomFirstException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ConditionFieldException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500DdlExecuteException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500EmptySQLException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500ExcelFileNullException 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._500NullableAddException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500NullableAlterException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._500TypeAlterException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501AnonymousAtomException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501AoReflectorNullException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501AoSentenceNullException 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._501FabricIssueException extends io.vertx.up.exception.WebException implements Serializable
-
Class io.vertx.tp.error._501IngestImplementException 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._501PinNotFoundException 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.modular.jooq.convert
-
Class io.vertx.tp.modular.jooq.convert.JsonArraySider extends Object implements Serializable
-
Class io.vertx.tp.modular.jooq.convert.JsonObjectSider extends Object implements Serializable
-
-
Package io.vertx.tp.optic
-
Package io.vertx.tp.optic.modeling
-
Class io.vertx.tp.optic.modeling.JsonModel extends Object implements Serializable
-
Class io.vertx.tp.optic.modeling.JsonSchema extends Object implements Serializable
-