MAcc M_ACC
The table DB_ETERNAL.M_ACC.
MAttribute M_ATTRIBUTE
The table DB_ETERNAL.M_ATTRIBUTE.
MEntity M_ENTITY
The table DB_ETERNAL.M_ENTITY.
MField M_FIELD
The table DB_ETERNAL.M_FIELD.
MIndex M_INDEX
The table DB_ETERNAL.M_INDEX.
MJoin M_JOIN
The table DB_ETERNAL.M_JOIN.
MKey M_KEY
The table DB_ETERNAL.M_KEY.
MModel M_MODEL
The table DB_ETERNAL.M_MODEL.
MRelation M_RELATION
The table DB_ETERNAL.M_RELATION.
MTpl M_TPL
The table DB_ETERNAL.M_TPL.
Db DB_ETERNAL
The schema DB_ETERNAL.
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_ACC.KEY. 「key」- 增量记录ID
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_ID
The column DB_ETERNAL.M_ACC.MODEL_ID. 「modelId」- 关联的模型identifier,用于描述
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_KEY
The column DB_ETERNAL.M_ACC.MODEL_KEY. 「modelKey」- 关联的模型记录ID,用于描述哪一个Model中的记录
org.jooq.TableField<R extends org.jooq.Record,T> RECORD_JSON
The column DB_ETERNAL.M_ACC.RECORD_JSON. 「recordJson」- 上一次的记录内容(Json格式)
org.jooq.TableField<R extends org.jooq.Record,T> RECORD_RAW
The column DB_ETERNAL.M_ACC.RECORD_RAW. 「recordRaw」- 上一次的记录的原始内容
org.jooq.TableField<R extends org.jooq.Record,T> RECORD_UNIQUE
The column DB_ETERNAL.M_ACC.RECORD_UNIQUE. 「recordUnique」- 业务标识规则专用Key,可计算获取
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_ACC.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_ACC.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_ACC.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_ACC.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_ACC.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_ACC.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_ACC.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_ACC.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_ATTRIBUTE.KEY. 「key」- 属性ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_ATTRIBUTE.NAME. 「name」- 属性名称
org.jooq.TableField<R extends org.jooq.Record,T> ALIAS
The column DB_ETERNAL.M_ATTRIBUTE.ALIAS. 「alias」- 属性别名(业务名)
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_ATTRIBUTE.TYPE. 「type」- INTERNAL/EXTERNAL/REFERENCE属性
org.jooq.TableField<R extends org.jooq.Record,T> EXPRESSION
The column DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. 「expression」- 表达式
org.jooq.TableField<R extends org.jooq.Record,T> NORMALIZE
The column DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. 「normalize」- 表达式
org.jooq.TableField<R extends org.jooq.Record,T> IN_COMPONENT
The column DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. 「inComponent」- 写入插件
org.jooq.TableField<R extends org.jooq.Record,T> OUT_COMPONENT
The column DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. 「outComponent」- 读取插件
org.jooq.TableField<R extends org.jooq.Record,T> MODEL_ID
The column DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. 「modelId」- 关联的模型ID
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_ATTRIBUTE.COMMENTS. 「comments」- 当前属性的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> SOURCE
The column DB_ETERNAL.M_ATTRIBUTE.SOURCE. 「source」- 关联实体ID
org.jooq.TableField<R extends org.jooq.Record,T> SOURCE_FIELD
The column DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. 「sourceField」- 可选,如果不设置则以name为主
org.jooq.TableField<R extends org.jooq.Record,T> SOURCE_CONFIG
The column DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. 「sourceConfig」- 数据集配置(区分 Array 和 Object)
org.jooq.TableField<R extends org.jooq.Record,T> SOURCE_REFERENCE
The column DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. 「sourceReference」- 引用配置信息( type = REFERENCE)
org.jooq.TableField<R extends org.jooq.Record,T> SOURCE_EXTERNAL
The column DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. 「sourceExternal」- 外部配置信息( type = EXTERNAL )
org.jooq.TableField<R extends org.jooq.Record,T> IS_ARRAY
The column DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. 「isArray」- 是否集合属性,集合属性在导入导出时可用(保留)
org.jooq.TableField<R extends org.jooq.Record,T> IS_REFER
The column DB_ETERNAL.M_ATTRIBUTE.IS_REFER. 「isRefer」- 是否引用属性的主属性,主属性才可拥有 sourceReference 配置,根据 source 有区别
org.jooq.TableField<R extends org.jooq.Record,T> IS_SYNC_IN
The column DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. 「isSyncIn」- 是否同步读
org.jooq.TableField<R extends org.jooq.Record,T> IS_SYNC_OUT
The column DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. 「isSyncOut」- 是否同步写
org.jooq.TableField<R extends org.jooq.Record,T> IS_LOCK
The column DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. 「isLock」- 是否锁定,锁定属性不可删除
org.jooq.TableField<R extends org.jooq.Record,T> IS_TRACK
The column DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. 「isTrack」- 是否实现历史记录,如果是 isTrack 那么启用 ACTIVITY 的变更记录,对应 ITEM
org.jooq.TableField<R extends org.jooq.Record,T> IS_CONFIRM
The column DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. 「isConfirm」- 是否生成待确认变更,只有放在待确认变更中的数据需要生成待确认变更
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_ATTRIBUTE.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_ATTRIBUTE.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_ATTRIBUTE.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_ENTITY.KEY. 「key」- 实体ID
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.M_ENTITY.IDENTIFIER. 「identifier」- 当前实体全局唯一ID
org.jooq.TableField<R extends org.jooq.Record,T> NAMESPACE
The column DB_ETERNAL.M_ENTITY.NAMESPACE. 「namespace」- 当前实体使用的名空间
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_ENTITY.NAME. 「name」- 当前实体的名称
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_ENTITY.TYPE. 「type」- 实体类型:ENTITY/RELATION
org.jooq.TableField<R extends org.jooq.Record,T> TABLE_NAME
The column DB_ETERNAL.M_ENTITY.TABLE_NAME. 「tableName」- 实体对应的数据库表
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_ENTITY.COMMENTS. 「comments」- 数据库表备注
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_ENTITY.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_ENTITY.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_ENTITY.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_ENTITY.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_ENTITY.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_ENTITY.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_ENTITY.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_ENTITY.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_FIELD.KEY. 「key」- 字段ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_FIELD.NAME. 「name」- 属性名(非列)
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_FIELD.TYPE. 「type」- OX核心类型
org.jooq.TableField<R extends org.jooq.Record,T> COLUMN_NAME
The column DB_ETERNAL.M_FIELD.COLUMN_NAME. 「columnName」- 数据库列名
org.jooq.TableField<R extends org.jooq.Record,T> COLUMN_TYPE
The column DB_ETERNAL.M_FIELD.COLUMN_TYPE. 「columnType」- 数据库转换过后的类型
org.jooq.TableField<R extends org.jooq.Record,T> IS_PRIMARY
The column DB_ETERNAL.M_FIELD.IS_PRIMARY. 「isPrimary」- 是否为主键
org.jooq.TableField<R extends org.jooq.Record,T> IS_NULLABLE
The column DB_ETERNAL.M_FIELD.IS_NULLABLE. 「isNullable」- 是否可为空
org.jooq.TableField<R extends org.jooq.Record,T> LENGTH
The column DB_ETERNAL.M_FIELD.LENGTH. 「length」- String类型的长度
org.jooq.TableField<R extends org.jooq.Record,T> PRECISION
The column DB_ETERNAL.M_FIELD.PRECISION. 「precision」- Decimal类型的精度
org.jooq.TableField<R extends org.jooq.Record,T> FORMAT
The column DB_ETERNAL.M_FIELD.FORMAT. 「format」- 当前数据列的格式,String或Date类型
org.jooq.TableField<R extends org.jooq.Record,T> IN_COMPONENT
The column DB_ETERNAL.M_FIELD.IN_COMPONENT. 「inComponent」- 写入插件
org.jooq.TableField<R extends org.jooq.Record,T> OUT_COMPONENT
The column DB_ETERNAL.M_FIELD.OUT_COMPONENT. 「outComponent」- 读取插件
org.jooq.TableField<R extends org.jooq.Record,T> ENTITY_ID
The column DB_ETERNAL.M_FIELD.ENTITY_ID. 「entityId」- 关联的实体ID
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_FIELD.COMMENTS. 「comments」- 当前属性的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_FIELD.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_FIELD.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_FIELD.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_FIELD.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_FIELD.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_FIELD.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_FIELD.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_FIELD.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_INDEX.KEY. 「key」- 索引ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_INDEX.NAME. 「name」- 索引名称
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_INDEX.TYPE. 「type」- 索引类型
org.jooq.TableField<R extends org.jooq.Record,T> CLUSTERED
The column DB_ETERNAL.M_INDEX.CLUSTERED. 「clustered」- 是否聚集索引
org.jooq.TableField<R extends org.jooq.Record,T> COLUMNS
The column DB_ETERNAL.M_INDEX.COLUMNS. 「columns」- JsonArray格式,索引覆盖的列集合
org.jooq.TableField<R extends org.jooq.Record,T> ENTITY_ID
The column DB_ETERNAL.M_INDEX.ENTITY_ID. 「entityId」- 关联的实体ID
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_INDEX.COMMENTS. 「comments」- 当前索引的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_INDEX.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_INDEX.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_INDEX.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_INDEX.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_INDEX.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_INDEX.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_INDEX.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_INDEX.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> MODEL
The column DB_ETERNAL.M_JOIN.MODEL. 「model」- 模型identifier
org.jooq.TableField<R extends org.jooq.Record,T> ENTITY
The column DB_ETERNAL.M_JOIN.ENTITY. 「entity」- 实体identifier
org.jooq.TableField<R extends org.jooq.Record,T> ENTITY_KEY
The column DB_ETERNAL.M_JOIN.ENTITY_KEY. 「entityKey」- 实体主键字段名
org.jooq.TableField<R extends org.jooq.Record,T> PRIORITY
The column DB_ETERNAL.M_JOIN.PRIORITY. 「priority」- 优先级
org.jooq.TableField<R extends org.jooq.Record,T> NAMESPACE
The column DB_ETERNAL.M_JOIN.NAMESPACE. 「namespace」- 名空间(和App绑定的)
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_KEY.KEY. 「key」- 键ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_KEY.NAME. 「name」- 键名称
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_KEY.TYPE. 「type」- 键类型
org.jooq.TableField<R extends org.jooq.Record,T> COLUMNS
The column DB_ETERNAL.M_KEY.COLUMNS. 「columns」- JsonArray格式,键覆盖的列集合
org.jooq.TableField<R extends org.jooq.Record,T> ENTITY_ID
The column DB_ETERNAL.M_KEY.ENTITY_ID. 「entityId」- 关联的实体ID
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_KEY.COMMENTS. 「comments」- 当前属性的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_KEY.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_KEY.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_KEY.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_KEY.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_KEY.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_KEY.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_KEY.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_KEY.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_MODEL.KEY. 「key」- 模型ID
org.jooq.TableField<R extends org.jooq.Record,T> IDENTIFIER
The column DB_ETERNAL.M_MODEL.IDENTIFIER. 「identifier」- 当前模型全局唯一ID
org.jooq.TableField<R extends org.jooq.Record,T> NAMESPACE
The column DB_ETERNAL.M_MODEL.NAMESPACE. 「namespace」- 当前模型使用的名空间
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_MODEL.NAME. 「name」- 当前模型的名称
org.jooq.TableField<R extends org.jooq.Record,T> ALIAS
The column DB_ETERNAL.M_MODEL.ALIAS. 「alias」- 模型别名(业务名)
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_MODEL.TYPE. 「type」- 当前模型的类型信息
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_MODEL.COMMENTS. 「comments」- 当前模型的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY_TREE
The column DB_ETERNAL.M_MODEL.CATEGORY_TREE. 「categoryTree」- 当前模型所属的类型树
org.jooq.TableField<R extends org.jooq.Record,T> CATEGORY_ID
The column DB_ETERNAL.M_MODEL.CATEGORY_ID. 「categoryId」- 关联的类型的ID
org.jooq.TableField<R extends org.jooq.Record,T> RULE_UNIQUE
The column DB_ETERNAL.M_MODEL.RULE_UNIQUE. 「ruleUnique」- 当前模型的标识规则
org.jooq.TableField<R extends org.jooq.Record,T> IS_TRACK
The column DB_ETERNAL.M_MODEL.IS_TRACK. 「isTrack」- 该组件为 track 表示执行 ACTIVITY 的变更监控功能(生成变更历史)
org.jooq.TableField<R extends org.jooq.Record,T> SPIDER
The column DB_ETERNAL.M_MODEL.SPIDER. 「spider」- 主图格式,存储当前模型为起点的图层Json数据,每个模型只有一张
org.jooq.TableField<R extends org.jooq.Record,T> SPIDER_COMPONENT
The column DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. 「spiderComponent」- 在主图格式上存在的插件信息,用于处理主图格式的内容
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_MODEL.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_MODEL.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_MODEL.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_MODEL.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_MODEL.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_MODEL.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_MODEL.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_MODEL.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_RELATION.KEY. 「key」- 关系定义的主键
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_RELATION.TYPE. 「type」- 关系类型 - 来自(字典)
org.jooq.TableField<R extends org.jooq.Record,T> UPSTREAM
The column DB_ETERNAL.M_RELATION.UPSTREAM. 「upstream」- 当前关系是 upstream,表示上级
org.jooq.TableField<R extends org.jooq.Record,T> DOWNSTREAM
The column DB_ETERNAL.M_RELATION.DOWNSTREAM. 「downstream」- 当前关系是 downstream,表示下级
org.jooq.TableField<R extends org.jooq.Record,T> COMMENTS
The column DB_ETERNAL.M_RELATION.COMMENTS. 「comments」- 关系定义的描述信息
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_RELATION.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_RELATION.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_RELATION.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_RELATION.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_RELATION.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_RELATION.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_RELATION.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_RELATION.UPDATED_BY. 「updatedBy」- 更新人
org.jooq.TableField<R extends org.jooq.Record,T> KEY
The column DB_ETERNAL.M_TPL.KEY. 「key」- 模板ID
org.jooq.TableField<R extends org.jooq.Record,T> NAME
The column DB_ETERNAL.M_TPL.NAME. 「name」- 模板名称
org.jooq.TableField<R extends org.jooq.Record,T> CODE
The column DB_ETERNAL.M_TPL.CODE. 「code」- 模板编码
org.jooq.TableField<R extends org.jooq.Record,T> TYPE
The column DB_ETERNAL.M_TPL.TYPE. 「type」- 模板类型
org.jooq.TableField<R extends org.jooq.Record,T> TPL_CATEGORY
The column DB_ETERNAL.M_TPL.TPL_CATEGORY. 「tplCategory」- 分类配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_INTEGRATION
The column DB_ETERNAL.M_TPL.TPL_INTEGRATION. 「tplIntegration」- 集成配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_ACL
The column DB_ETERNAL.M_TPL.TPL_ACL. 「tplAcl」- 安全配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_ACL_VISIT
The column DB_ETERNAL.M_TPL.TPL_ACL_VISIT. 「tplAclVisit」- 资源访问者配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_MODEL
The column DB_ETERNAL.M_TPL.TPL_MODEL. 「tplModel」- 模型配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_ENTITY
The column DB_ETERNAL.M_TPL.TPL_ENTITY. 「tplEntity」- 实体配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_API
The column DB_ETERNAL.M_TPL.TPL_API. 「tplApi」- 接口配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_JOB
The column DB_ETERNAL.M_TPL.TPL_JOB. 「tplJob」- 任务配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_UI
The column DB_ETERNAL.M_TPL.TPL_UI. 「tplUi」- 界面配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_UI_LIST
The column DB_ETERNAL.M_TPL.TPL_UI_LIST. 「tplUiList」- 界面列表配置
org.jooq.TableField<R extends org.jooq.Record,T> TPL_UI_FORM
The column DB_ETERNAL.M_TPL.TPL_UI_FORM. 「tplUiForm」- 界面表单配置
org.jooq.TableField<R extends org.jooq.Record,T> SIGMA
The column DB_ETERNAL.M_TPL.SIGMA. 「sigma」- 统一标识
org.jooq.TableField<R extends org.jooq.Record,T> LANGUAGE
The column DB_ETERNAL.M_TPL.LANGUAGE. 「language」- 使用的语言
org.jooq.TableField<R extends org.jooq.Record,T> ACTIVE
The column DB_ETERNAL.M_TPL.ACTIVE. 「active」- 是否启用
org.jooq.TableField<R extends org.jooq.Record,T> METADATA
The column DB_ETERNAL.M_TPL.METADATA. 「metadata」- 附加配置数据
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_AT
The column DB_ETERNAL.M_TPL.CREATED_AT. 「createdAt」- 创建时间
org.jooq.TableField<R extends org.jooq.Record,T> CREATED_BY
The column DB_ETERNAL.M_TPL.CREATED_BY. 「createdBy」- 创建人
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_AT
The column DB_ETERNAL.M_TPL.UPDATED_AT. 「updatedAt」- 更新时间
org.jooq.TableField<R extends org.jooq.Record,T> UPDATED_BY
The column DB_ETERNAL.M_TPL.UPDATED_BY. 「updatedBy」- 更新人
String key
String modelId
String modelKey
String recordJson
String recordRaw
String recordUnique
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String alias
String type
String expression
String normalize
String inComponent
String outComponent
String modelId
String comments
String source
String sourceField
String sourceConfig
String sourceReference
String sourceExternal
Boolean isArray
Boolean isRefer
Boolean isSyncIn
Boolean isSyncOut
Boolean isLock
Boolean isTrack
Boolean isConfirm
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String identifier
String namespace
String name
String type
String tableName
String comments
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String type
String columnName
String columnType
Boolean isPrimary
Boolean isNullable
Integer length
Integer precision
String format
String inComponent
String outComponent
String entityId
String comments
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String type
Boolean clustered
String columns
String entityId
String comments
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String type
String columns
String entityId
String comments
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String identifier
String namespace
String name
String alias
String type
String comments
String categoryTree
String categoryId
String ruleUnique
Boolean isTrack
String spider
String spiderComponent
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String type
String upstream
String downstream
String comments
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
String key
String name
String code
String type
String tplCategory
String tplIntegration
String tplAcl
String tplAclVisit
String tplModel
String tplEntity
String tplApi
String tplJob
String tplUi
String tplUiList
String tplUiForm
String sigma
String language
Boolean active
String metadata
LocalDateTime createdAt
String createdBy
LocalDateTime updatedAt
String updatedBy
ConcurrentMap<K,V> matrix
Copyright © 2021. All rights reserved.