A B C D E F G H I J K L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAdjuster - Class in io.vertx.tp.modular.change
- AbstractAdjuster(Class<?>) - Constructor for class io.vertx.tp.modular.change.AbstractAdjuster
- AbstractBuilder - Class in io.vertx.tp.modular.metadata
- AbstractBuilder(AoConnection) - Constructor for class io.vertx.tp.modular.metadata.AbstractBuilder
- AbstractDao - Class in io.vertx.tp.modular.dao
-
数据库核心操作,操作名称命名为: 同步:operation 异步:operationAsync 针对所有的数据库操作统一处理
- AbstractDao(AoConnection) - Constructor for class io.vertx.tp.modular.dao.AbstractDao
- AbstractIo - Class in io.vertx.tp.modular.io
- AbstractIo() - Constructor for class io.vertx.tp.modular.io.AbstractIo
- AbstractRay<T> - Class in io.vertx.tp.modular.reference
-
## Abstract Reference Processor ### 1.
- AbstractRay() - Constructor for class io.vertx.tp.modular.reference.AbstractRay
- AbstractReflector - Class in io.vertx.tp.modular.metadata
- AbstractReflector(AoConnection) - Constructor for class io.vertx.tp.modular.metadata.AbstractReflector
- AbstractSentence - Class in io.vertx.tp.modular.metadata
- AbstractSentence(Database) - Constructor for class io.vertx.tp.modular.metadata.AbstractSentence
- AbstractUtil<T extends AoBinder> - Class in io.vertx.tp.modular.dao.internal
-
抽象工具类
- AbstractUtil() - Constructor for class io.vertx.tp.modular.dao.internal.AbstractUtil
- ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.ACTIVE. - ACTIVE - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.ACTIVE. - add(MAttribute, AoAttribute) - Method in class io.vertx.tp.atom.modeling.reference.RQuote
-
「Fluent」Add new attribute in current Quote instance.
- add(MField, MAttribute) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- add(MField, MAttribute, Object) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- add(JsonArray) - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- add(JsonObject) - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- ADD - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
1.添加关键字
- adjuster() - Static method in class io.vertx.tp.atom.refine.Ao
- adjuster(String) - Static method in class io.vertx.tp.atom.refine.Ao
- Adjuster - Interface in io.vertx.tp.modular.change
- after(Kv<String, Object>) - Method in interface io.vertx.tp.modular.plugin.OExpression
- after(Kv<String, Object>, Record, JsonObject) - Method in interface io.vertx.tp.modular.plugin.OComponent
- afterAsync(JsonArray, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AfterPlugin
- afterAsync(JsonArray, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- afterAsync(JsonObject, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AfterPlugin
- afterAsync(JsonObject, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- AfterPlugin - Interface in io.vertx.tp.optic.plugin
- alias() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
返回 name = alias
- ALIAS - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - ALIAS - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.ALIAS. - ALTER - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
3.更改关键字
- AND - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
1.AND
- Ao - Class in io.vertx.tp.atom.refine
- Ao() - Constructor for class io.vertx.tp.atom.refine.Ao
- Ao.Path - Interface in io.vertx.tp.atom.refine
- AoAttribute - Class in io.vertx.tp.atom.modeling.config
-
## 「Pojo」SourceConfig ### 1.
- AoAttribute(MAttribute, MField) - Constructor for class io.vertx.tp.atom.modeling.config.AoAttribute
-
Create new AoService
- AoBinder<T extends AoBinder> - Interface in io.vertx.tp.modular.dao.internal
-
绑定接口 写数据:Partakor
- AoBuilder - Interface in io.vertx.tp.modular.metadata
-
用于创建表以及更新表专用的发布器,Origin X中只带了抽象层的内容,它主要负责下边工作 1.
- AoCache - Interface in io.vertx.tp.atom.cv
- AoConfig - Class in io.vertx.tp.atom.modeling.config
- AoConfig() - Constructor for class io.vertx.tp.atom.modeling.config.AoConfig
- AoConnection - Interface in io.vertx.tp.modular.jdbc
-
连接数据库专用类,检查连接,读取连接信息 业务数据的底层接口使用了 OxConnection中的内容,由于这部分内容使用了SQL标准化,所以连接的信息不依赖底层数据库种类。 实现类:cn.vertxup.tp.modular.jdbc.DataConnection,主要负责一些SQL语句的CRUD操作,以及带有聚集的复杂聚集操作; 和 vie一样,连接本身面向数据库,所以和上层的 Record 不相干,由于取消了 Value / DataType 的最底层接口(实际看来很繁琐), 直接使用了Java语言中的核心内容,于是底层的 CRUD 就等价于 Connection + JqTool Engine的双组件结构。
- AoDao - Interface in io.vertx.tp.modular.dao
-
数据库访问器
- AoDefault - Interface in io.vertx.tp.modular.apply
-
包内工具,设置读取的Json数据的默认值
- AoFile - Interface in io.vertx.tp.modular.file
-
初始化数据之前读取OOB数据包的专用接口,提供应用程序名称用于针对单个应用执行 OOB 数据包的复制,生成最终的数据包内容。
- AoFolder - Interface in io.vertx.tp.atom.cv
- AoId - Interface in io.vertx.tp.modular.id
-
主键专用处理器
- AoIo - Interface in io.vertx.tp.modular.io
- AoModeler - Interface in io.vertx.tp.modular.phantom
-
使用继承模式,方便做名字上的区分 Refine负责初始化的时候数据导入 Modeler负责在执行业务流程时的元数据读取
- AoMsg - Interface in io.vertx.tp.atom.cv
- AoPerformer - Interface in io.vertx.tp.modular.phantom
-
元数据仓库专用读取器
- AoPin - Class in io.vertx.tp.atom.init
- AoPin() - Constructor for class io.vertx.tp.atom.init.AoPin
- AoRay<T> - Interface in io.vertx.tp.modular.reference
-
## Reference Processor ( Ray ) ### 1.
- AoRefine - Interface in io.vertx.tp.optic.ambient
- AoReflector - Interface in io.vertx.tp.modular.metadata
-
反向生成器 当执行模型更新时,需要根据现有数据库中的元数据信息执行更新操作,所以需要反向读取数据库中的信息 包括表、字段、键、约束、索引等。
- AoRule - Class in io.vertx.tp.atom.modeling.config
-
## 「Pojo」QRule Definition Object ### 1.
- AoRule() - Constructor for class io.vertx.tp.atom.modeling.config.AoRule
- AoSentence - Interface in io.vertx.tp.modular.metadata
-
语句构造器专用接口,用于构造不同的SQL语句专用组件,且不同的数据库构造SQL语句的方式不一样
- AoTable - Interface in io.vertx.tp.atom.cv
- AoVerifier - Interface in io.vertx.tp.modular.metadata
- appendConsole(StringBuilder) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- appendConsole(StringBuilder) - Method in class io.vertx.tp.atom.modeling.element.DataRow
- appendConsole(StringBuilder) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- appendData(StringBuilder, Integer) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- ApplicationInitializer - Class in io.vertx.tp.optic.ambient
- ApplicationInitializer() - Constructor for class io.vertx.tp.optic.ambient.ApplicationInitializer
- apply() - Method in class io.vertx.tp.optic.ambient.ApplicationInitializer
- apply(JsonObject) - Static method in interface io.vertx.tp.modular.apply.AoDefault
- apply(JsonObject, String, T) - Static method in interface io.vertx.tp.modular.apply.AoDefault
- applyJson(JsonObject) - Method in interface io.vertx.tp.modular.apply.AoDefault
-
为Json Object设置默认值
- argBatch(List<DataRow>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- argSet(DataMatrix, BiFunction<Field, Object, T>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- as(String) - Method in class cn.vertxup.atom.domain.tables.MAcc
- as(String) - Method in class cn.vertxup.atom.domain.tables.MAttribute
- as(String) - Method in class cn.vertxup.atom.domain.tables.MEntity
- as(String) - Method in class cn.vertxup.atom.domain.tables.MField
- as(String) - Method in class cn.vertxup.atom.domain.tables.MIndex
- as(String) - Method in class cn.vertxup.atom.domain.tables.MJoin
- as(String) - Method in class cn.vertxup.atom.domain.tables.MKey
- as(String) - Method in class cn.vertxup.atom.domain.tables.MModel
- as(String) - Method in class cn.vertxup.atom.domain.tables.MRelation
- as(String) - Method in class cn.vertxup.atom.domain.tables.MTpl
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MAcc
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MAttribute
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MEntity
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MField
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MIndex
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MJoin
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MKey
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MModel
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MRelation
- as(Name) - Method in class cn.vertxup.atom.domain.tables.MTpl
- AS - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
5.AS
- ASC - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
6.ASC
- AspectPlugin - Interface in io.vertx.tp.optic.plugin
- ATBA_COLUMN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- ATBA_CONSTRAINT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- ATBD_COLUMN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- ATBD_CONSTRAINT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- ATBM_COLUMN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- ATBR_COLUMN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- atom - Variable in class io.vertx.tp.modular.dao.internal.AbstractUtil
- atom() - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- atom() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- atom() - Method in class io.vertx.tp.atom.modeling.reference.RDao
- atom(JsonArray, DataAtom) - Method in interface io.vertx.tp.optic.robin.Switcher
- atom(JsonObject, DataAtom) - Method in interface io.vertx.tp.optic.robin.Switcher
- atom(String) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- AtomVsExtension - Class in io.vertx.tp.modular.change
- AtomVsExtension() - Constructor for class io.vertx.tp.modular.change.AtomVsExtension
- attribute() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- attribute() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- attribute(String) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- attribute(String) - Method in interface io.vertx.tp.atom.modeling.Model
- attribute(String) - Method in class io.vertx.tp.optic.modeling.JsonModel
- ATTRIBUTE - Static variable in interface io.vertx.tp.atom.cv.AoTable
- attributeNames() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
返回当前 Model 中的所有属性集
- AttributeType - Enum in io.vertx.tp.atom.cv.em
-
## Model for Attribute ### 1.
- AVG - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Aggregate
-
4.求平均值
B
- BATCH - io.vertx.tp.atom.cv.em.EventType
- before(Kv<String, Object>) - Method in interface io.vertx.tp.modular.plugin.INormalizer
- before(Kv<String, Object>, Record, JsonObject) - Method in interface io.vertx.tp.modular.plugin.IComponent
- beforeAsync(JsonArray, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- beforeAsync(JsonArray, JsonObject) - Method in interface io.vertx.tp.optic.plugin.BeforePlugin
- beforeAsync(JsonObject, JsonObject) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- beforeAsync(JsonObject, JsonObject) - Method in interface io.vertx.tp.optic.plugin.BeforePlugin
- BeforePlugin - Interface in io.vertx.tp.optic.plugin
- bind(DataAtom) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- bind(DataAtom) - Method in interface io.vertx.tp.optic.plugin.DataPlugin
- bind(RDao) - Method in class io.vertx.tp.atom.modeling.reference.RQuery
- bind(KJoin) - Method in class io.vertx.tp.atom.modeling.reference.RDao
- bind(AoSentence) - Method in class io.vertx.tp.modular.jooq.JQEngine
- bind(AoSentence) - Method in interface io.vertx.tp.modular.query.Ingest
- bind(Database) - Method in interface io.vertx.tp.modular.acc.Rise
- bind(DiFabric) - Method in interface io.vertx.tp.optic.plugin.AspectPlugin
- bind(DiFabric) - Method in interface io.vertx.tp.optic.plugin.DataPlugin
- bind(List<Kv<String, String>>) - Method in class io.vertx.tp.atom.modeling.reference.RQuery
- bind(Set<Schema>) - Method in class io.vertx.tp.optic.modeling.JsonModel
- bindDirect(Set<Schema>) - Method in class io.vertx.tp.optic.modeling.JsonModel
- Bindings - Class in cn.vertxup.atom.domain.tables.converters
- Bindings() - Constructor for class cn.vertxup.atom.domain.tables.converters.Bindings
- build() - Method in class io.vertx.tp.modular.file.excel.ExModello
- build(Set<Schema>) - Method in class io.vertx.tp.modular.file.excel.ExAnalyzer
- buildAddColumn(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildAddConstraint(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildAlterColumn(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildCreateTable(String, List<String>) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildDropColumn(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildDropConstraint(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildDropRenameColumn(String, String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildDropTable(String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildInsert(String, Collection<String>, char) - Method in class io.vertx.tp.modular.sql.SqlDMLBuilder
-
构造 INSERT 语句 INSERT INTO TABLE (COLUMN1,COLUMN2,...) VALUES (?,?,...)
- buildNullSQL(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildRenameTable(String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildRowsSQL(String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- buildUniqueSQL(String, String) - Method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- BY - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
7.BY
C
- CATEGORY_ID - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.CATEGORY_ID. - CATEGORY_TREE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - checkFieldType(MField, ConcurrentMap<String, Object>) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- checkFieldType(MField, ConcurrentMap<String, Object>) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- CheckResult - Enum in io.vertx.tp.atom.cv.em
- cleanDataAtom(String) - Method in class cn.vertxup.atom.service.DataService
- cleanDataAtom(String) - Method in interface cn.vertxup.atom.service.DataStub
- clearRows() - Method in class io.vertx.tp.modular.io.AbstractIo
- clearRows() - Method in interface io.vertx.tp.modular.io.AoIo
- CLUSTERED - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.CLUSTERED. - cn.vertxup.atom.domain - package cn.vertxup.atom.domain
- cn.vertxup.atom.domain.tables - package cn.vertxup.atom.domain.tables
- cn.vertxup.atom.domain.tables.converters - package cn.vertxup.atom.domain.tables.converters
- cn.vertxup.atom.domain.tables.daos - package cn.vertxup.atom.domain.tables.daos
- cn.vertxup.atom.domain.tables.interfaces - package cn.vertxup.atom.domain.tables.interfaces
- cn.vertxup.atom.domain.tables.pojos - package cn.vertxup.atom.domain.tables.pojos
- cn.vertxup.atom.domain.tables.records - package cn.vertxup.atom.domain.tables.records
- cn.vertxup.atom.service - package cn.vertxup.atom.service
- CODE - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.CODE. - COLLECTION - io.vertx.tp.atom.cv.em.IdMode
- column(String) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- COLUMN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
2.数据列关键字
- COLUMN_NAME - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.COLUMN_NAME. - COLUMN_TYPE - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - columnAdd(String, MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- columnAdd(String, MField) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- columnAlter(String, MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- columnAlter(String, MField) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- columnDdl(String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- columnDrop(String, String) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- columnDrop(String, String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- columnDropRename(String, String, String, String) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- columnDropRename(String, String, String, String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- COLUMNS - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.COLUMNS. - COLUMNS - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.COLUMNS. - columnType(MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- columnType(MField) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- combine() - Static method in interface io.vertx.tp.optic.ambient.AoRefine
- combineNewName(String) - Static method in class io.vertx.tp.modular.sql.SqlDDLConstant
- COMMENT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
10.COMMENT
- COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.COMMENTS. - COMMENTS - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.COMMENTS. - CommonVerifier - Class in io.vertx.tp.modular.metadata
- CommonVerifier(AoConnection, AoSentence) - Constructor for class io.vertx.tp.modular.metadata.CommonVerifier
- compare(MField, MField) - Method in class io.vertx.tp.modular.metadata.FieldComparator
-
排序不能返回0
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component1() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component10() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component11() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component12() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component13() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component14() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component15() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component15() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component15() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component15() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component16() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component16() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component17() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component17() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component18() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component18() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component19() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component19() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component2() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component20() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component20() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component21() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component21() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component22() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component3() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component4() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component5() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component6() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component7() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component8() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- component9() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- condition(Record) - Method in class io.vertx.tp.atom.modeling.config.AoRule
-
Build criteria condition based on data record.
- condition(Record[]) - Method in class io.vertx.tp.atom.modeling.config.AoRule
-
Build criteria condition based on data records.
- CONFIG_FILE - Static variable in interface io.vertx.tp.atom.cv.AoFolder
- configIn() - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- configOut() - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- conn - Variable in class io.vertx.tp.modular.dao.AbstractDao
- conn - Variable in class io.vertx.tp.modular.metadata.AbstractBuilder
- connect(Record, ConcurrentMap<String, DataMatrix>, ConcurrentMap<String, DataMatrix>, Set<MJoin>) - Method in interface io.vertx.tp.modular.id.AoId
- connect(Record, ConcurrentMap<String, DataMatrix>, ConcurrentMap<String, DataMatrix>, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- connection - Variable in class io.vertx.tp.modular.dao.internal.AbstractUtil
- connection - Variable in class io.vertx.tp.modular.metadata.AbstractReflector
- consoleAll() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- CONSTRAING_FK - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- CONSTRAINT_PK - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- CONSTRAINT_UK - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- constraintAdd(String, MKey) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- constraintAdd(String, MKey) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- constraintDrop(String, String) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- constraintDrop(String, String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- CONSTRANT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
5.约束
- converter(Class<?>) - Static method in class io.vertx.tp.atom.refine.Ao
- Converters - Class in cn.vertxup.atom.domain.tables.converters
- Converters() - Constructor for class cn.vertxup.atom.domain.tables.converters.Converters
- copy() - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- count(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- count(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- count(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- count(String) - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- count(String) - Method in class io.vertx.tp.modular.jdbc.DataConnection
- COUNT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Aggregate
-
0.统计函数
- countAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- countAsync(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- countAsync(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- create() - Static method in class io.vertx.tp.atom.modeling.element.DataMatrix
- create() - Static method in class io.vertx.tp.atom.modeling.element.DataTpl
- create() - Static method in class io.vertx.tp.modular.dao.internal.UAggr
- create() - Static method in class io.vertx.tp.modular.dao.internal.UFlush
- create() - Static method in class io.vertx.tp.modular.dao.internal.UList
- create() - Static method in class io.vertx.tp.modular.dao.internal.USearch
- create() - Static method in class io.vertx.tp.modular.dao.internal.UUnique
- create() - Static method in class io.vertx.tp.modular.sql.SqlDDLBuilder
- create() - Static method in class io.vertx.tp.modular.sql.SqlDDLProvider
- create() - Static method in class io.vertx.tp.modular.sql.SqlDMLBuilder
- create(EventType) - Static method in interface io.vertx.tp.modular.io.AoIo
- create(ModelType) - Static method in interface io.vertx.tp.modular.query.Ingest
- create(DataAtom) - Static method in class io.vertx.tp.atom.modeling.data.DataGroup
- create(DataAtom, AoSentence) - Static method in class io.vertx.tp.atom.modeling.data.DataEvent
- create(Database) - Static method in class io.vertx.tp.modular.sql.SqlTypeProvider
- create(String) - Static method in class io.vertx.tp.atom.modeling.element.DataKey
- create(String) - Static method in class io.vertx.tp.modular.file.excel.ExAnalyzer
- create(String, String) - Static method in class io.vertx.tp.atom.modeling.reference.RQuote
-
The factory method to create new instance.
- create(Set<String>) - Static method in class io.vertx.tp.modular.file.excel.ExModello
- create(DSLContext) - Static method in class io.vertx.tp.modular.jooq.JQEngine
- CREATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
0.创建对象
- CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.CREATED_AT. - CREATED_AT - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.CREATED_AT. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.CREATED_BY. - CREATED_BY - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.CREATED_BY. - createNew() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- criteria(Criteria) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
D
- dao(String) - Method in class io.vertx.tp.atom.modeling.reference.RQuote
- data() - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- DATA_ATOM - Static variable in interface io.vertx.tp.atom.cv.AoMsg
- DATA_MATRIX - Static variable in interface io.vertx.tp.atom.cv.AoMsg
- DATA_SET - Static variable in interface io.vertx.tp.atom.cv.AoMsg
- dataA() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- dataAAsync() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- DataAtom - Class in io.vertx.tp.atom.modeling.data
-
内部使用的元数据分析工具,提供 当前 DataRecord的专用 辅助工具,核心元数据处理工厂
- database - Variable in class io.vertx.tp.modular.metadata.AbstractSentence
- DATABASE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
0.数据库关键字
- DataConnection - Class in io.vertx.tp.modular.jdbc
- DataConnection(Database) - Constructor for class io.vertx.tp.modular.jdbc.DataConnection
- DataEvent - Class in io.vertx.tp.atom.modeling.data
- DataGroup - Class in io.vertx.tp.atom.modeling.data
- DataKey - Class in io.vertx.tp.atom.modeling.element
-
一个模型中的唯一标识,根据主键属性计算出来的内容
- DataMatrix - Class in io.vertx.tp.atom.modeling.element
-
每个项的矩阵信息,里面包含了几部分内容 表名:tableName 列名:columnName 属性名:attributeName 输入值:value 类型:type(用于后期设置特殊参数专用) 这里为什么使用属性名,而不是使用字段名,原因: 1.
- dataP() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- dataPAsync() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- DataPlugin<T> - Interface in io.vertx.tp.optic.plugin
- dataR() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- dataRAsync() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- DataRecord - Class in io.vertx.tp.atom.modeling.data
- DataRecord() - Constructor for class io.vertx.tp.atom.modeling.data.DataRecord
- dataRow() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- DataRow - Class in io.vertx.tp.atom.modeling.element
-
## DataRow ### 1.
- DataRow(DataTpl) - Constructor for class io.vertx.tp.atom.modeling.element.DataRow
- dataRows() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- DataService - Class in cn.vertxup.atom.service
- DataService() - Constructor for class cn.vertxup.atom.service.DataService
- DataStub - Interface in cn.vertxup.atom.service
- DataTpl - Class in io.vertx.tp.atom.modeling.element
- Db - Class in cn.vertxup.atom.domain
-
This class is generated by jOOQ.
- DB_ETERNAL - Static variable in class cn.vertxup.atom.domain.Db
-
The reference instance of
DB_ETERNAL - DB_ETERNAL - Variable in class cn.vertxup.atom.domain.DefaultCatalog
-
The schema
DB_ETERNAL. - dbAttribute(String) - Method in interface io.vertx.tp.atom.modeling.Model
- dbAttribute(String) - Method in class io.vertx.tp.optic.modeling.JsonModel
- dbAttributes() - Method in interface io.vertx.tp.atom.modeling.Model
- dbAttributes() - Method in class io.vertx.tp.optic.modeling.JsonModel
- dbJoins() - Method in interface io.vertx.tp.atom.modeling.Model
- dbJoins() - Method in class io.vertx.tp.optic.modeling.JsonModel
- dbModel() - Method in interface io.vertx.tp.atom.modeling.Model
- dbModel() - Method in class io.vertx.tp.optic.modeling.JsonModel
- debugAtom(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- debugUca(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- declaredFields() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- DEFAULT_CATALOG - Static variable in class cn.vertxup.atom.domain.DefaultCatalog
-
The reference instance of
DEFAULT_CATALOG - DefaultCatalog - Class in cn.vertxup.atom.domain
-
This class is generated by jOOQ.
- defineColumn(MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- defineSuffix(MField, String) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- delete(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- delete(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- delete(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- delete(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- delete(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- DELETE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
3.删除关键字
- deleteAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- deleteAsync(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- deleteAsync(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- deleteAsync(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- deleteAsync(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- deleteBatch(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- deleteBatchAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- DESC - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
7.DESC
- diffPull(JsonArray, JsonArray, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- diffPull(JsonObject, JsonObject, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- diffPull(Apt, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- diffPure(JsonArray, JsonArray, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- diffPure(JsonObject, JsonObject, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- diffPure(Apt, DataAtom, Set<String>) - Static method in class io.vertx.tp.atom.refine.Ao
- DIRECT - io.vertx.tp.atom.cv.em.IdMode
- DIRECT - io.vertx.tp.atom.cv.em.ModelType
- DISTINCT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
8.DISTINCT 去重
- doRay(T) - Method in class io.vertx.tp.modular.reference.AbstractRay
-
This method will modify the input
Recordelement(s). - doRay(T) - Method in interface io.vertx.tp.modular.reference.AoRay
-
This method will modify the input
Recordelement(s). - doRayAsync(T) - Method in class io.vertx.tp.modular.reference.AbstractRay
- doRayAsync(T) - Method in interface io.vertx.tp.modular.reference.AoRay
- DOWNSTREAM - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.DOWNSTREAM. - DROP - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
2.删除对象关键字
E
- entity() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- entity() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- ENTITY - io.vertx.tp.atom.cv.em.EntityType
- ENTITY - Variable in class cn.vertxup.atom.domain.tables.MJoin
-
The column
DB_ETERNAL.M_JOIN.ENTITY. - ENTITY - Static variable in interface io.vertx.tp.atom.cv.AoTable
- ENTITY_ID - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.ENTITY_ID. - ENTITY_ID - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.ENTITY_ID. - ENTITY_ID - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.ENTITY_ID. - ENTITY_KEY - Variable in class cn.vertxup.atom.domain.tables.MJoin
-
The column
DB_ETERNAL.M_JOIN.ENTITY_KEY. - EntityType - Enum in io.vertx.tp.atom.cv.em
- EQ - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
5.等于 =
- equals(Object) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- equals(Object) - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- equals(Object) - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- equals(Object) - Method in class io.vertx.tp.atom.modeling.element.DataRow
- equals(Object) - Method in class io.vertx.tp.atom.modeling.reference.RDao
- equals(Object) - Method in class io.vertx.tp.optic.modeling.JsonModel
- equals(Object) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- event() - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- events() - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- EventType - Enum in io.vertx.tp.atom.cv.em
- ExAnalyzer - Class in io.vertx.tp.modular.file.excel
-
Excel模型分析器,用于分析Excel模板 1.
- ExcelReader - Class in io.vertx.tp.modular.file
- ExcelReader() - Constructor for class io.vertx.tp.modular.file.ExcelReader
- ExcelReader(String) - Constructor for class io.vertx.tp.modular.file.ExcelReader
- exec(Record) - Method in class io.vertx.tp.modular.reference.RaySingle
-
Critical code logical
- exec(Record[]) - Method in class io.vertx.tp.modular.reference.RayBatch
-
Critical code logical
- exec(T) - Method in class io.vertx.tp.modular.reference.AbstractRay
-
This method must be inherit by all sub-classes, it provide reference data mounting.
- execAsync(Record) - Method in class io.vertx.tp.modular.reference.RaySingle
- execAsync(Record[]) - Method in class io.vertx.tp.modular.reference.RayBatch
- execAsync(T) - Method in class io.vertx.tp.modular.reference.AbstractRay
- execute(String) - Method in class io.vertx.tp.modular.dao.AbstractDao
- execute(String) - Method in interface io.vertx.tp.modular.dao.AoDao
-
SQL语句直接执行,返回影响的行
- execute(String) - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- execute(String) - Method in class io.vertx.tp.modular.jdbc.DataConnection
- executor(JsonObject) - Method in interface io.vertx.tp.modular.phantom.AoModeler
- exist(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- existAsync(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- existing(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- existingAsync(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- ExModello - Class in io.vertx.tp.modular.file.excel
-
Excel 模型分析器,用于分析Excel模板 1.
- expectTable(String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- EXPRESSION - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - EXTERNAL - io.vertx.tp.atom.cv.em.AttributeType
F
- FAILED - io.vertx.tp.atom.cv.em.CheckResult
- failure(WebException) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- falseConfirm() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- falseIn() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- falseOut() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- falseTrack() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- fetch(JsonObject) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchAll() - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchAll() - Method in class io.vertx.tp.modular.dao.internal.UList
- fetchAll(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchAllAsync() - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchAllAsync() - Method in class io.vertx.tp.modular.dao.internal.UList
- fetchAllAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchAsync(JsonObject) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchBatch(JsonObject, DataAtom) - Method in interface io.vertx.tp.modular.acc.Rise
- fetchBy(JsonObject) - Method in class io.vertx.tp.atom.modeling.reference.RDao
- fetchBy(Object) - Method in class io.vertx.tp.atom.modeling.reference.RQuery
- fetchByAsync(JsonObject) - Method in class io.vertx.tp.atom.modeling.reference.RDao
- fetchById(ID) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchById(ID) - Method in class io.vertx.tp.modular.dao.internal.UUnique
- fetchById(ID...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchById(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchByIdAsync(ID) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchByIdAsync(ID) - Method in class io.vertx.tp.modular.dao.internal.UUnique
- fetchByIdAsync(ID...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchByIdAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchByIds(ID...) - Method in class io.vertx.tp.modular.dao.internal.UList
- fetchByIds(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchByIdsAsync(ID...) - Method in class io.vertx.tp.modular.dao.internal.UList
- fetchByIdsAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchModel(String) - Method in interface io.vertx.tp.modular.phantom.AoPerformer
- fetchModel(String) - Method in class io.vertx.tp.modular.phantom.ModelPerformer
- fetchModelAsync(String) - Method in interface io.vertx.tp.modular.phantom.AoPerformer
-
根据identifier读取Model模型数据(AsyncFlow / Sync)
- fetchModelAsync(String) - Method in class io.vertx.tp.modular.phantom.ModelPerformer
- fetchModelsAsync() - Method in interface io.vertx.tp.modular.phantom.AoPerformer
-
读取当前应用下所有的Model模型数据
- fetchModelsAsync() - Method in class io.vertx.tp.modular.phantom.ModelPerformer
- fetchOne(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchOne(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchOne(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UUnique
- fetchOneAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- fetchOneAsync(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- fetchOneAsync(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UUnique
- fetchQuery(JsonArray) - Method in class io.vertx.tp.atom.modeling.reference.RQuery
- field() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- field() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- FIELD - Static variable in interface io.vertx.tp.atom.cv.AoTable
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field1() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field10() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field11() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field12() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field13() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field14() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field15() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field15() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field15() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field15() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field16() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field16() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field17() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field17() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field18() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field18() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field19() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field19() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field2() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field20() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field20() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field21() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field21() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field22() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field3() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field4() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field5() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field6() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field7() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field8() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- field9() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- FieldComparator - Class in io.vertx.tp.modular.metadata
- FieldComparator() - Constructor for class io.vertx.tp.modular.metadata.FieldComparator
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MAcc
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MEntity
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MField
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MIndex
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MJoin
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MKey
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MModel
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.MRelation
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- fieldsRow() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- file() - Method in class io.vertx.tp.optic.modeling.JsonModel
- file() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- FileReader - Class in io.vertx.tp.modular.file
-
读取目录 runtime 下的 Model 和 Entity 相关定义文件 1.
- FileReader() - Constructor for class io.vertx.tp.modular.file.FileReader
- findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
ACTIVE IN (values)asynchronously - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByActive(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
ACTIVE IN (values)asynchronously limited by the given limit - findManyByAlias(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
ALIAS IN (values)asynchronously - findManyByAlias(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
ALIAS IN (values)asynchronously - findManyByAlias(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
ALIAS IN (values)asynchronously limited by the given limit - findManyByAlias(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
ALIAS IN (values)asynchronously limited by the given limit - findManyByCategoryId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CATEGORY_ID IN (values)asynchronously - findManyByCategoryId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CATEGORY_ID IN (values)asynchronously limited by the given limit - findManyByCategoryTree(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CATEGORY_TREE IN (values)asynchronously - findManyByCategoryTree(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CATEGORY_TREE IN (values)asynchronously limited by the given limit - findManyByClustered(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CLUSTERED IN (values)asynchronously - findManyByClustered(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CLUSTERED IN (values)asynchronously limited by the given limit - findManyByCode(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CODE IN (values)asynchronously - findManyByCode(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CODE IN (values)asynchronously limited by the given limit - findManyByColumnName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COLUMN_NAME IN (values)asynchronously - findManyByColumnName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COLUMN_NAME IN (values)asynchronously limited by the given limit - findManyByColumns(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
COLUMNS IN (values)asynchronously - findManyByColumns(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
COLUMNS IN (values)asynchronously - findManyByColumns(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
COLUMNS IN (values)asynchronously limited by the given limit - findManyByColumns(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
COLUMNS IN (values)asynchronously limited by the given limit - findManyByColumnType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COLUMN_TYPE IN (values)asynchronously - findManyByColumnType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COLUMN_TYPE IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
COMMENTS IN (values)asynchronously - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByComments(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
COMMENTS IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CREATED_AT IN (values)asynchronously - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CREATED_AT IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CREATED_BY IN (values)asynchronously - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByCreatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
CREATED_BY IN (values)asynchronously limited by the given limit - findManyByDownstream(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
DOWNSTREAM IN (values)asynchronously - findManyByDownstream(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
DOWNSTREAM IN (values)asynchronously limited by the given limit - findManyByEntity(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
ENTITY IN (values)asynchronously - findManyByEntity(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
ENTITY IN (values)asynchronously limited by the given limit - findManyByEntityId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
ENTITY_ID IN (values)asynchronously - findManyByEntityId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
ENTITY_ID IN (values)asynchronously - findManyByEntityId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
ENTITY_ID IN (values)asynchronously - findManyByEntityId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
ENTITY_ID IN (values)asynchronously limited by the given limit - findManyByEntityId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
ENTITY_ID IN (values)asynchronously limited by the given limit - findManyByEntityId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
ENTITY_ID IN (values)asynchronously limited by the given limit - findManyByEntityKey(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
ENTITY_KEY IN (values)asynchronously - findManyByEntityKey(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
ENTITY_KEY IN (values)asynchronously limited by the given limit - findManyByExpression(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
EXPRESSION IN (values)asynchronously - findManyByExpression(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
EXPRESSION IN (values)asynchronously limited by the given limit - findManyByFormat(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
FORMAT IN (values)asynchronously - findManyByFormat(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
FORMAT IN (values)asynchronously limited by the given limit - findManyByIdentifier(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
IDENTIFIER IN (values)asynchronously - findManyByIdentifier(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
IDENTIFIER IN (values)asynchronously - findManyByIdentifier(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
IDENTIFIER IN (values)asynchronously limited by the given limit - findManyByIdentifier(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
IDENTIFIER IN (values)asynchronously limited by the given limit - findManyByInComponent(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IN_COMPONENT IN (values)asynchronously - findManyByInComponent(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IN_COMPONENT IN (values)asynchronously - findManyByInComponent(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IN_COMPONENT IN (values)asynchronously limited by the given limit - findManyByInComponent(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IN_COMPONENT IN (values)asynchronously limited by the given limit - findManyByIsArray(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_ARRAY IN (values)asynchronously - findManyByIsArray(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_ARRAY IN (values)asynchronously limited by the given limit - findManyByIsConfirm(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_CONFIRM IN (values)asynchronously - findManyByIsConfirm(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_CONFIRM IN (values)asynchronously limited by the given limit - findManyByIsLock(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_LOCK IN (values)asynchronously - findManyByIsLock(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_LOCK IN (values)asynchronously limited by the given limit - findManyByIsNullable(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IS_NULLABLE IN (values)asynchronously - findManyByIsNullable(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IS_NULLABLE IN (values)asynchronously limited by the given limit - findManyByIsPrimary(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IS_PRIMARY IN (values)asynchronously - findManyByIsPrimary(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
IS_PRIMARY IN (values)asynchronously limited by the given limit - findManyByIsRefer(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_REFER IN (values)asynchronously - findManyByIsRefer(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_REFER IN (values)asynchronously limited by the given limit - findManyByIsSyncIn(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_SYNC_IN IN (values)asynchronously - findManyByIsSyncIn(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_SYNC_IN IN (values)asynchronously limited by the given limit - findManyByIsSyncOut(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_SYNC_OUT IN (values)asynchronously - findManyByIsSyncOut(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_SYNC_OUT IN (values)asynchronously limited by the given limit - findManyByIsTrack(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_TRACK IN (values)asynchronously - findManyByIsTrack(Collection<Boolean>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
IS_TRACK IN (values)asynchronously - findManyByIsTrack(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
IS_TRACK IN (values)asynchronously limited by the given limit - findManyByIsTrack(Collection<Boolean>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
IS_TRACK IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
LANGUAGE IN (values)asynchronously - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLanguage(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
LANGUAGE IN (values)asynchronously limited by the given limit - findManyByLength(Collection<Integer>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
LENGTH IN (values)asynchronously - findManyByLength(Collection<Integer>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
LENGTH IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
METADATA IN (values)asynchronously - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByMetadata(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
METADATA IN (values)asynchronously limited by the given limit - findManyByModelId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
MODEL_ID IN (values)asynchronously - findManyByModelId(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
MODEL_ID IN (values)asynchronously - findManyByModelId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
MODEL_ID IN (values)asynchronously limited by the given limit - findManyByModelId(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
MODEL_ID IN (values)asynchronously limited by the given limit - findManyByModelKey(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
MODEL_KEY IN (values)asynchronously - findManyByModelKey(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
MODEL_KEY IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
NAME IN (values)asynchronously - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
NAME IN (values)asynchronously limited by the given limit - findManyByNamespace(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
NAMESPACE IN (values)asynchronously - findManyByNamespace(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
NAMESPACE IN (values)asynchronously - findManyByNamespace(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
NAMESPACE IN (values)asynchronously - findManyByNamespace(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
NAMESPACE IN (values)asynchronously limited by the given limit - findManyByNamespace(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
NAMESPACE IN (values)asynchronously limited by the given limit - findManyByNamespace(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
NAMESPACE IN (values)asynchronously limited by the given limit - findManyByNormalize(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
NORMALIZE IN (values)asynchronously - findManyByNormalize(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
NORMALIZE IN (values)asynchronously limited by the given limit - findManyByOutComponent(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
OUT_COMPONENT IN (values)asynchronously - findManyByOutComponent(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
OUT_COMPONENT IN (values)asynchronously - findManyByOutComponent(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
OUT_COMPONENT IN (values)asynchronously limited by the given limit - findManyByOutComponent(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
OUT_COMPONENT IN (values)asynchronously limited by the given limit - findManyByPrecision(Collection<Integer>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
PRECISION IN (values)asynchronously - findManyByPrecision(Collection<Integer>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
PRECISION IN (values)asynchronously limited by the given limit - findManyByPriority(Collection<Integer>) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
PRIORITY IN (values)asynchronously - findManyByPriority(Collection<Integer>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
-
Find records that have
PRIORITY IN (values)asynchronously limited by the given limit - findManyByRecordJson(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_JSON IN (values)asynchronously - findManyByRecordJson(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_JSON IN (values)asynchronously limited by the given limit - findManyByRecordRaw(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_RAW IN (values)asynchronously - findManyByRecordRaw(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_RAW IN (values)asynchronously limited by the given limit - findManyByRecordUnique(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_UNIQUE IN (values)asynchronously - findManyByRecordUnique(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
RECORD_UNIQUE IN (values)asynchronously limited by the given limit - findManyByRuleUnique(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
RULE_UNIQUE IN (values)asynchronously - findManyByRuleUnique(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
RULE_UNIQUE IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
SIGMA IN (values)asynchronously - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySigma(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
SIGMA IN (values)asynchronously limited by the given limit - findManyBySource(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE IN (values)asynchronously - findManyBySource(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE IN (values)asynchronously limited by the given limit - findManyBySourceConfig(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_CONFIG IN (values)asynchronously - findManyBySourceConfig(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_CONFIG IN (values)asynchronously limited by the given limit - findManyBySourceExternal(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_EXTERNAL IN (values)asynchronously - findManyBySourceExternal(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_EXTERNAL IN (values)asynchronously limited by the given limit - findManyBySourceField(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_FIELD IN (values)asynchronously - findManyBySourceField(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_FIELD IN (values)asynchronously limited by the given limit - findManyBySourceReference(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_REFERENCE IN (values)asynchronously - findManyBySourceReference(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
SOURCE_REFERENCE IN (values)asynchronously limited by the given limit - findManyBySpider(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SPIDER IN (values)asynchronously - findManyBySpider(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SPIDER IN (values)asynchronously limited by the given limit - findManyBySpiderComponent(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SPIDER_COMPONENT IN (values)asynchronously - findManyBySpiderComponent(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
SPIDER_COMPONENT IN (values)asynchronously limited by the given limit - findManyByTableName(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
TABLE_NAME IN (values)asynchronously - findManyByTableName(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
TABLE_NAME IN (values)asynchronously limited by the given limit - findManyByTplAcl(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ACL IN (values)asynchronously - findManyByTplAcl(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ACL IN (values)asynchronously limited by the given limit - findManyByTplAclVisit(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ACL_VISIT IN (values)asynchronously - findManyByTplAclVisit(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ACL_VISIT IN (values)asynchronously limited by the given limit - findManyByTplApi(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_API IN (values)asynchronously - findManyByTplApi(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_API IN (values)asynchronously limited by the given limit - findManyByTplCategory(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_CATEGORY IN (values)asynchronously - findManyByTplCategory(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_CATEGORY IN (values)asynchronously limited by the given limit - findManyByTplEntity(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ENTITY IN (values)asynchronously - findManyByTplEntity(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_ENTITY IN (values)asynchronously limited by the given limit - findManyByTplIntegration(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_INTEGRATION IN (values)asynchronously - findManyByTplIntegration(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_INTEGRATION IN (values)asynchronously limited by the given limit - findManyByTplJob(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_JOB IN (values)asynchronously - findManyByTplJob(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_JOB IN (values)asynchronously limited by the given limit - findManyByTplModel(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_MODEL IN (values)asynchronously - findManyByTplModel(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_MODEL IN (values)asynchronously limited by the given limit - findManyByTplUi(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI IN (values)asynchronously - findManyByTplUi(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI IN (values)asynchronously limited by the given limit - findManyByTplUiForm(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI_FORM IN (values)asynchronously - findManyByTplUiForm(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI_FORM IN (values)asynchronously limited by the given limit - findManyByTplUiList(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI_LIST IN (values)asynchronously - findManyByTplUiList(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TPL_UI_LIST IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TYPE IN (values)asynchronously - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByType(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
TYPE IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
UPDATED_AT IN (values)asynchronously - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedAt(Collection<LocalDateTime>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
UPDATED_AT IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
UPDATED_BY IN (values)asynchronously - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpdatedBy(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
-
Find records that have
UPDATED_BY IN (values)asynchronously limited by the given limit - findManyByUpstream(Collection<String>) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPSTREAM IN (values)asynchronously - findManyByUpstream(Collection<String>, int) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
-
Find records that have
UPSTREAM IN (values)asynchronously limited by the given limit - FOREIGN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
2.FOREIGN
- format() - Method in class io.vertx.tp.atom.modeling.config.AoAttribute
- format() - Method in class io.vertx.tp.atom.modeling.reference.RResult
- FORMAT - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.FORMAT. - from(IMAcc) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Load data from another generated Record/POJO implementing the common interface IMAcc
- from(IMAcc) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
- from(IMAcc) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- from(IMAttribute) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Load data from another generated Record/POJO implementing the common interface IMAttribute
- from(IMAttribute) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
- from(IMAttribute) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
- from(IMEntity) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Load data from another generated Record/POJO implementing the common interface IMEntity
- from(IMEntity) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
- from(IMEntity) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- from(IMField) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Load data from another generated Record/POJO implementing the common interface IMField
- from(IMField) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
- from(IMField) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- from(IMIndex) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Load data from another generated Record/POJO implementing the common interface IMIndex
- from(IMIndex) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
- from(IMIndex) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- from(IMJoin) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Load data from another generated Record/POJO implementing the common interface IMJoin
- from(IMJoin) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
- from(IMJoin) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- from(IMKey) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Load data from another generated Record/POJO implementing the common interface IMKey
- from(IMKey) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
- from(IMKey) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- from(IMModel) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Load data from another generated Record/POJO implementing the common interface IMModel
- from(IMModel) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
- from(IMModel) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- from(IMRelation) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Load data from another generated Record/POJO implementing the common interface IMRelation
- from(IMRelation) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
- from(IMRelation) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- from(IMTpl) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Load data from another generated Record/POJO implementing the common interface IMTpl
- from(IMTpl) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
- from(IMTpl) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
- from(String) - Method in class io.vertx.tp.modular.jooq.convert.JsonArraySider
- from(String) - Method in class io.vertx.tp.modular.jooq.convert.JsonObjectSider
- FROM - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
3.FROM
- fromFile(String) - Method in class io.vertx.tp.optic.modeling.JsonModel
- fromFile(String) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
- fromJson(JsonObject) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
- fromJson(JsonObject) - Method in class io.vertx.tp.optic.modeling.JsonModel
- fromJson(JsonObject) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- fromType() - Method in class io.vertx.tp.modular.jooq.convert.JsonArraySider
- fromType() - Method in class io.vertx.tp.modular.jooq.convert.JsonObjectSider
G
- get(IdMode) - Static method in interface io.vertx.tp.modular.id.AoId
- get(Class<?>) - Static method in interface io.vertx.tp.modular.change.Adjuster
- get(String, String) - Static method in class io.vertx.tp.atom.modeling.data.DataAtom
- GET - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
10.大于等于 >=
- getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.ACTIVE. - getActive() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.ACTIVE. - getActive() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.ACTIVE. - getAlias() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - getAlias() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.ALIAS. - getAlias() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - getAlias() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.ALIAS. - getAlias() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - getAlias() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.ALIAS. - getAttributes() - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getBuilder(Database) - Method in interface io.vertx.tp.modular.jdbc.Pin
-
读取发布器专用接口 发布器执行时,必须知道是针对哪个Database进行发布
- getCatalog() - Method in class cn.vertxup.atom.domain.Db
- getCategoryId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - getCategoryId() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - getCategoryId() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - getCategoryTree() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - getCategoryTree() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - getCategoryTree() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - getClustered() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.CLUSTERED. - getClustered() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.CLUSTERED. - getClustered() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.CLUSTERED. - getCode() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.CODE. - getCode() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.CODE. - getCode() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.CODE. - getCode() - Method in exception io.vertx.tp.error._400ExcelAppConflictException
- getCode() - Method in exception io.vertx.tp.error._400ExcelTplErrorException
- getCode() - Method in exception io.vertx.tp.error._400FileRequiredException
- getCode() - Method in exception io.vertx.tp.error._400KeyLengthException
- getCode() - Method in exception io.vertx.tp.error._400TrackingErrorException
- getCode() - Method in exception io.vertx.tp.error._404ModelNotFoundException
- getCode() - Method in exception io.vertx.tp.error._404RecordMissingException
- getCode() - Method in exception io.vertx.tp.error._409CodeUnsupportException
- getCode() - Method in exception io.vertx.tp.error._409IdentifierConflictException
- getCode() - Method in exception io.vertx.tp.error._409ReferenceDaoException
- getCode() - Method in exception io.vertx.tp.error._409UniqueConstraintException
- getCode() - Method in exception io.vertx.tp.error._417ConditionEmptyException
- getCode() - Method in exception io.vertx.tp.error._417ConditionWhereException
- getCode() - Method in exception io.vertx.tp.error._417DataAtomNullException
- getCode() - Method in exception io.vertx.tp.error._417DataEmptyException
- getCode() - Method in exception io.vertx.tp.error._417DataRowNullException
- getCode() - Method in exception io.vertx.tp.error._417DataTransactionException
- getCode() - Method in exception io.vertx.tp.error._417DataUnexpectException
- getCode() - Method in exception io.vertx.tp.error._417EventTypeConflictException
- getCode() - Method in exception io.vertx.tp.error._417PrimaryAttrWrongException
- getCode() - Method in exception io.vertx.tp.error._417PrimaryKeyMissingException
- getCode() - Method in exception io.vertx.tp.error._417PrimaryKeyResultException
- getCode() - Method in exception io.vertx.tp.error._417PrimaryKeySizeException
- getCode() - Method in exception io.vertx.tp.error._417PrimaryKeySpecException
- getCode() - Method in exception io.vertx.tp.error._417RelatedFieldMissingException
- getCode() - Method in exception io.vertx.tp.error._417RelatedSchemaMissingException
- getCode() - Method in exception io.vertx.tp.error._417RelationCounterException
- getCode() - Method in exception io.vertx.tp.error._417SqlExecutingException
- getCode() - Method in exception io.vertx.tp.error._417TableCounterException
- getCode() - Method in exception io.vertx.tp.error._500AtomFirstException
- getCode() - Method in exception io.vertx.tp.error._500ConditionFieldException
- getCode() - Method in exception io.vertx.tp.error._500DdlExecuteException
- getCode() - Method in exception io.vertx.tp.error._500EmptySQLException
- getCode() - Method in exception io.vertx.tp.error._500ExcelFileNullException
- getCode() - Method in exception io.vertx.tp.error._500NullableAddException
- getCode() - Method in exception io.vertx.tp.error._500NullableAlterException
- getCode() - Method in exception io.vertx.tp.error._500TypeAlterException
- getCode() - Method in exception io.vertx.tp.error._501AnonymousAtomException
- getCode() - Method in exception io.vertx.tp.error._501AoReflectorNullException
- getCode() - Method in exception io.vertx.tp.error._501AoSentenceNullException
- getCode() - Method in exception io.vertx.tp.error._501FabricIssueException
- getCode() - Method in exception io.vertx.tp.error._501IngestImplementException
- getCode() - Method in exception io.vertx.tp.error._501PinNotFoundException
- getColumn(String) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getColumnDetail(String) - Method in interface io.vertx.tp.modular.metadata.AoReflector
-
获取当前列的详细信息
- getColumnDetails(String, List<ConcurrentMap<String, Object>>) - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getColumnDetails(String, List<ConcurrentMap<String, Object>>) - Method in interface io.vertx.tp.modular.metadata.AoReflector
- getColumnName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - getColumnName() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - getColumnName() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - getColumnNames() - Method in interface io.vertx.tp.atom.modeling.Schema
- getColumnNames() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取所有列名
- getColumns() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.COLUMNS. - getColumns() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.COLUMNS. - getColumns() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.COLUMNS. - getColumns() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.COLUMNS. - getColumns() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.COLUMNS. - getColumns() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.COLUMNS. - getColumns(String) - Method in interface io.vertx.tp.modular.metadata.AoReflector
-
获取当前表中所有列信息
- getColumnType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - getColumnType() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - getColumnType() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - getColumnType(String) - Method in class io.vertx.tp.modular.sql.SqlTypeProvider
- getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.COMMENTS. - getComments() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.COMMENTS. - getComments() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.COMMENTS. - getCondition() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- getConditions() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- getConfig() - Static method in class io.vertx.tp.atom.init.AoPin
- getConfigAdjuster() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getConfigModeling() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getConnection() - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- getConnection() - Method in class io.vertx.tp.modular.jdbc.DataConnection
- getConstraints(String) - Method in interface io.vertx.tp.modular.metadata.AoReflector
-
获取当前表中所有约束信息
- getCounter() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_AT. - getCreatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_AT. - getCreatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.CREATED_AT. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_BY. - getCreatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.CREATED_BY. - getCreatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.CREATED_BY. - getCriteria() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getDao(Database) - Method in interface io.vertx.tp.modular.jdbc.Pin
-
读取数据处理访问器专用接口 用于Crud等各种复杂操作
- getDatabase() - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- getDatabase() - Method in class io.vertx.tp.modular.jdbc.DataConnection
- getDataTypeWord() - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getDataTypeWord() - Method in interface io.vertx.tp.modular.metadata.AoReflector
- getDefineExcel() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getDefineJson() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getDeleteFieldFlag() - Static method in class io.vertx.tp.modular.sql.SqlDDLConstant
- getDiff() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- getDownstream() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - getDownstream() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - getDownstream() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - getDSL() - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- getDSL() - Method in class io.vertx.tp.modular.jdbc.DataConnection
- getEntity() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY. - getEntity() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY. - getEntity() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY. - getEntity() - Method in interface io.vertx.tp.atom.modeling.Schema
- getEntity() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取当前Schema关联实体
- getEntity(JsonObject) - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- getEntityId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - getEntityId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - getEntityId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - getEntityId() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.ENTITY_ID. - getEntityKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - getEntityKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - getEntityKey() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Getter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - getError() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getExpression() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - getExpression() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - getExpression() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - getField(String) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getField(String) - Method in interface io.vertx.tp.atom.modeling.Schema
- getField(String) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- getFieldByColumn(String) - Method in interface io.vertx.tp.atom.modeling.Schema
- getFieldByColumn(String) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- getFieldNames() - Method in interface io.vertx.tp.atom.modeling.Schema
- getFieldNames() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取当前Schema的所有字段名
- getFields() - Method in interface io.vertx.tp.atom.modeling.Schema
- getFields() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取字段集合
- getFieldType(ConcurrentMap<String, Object>) - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getFieldType(ConcurrentMap<String, Object>) - Method in interface io.vertx.tp.modular.metadata.AoReflector
- getFormat() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.FORMAT. - getFormat() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.FORMAT. - getFormat() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.FORMAT. - getId() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- getId(MAcc) - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
- getId(MAttribute) - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
- getId(MEntity) - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
- getId(MField) - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
- getId(MIndex) - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
- getId(MJoin) - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
- getId(MKey) - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
- getId(MModel) - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
- getId(MRelation) - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
- getId(MTpl) - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
- getIdentifier() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - getIdentifier() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - getIdentifier() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - getIdentifier() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - getIdentifier() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - getIdentifier() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - getImplModel() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getImplPin() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getImplRecord() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getImplSchema() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getImplSwitcher() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getInComponent() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - getInComponent() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - getInComponent() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - getInComponent() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - getInComponent() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - getInComponent() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - getIndexes() - Method in class cn.vertxup.atom.domain.tables.MAttribute
- getIndexes() - Method in class cn.vertxup.atom.domain.tables.MField
- getIndexes() - Method in class cn.vertxup.atom.domain.tables.MIndex
- getIndexes() - Method in class cn.vertxup.atom.domain.tables.MJoin
- getIndexes() - Method in class cn.vertxup.atom.domain.tables.MKey
- getIndexes() - Method in class cn.vertxup.atom.domain.tables.MRelation
- getInstance() - Static method in interface io.vertx.tp.modular.jdbc.Pin
-
根据配置文件读取连接器
- getInstance(String) - Static method in interface io.vertx.tp.modular.phantom.AoPerformer
-
> Fn.pool 池化 AoPerformer 管理 appName = MetaPerformer
- getIsArray() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - getIsArray() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - getIsArray() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - getIsConfirm() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - getIsConfirm() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - getIsConfirm() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - getIsLock() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - getIsLock() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - getIsLock() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - getIsNullable() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - getIsNullable() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - getIsNullable() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - getIsPrimary() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - getIsPrimary() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - getIsPrimary() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - getIsRefer() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - getIsRefer() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - getIsRefer() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - getIsSyncIn() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - getIsSyncIn() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - getIsSyncIn() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - getIsSyncOut() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - getIsSyncOut() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - getIsSyncOut() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - getIsTrack() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - getIsTrack() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.IS_TRACK. - getIsTrack() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - getIsTrack() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.IS_TRACK. - getIsTrack() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - getIsTrack() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.IS_TRACK. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.KEY. - getKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.KEY. - getKey() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.KEY. - getKey() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- getKey() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- getKeys() - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getKeys() - Method in interface io.vertx.tp.atom.modeling.Schema
- getKeys() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取键集合
- getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.LANGUAGE. - getLanguage() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.LANGUAGE. - getLanguage() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.LANGUAGE. - getLength() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.LENGTH. - getLength() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.LENGTH. - getLength() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.LENGTH. - getLengthMap() - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- getLengthWord() - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getLengthWord() - Method in interface io.vertx.tp.modular.metadata.AoReflector
- getLogger() - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- getLogger() - Method in class io.vertx.tp.modular.io.AbstractIo
- getLogger() - Method in class io.vertx.tp.modular.jdbc.DataConnection
- getLogger() - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- getMappingList(String) - Method in class io.vertx.tp.modular.sql.SqlTypeProvider
- getMatrix() - Method in class io.vertx.tp.atom.modeling.element.DataKey
- getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.METADATA. - getMetadata() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.METADATA. - getMetadata() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.METADATA. - getMode() - Method in class io.vertx.tp.atom.modeling.element.DataKey
- getModel() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Getter for
DB_ETERNAL.M_JOIN.MODEL. - getModel() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Getter for
DB_ETERNAL.M_JOIN.MODEL. - getModel() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Getter for
DB_ETERNAL.M_JOIN.MODEL. - getModelId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.MODEL_ID. - getModelId() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - getModelId() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.MODEL_ID. - getModelId() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - getModelId() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.MODEL_ID. - getModelId() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - getModelKey() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.MODEL_KEY. - getModelKey() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.MODEL_KEY. - getModelKey() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.MODEL_KEY. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.NAME. - getName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.NAME. - getName() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.NAME. - getNamespace() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - getNamespace() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Getter for
DB_ETERNAL.M_JOIN.NAMESPACE. - getNamespace() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Getter for
DB_ETERNAL.M_JOIN.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Getter for
DB_ETERNAL.M_JOIN.NAMESPACE. - getNamespace() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.NAMESPACE. - getNamespace() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getNormalize() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - getNormalize() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - getNormalize() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - getNullRows(String, String) - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getNullRows(String, String) - Method in interface io.vertx.tp.modular.metadata.AoReflector
-
读取当前表中 column 为空的总列数
- getOutComponent() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - getOutComponent() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - getOutComponent() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - getOutComponent() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - getOutComponent() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - getOutComponent() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - getPager() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getPrecision() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.PRECISION. - getPrecision() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.PRECISION. - getPrecision() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.PRECISION. - getPrecisionMap() - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MAcc
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MAttribute
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MEntity
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MField
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MIndex
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MJoin
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MKey
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MModel
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MRelation
- getPrimaryKey() - Method in class cn.vertxup.atom.domain.tables.MTpl
- getPrimaryKeys() - Method in interface io.vertx.tp.atom.modeling.Schema
- getPrimaryKeys() - Method in class io.vertx.tp.optic.modeling.JsonSchema
-
读取当前Schema中所有主键
- getPriority() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Getter for
DB_ETERNAL.M_JOIN.PRIORITY. - getPriority() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Getter for
DB_ETERNAL.M_JOIN.PRIORITY. - getPriority() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Getter for
DB_ETERNAL.M_JOIN.PRIORITY. - getProjection() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getRecord() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- getRecordJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_JSON. - getRecordJson() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_JSON. - getRecordJson() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.RECORD_JSON. - getRecordRaw() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_RAW. - getRecordRaw() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_RAW. - getRecordRaw() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.RECORD_RAW. - getRecordType() - Method in class cn.vertxup.atom.domain.tables.MAcc
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MAttribute
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MEntity
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MField
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MIndex
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MJoin
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MKey
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MModel
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MRelation
-
The class holding records for this type
- getRecordType() - Method in class cn.vertxup.atom.domain.tables.MTpl
-
The class holding records for this type
- getRecordUnique() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - getRecordUnique() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - getRecordUnique() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - getReflector() - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- getRequired() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- getRows() - Method in class io.vertx.tp.modular.io.AbstractIo
- getRows() - Method in interface io.vertx.tp.modular.io.AoIo
- getRuleUnique() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - getRuleUnique() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - getRuleUnique() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - getSchema() - Method in class cn.vertxup.atom.domain.tables.MAcc
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MAttribute
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MEntity
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MField
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MIndex
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MJoin
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MKey
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MModel
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MRelation
- getSchema() - Method in class cn.vertxup.atom.domain.tables.MTpl
- getSchemas() - Method in class cn.vertxup.atom.domain.DefaultCatalog
- getSchemata(JsonObject) - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- getSentence() - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.SIGMA. - getSigma() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.SIGMA. - getSigma() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.SIGMA. - getSorter() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getSource() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - getSource() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - getSource() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - getSourceConfig() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - getSourceConfig() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - getSourceConfig() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - getSourceExternal() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - getSourceExternal() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - getSourceExternal() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - getSourceField() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - getSourceField() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - getSourceField() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - getSourceReference() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - getSourceReference() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - getSourceReference() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - getSpider() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER. - getSpider() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER. - getSpider() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER. - getSpiderComponent() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - getSpiderComponent() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - getSpiderComponent() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - getSqlDebug() - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- getStatus() - Method in exception io.vertx.tp.error._400FileRequiredException
- getStatus() - Method in exception io.vertx.tp.error._400TrackingErrorException
- getStatus() - Method in exception io.vertx.tp.error._404ModelNotFoundException
- getStatus() - Method in exception io.vertx.tp.error._404RecordMissingException
- getStatus() - Method in exception io.vertx.tp.error._409CodeUnsupportException
- getStatus() - Method in exception io.vertx.tp.error._409IdentifierConflictException
- getStatus() - Method in exception io.vertx.tp.error._409ReferenceDaoException
- getStatus() - Method in exception io.vertx.tp.error._409UniqueConstraintException
- getStatus() - Method in exception io.vertx.tp.error._417ConditionEmptyException
- getStatus() - Method in exception io.vertx.tp.error._417ConditionWhereException
- getStatus() - Method in exception io.vertx.tp.error._417DataAtomNullException
- getStatus() - Method in exception io.vertx.tp.error._417DataEmptyException
- getStatus() - Method in exception io.vertx.tp.error._417DataRowNullException
- getStatus() - Method in exception io.vertx.tp.error._417DataTransactionException
- getStatus() - Method in exception io.vertx.tp.error._417DataUnexpectException
- getStatus() - Method in exception io.vertx.tp.error._417EventTypeConflictException
- getStatus() - Method in exception io.vertx.tp.error._417PrimaryAttrWrongException
- getStatus() - Method in exception io.vertx.tp.error._417PrimaryKeyMissingException
- getStatus() - Method in exception io.vertx.tp.error._417PrimaryKeyResultException
- getStatus() - Method in exception io.vertx.tp.error._417PrimaryKeySizeException
- getStatus() - Method in exception io.vertx.tp.error._417PrimaryKeySpecException
- getStatus() - Method in exception io.vertx.tp.error._417RelatedFieldMissingException
- getStatus() - Method in exception io.vertx.tp.error._417RelatedSchemaMissingException
- getStatus() - Method in exception io.vertx.tp.error._417RelationCounterException
- getStatus() - Method in exception io.vertx.tp.error._417SqlExecutingException
- getStatus() - Method in exception io.vertx.tp.error._417TableCounterException
- getStatus() - Method in exception io.vertx.tp.error._500ConditionFieldException
- getStatus() - Method in exception io.vertx.tp.error._500DdlExecuteException
- getStatus() - Method in exception io.vertx.tp.error._500EmptySQLException
- getStatus() - Method in exception io.vertx.tp.error._500ExcelFileNullException
- getStatus() - Method in exception io.vertx.tp.error._500NullableAddException
- getStatus() - Method in exception io.vertx.tp.error._500NullableAlterException
- getStatus() - Method in exception io.vertx.tp.error._500TypeAlterException
- getStatus() - Method in exception io.vertx.tp.error._501AnonymousAtomException
- getStatus() - Method in exception io.vertx.tp.error._501AoReflectorNullException
- getStatus() - Method in exception io.vertx.tp.error._501AoSentenceNullException
- getStatus() - Method in exception io.vertx.tp.error._501FabricIssueException
- getStatus() - Method in exception io.vertx.tp.error._501IngestImplementException
- getStatus() - Method in exception io.vertx.tp.error._501PinNotFoundException
- getTable() - Method in interface io.vertx.tp.atom.modeling.Schema
- getTable() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- getTableName() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - getTableName() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - getTableName() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - getTables() - Method in class cn.vertxup.atom.domain.Db
- getTotalRows(String) - Method in class io.vertx.tp.modular.metadata.AbstractReflector
- getTotalRows(String) - Method in interface io.vertx.tp.modular.metadata.AoReflector
-
获取当前表中总列数
- getTpl() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getTplAcl() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL. - getTplAcl() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL. - getTplAcl() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL. - getTplAclVisit() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - getTplAclVisit() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - getTplAclVisit() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - getTplApi() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_API. - getTplApi() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_API. - getTplApi() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_API. - getTplCategory() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - getTplCategory() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - getTplCategory() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - getTplEntity() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - getTplEntity() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - getTplEntity() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - getTplIntegration() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - getTplIntegration() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - getTplIntegration() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - getTplJob() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_JOB. - getTplJob() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_JOB. - getTplJob() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_JOB. - getTplModel() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_MODEL. - getTplModel() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_MODEL. - getTplModel() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_MODEL. - getTplUi() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI. - getTplUi() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI. - getTplUi() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI. - getTplUiForm() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - getTplUiForm() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - getTplUiForm() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - getTplUiList() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - getTplUiList() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - getTplUiList() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.TYPE. - getType() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.TYPE. - getType() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.TYPE. - getType() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- getType(MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
-
类型定义
- getType(String) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getUnique() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- getUnique() - Method in class io.vertx.tp.atom.modeling.element.DataKey
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MAcc
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MAttribute
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MEntity
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MField
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MIndex
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MKey
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MModel
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MRelation
- getUniqueKeys() - Method in class cn.vertxup.atom.domain.tables.MTpl
- getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - getUpdatedAt() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - getUpdatedAt() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_AT. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - getUpdatedBy() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Getter for
DB_ETERNAL.M_ACC.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Getter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Getter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Getter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Getter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Getter for
DB_ETERNAL.M_KEY.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Getter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - getUpdatedBy() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Getter for
DB_ETERNAL.M_TPL.UPDATED_BY. - getUpstream() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPSTREAM. - getUpstream() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Getter for
DB_ETERNAL.M_RELATION.UPSTREAM. - getUpstream() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Getter for
DB_ETERNAL.M_RELATION.UPSTREAM. - getValue(String) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- getVerifier() - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- GROUP - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
5.GROUP
- GT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
7.大于 >
H
- hashCode() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- hashCode() - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- hashCode() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- hashCode() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- hashCode() - Method in class io.vertx.tp.atom.modeling.reference.RDao
- hashCode() - Method in class io.vertx.tp.optic.modeling.JsonModel
- hashCode() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- HAVING - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
10.HAVING
- HUB_MAP - Static variable in interface io.vertx.tp.modular.plugin.IoHub
-
For `IoHub` reference create, there should be only one IoHub in each thread here.
I
- IComponent - Interface in io.vertx.tp.modular.plugin
- identifier() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- identifier() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- identifier() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- identifier() - Method in class io.vertx.tp.optic.modeling.JsonModel
- identifier() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- IDENTIFIER - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.IDENTIFIER. - IDENTIFIER - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.IDENTIFIER. - IdMode - Enum in io.vertx.tp.atom.cv.em
-
主键处理模式
- IMAcc - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMAttribute - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMEntity - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMField - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMIndex - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMJoin - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMKey - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMModel - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMRelation - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- IMTpl - Interface in cn.vertxup.atom.domain.tables.interfaces
-
This class is generated by jOOQ.
- in(Record[], DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
-
Processing input data records
- in(Record[], DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- in(Record, DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
-
Processing input data record
- in(Record, DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- IN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
0.IN
- IN_COMPONENT - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - IN_COMPONENT - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.IN_COMPONENT. - index() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- INDEX - Static variable in interface io.vertx.tp.atom.cv.AoTable
- INDEX - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
4.索引
- Indexes - Class in cn.vertxup.atom.domain
-
A class modelling indexes of tables in DB_ETERNAL.
- Indexes() - Constructor for class cn.vertxup.atom.domain.Indexes
- infoAtom(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoDiff(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoInit(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoPlugin(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoSQL(Annal, boolean, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoSQL(Annal, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- infoUca(Class<?>, String, Object...) - Static method in class io.vertx.tp.atom.refine.Ao
- Ingest - Interface in io.vertx.tp.modular.query
- init() - Static method in class io.vertx.tp.atom.init.AoPin
- init() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- init(EventType) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- InitCategory - Enum in io.vertx.tp.atom.cv.em
-
初始化系统的类型信息
- initKey(Schema, MField, MAttribute) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- initMArray() - Static method in class io.vertx.tp.atom.refine.Ao
- initMList() - Static method in class io.vertx.tp.atom.refine.Ao
- initMQueue() - Static method in class io.vertx.tp.atom.refine.Ao
- initTpl(Schema, MField, MAttribute) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- INormalizer - Interface in io.vertx.tp.modular.plugin
- input - Variable in class io.vertx.tp.modular.reference.AbstractRay
-
The hashmap reference of `field =
RaySource`. - insert(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- insert(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- insert(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- insert(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- insert(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- INSERT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
1.插入关键字
- insertAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- insertAsync(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- insertAsync(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- insertAsync(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- insertAsync(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- insertBatch(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- insertBatchAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- instance() - Static method in interface io.vertx.tp.modular.plugin.IoHub
- instance(String, JsonObject) - Static method in interface io.vertx.tp.atom.modeling.Model
- INTERNAL - io.vertx.tp.atom.cv.em.AttributeType
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Copy data into another generated Record/POJO implementing the common interface IMAcc
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Copy data into another generated Record/POJO implementing the common interface IMAttribute
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Copy data into another generated Record/POJO implementing the common interface IMEntity
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Copy data into another generated Record/POJO implementing the common interface IMField
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Copy data into another generated Record/POJO implementing the common interface IMIndex
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Copy data into another generated Record/POJO implementing the common interface IMJoin
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Copy data into another generated Record/POJO implementing the common interface IMKey
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Copy data into another generated Record/POJO implementing the common interface IMModel
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Copy data into another generated Record/POJO implementing the common interface IMRelation
- into(E) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Copy data into another generated Record/POJO implementing the common interface IMTpl
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
- into(E) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- into(E) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
- inValue(Object) - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- inValue(Object) - Method in interface io.vertx.tp.modular.change.Adjuster
- inWhere(DataMatrix) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- inWhere(List<DataMatrix>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- io.vertx.tp.atom.cv - package io.vertx.tp.atom.cv
- io.vertx.tp.atom.cv.em - package io.vertx.tp.atom.cv.em
- io.vertx.tp.atom.cv.sql - package io.vertx.tp.atom.cv.sql
- io.vertx.tp.atom.init - package io.vertx.tp.atom.init
- io.vertx.tp.atom.modeling - package io.vertx.tp.atom.modeling
- io.vertx.tp.atom.modeling.config - package io.vertx.tp.atom.modeling.config
- io.vertx.tp.atom.modeling.data - package io.vertx.tp.atom.modeling.data
- io.vertx.tp.atom.modeling.element - package io.vertx.tp.atom.modeling.element
- io.vertx.tp.atom.modeling.reference - package io.vertx.tp.atom.modeling.reference
- io.vertx.tp.atom.refine - package io.vertx.tp.atom.refine
- io.vertx.tp.error - package io.vertx.tp.error
- io.vertx.tp.modular.acc - package io.vertx.tp.modular.acc
- io.vertx.tp.modular.apply - package io.vertx.tp.modular.apply
- io.vertx.tp.modular.change - package io.vertx.tp.modular.change
- io.vertx.tp.modular.dao - package io.vertx.tp.modular.dao
- io.vertx.tp.modular.dao.internal - package io.vertx.tp.modular.dao.internal
- io.vertx.tp.modular.file - package io.vertx.tp.modular.file
- io.vertx.tp.modular.file.excel - package io.vertx.tp.modular.file.excel
- io.vertx.tp.modular.id - package io.vertx.tp.modular.id
- io.vertx.tp.modular.io - package io.vertx.tp.modular.io
- io.vertx.tp.modular.jdbc - package io.vertx.tp.modular.jdbc
- io.vertx.tp.modular.jooq - package io.vertx.tp.modular.jooq
- io.vertx.tp.modular.jooq.convert - package io.vertx.tp.modular.jooq.convert
- io.vertx.tp.modular.jooq.internal - package io.vertx.tp.modular.jooq.internal
- io.vertx.tp.modular.metadata - package io.vertx.tp.modular.metadata
- io.vertx.tp.modular.phantom - package io.vertx.tp.modular.phantom
- io.vertx.tp.modular.plugin - package io.vertx.tp.modular.plugin
- io.vertx.tp.modular.query - package io.vertx.tp.modular.query
- io.vertx.tp.modular.reference - package io.vertx.tp.modular.reference
- io.vertx.tp.modular.sql - package io.vertx.tp.modular.sql
- io.vertx.tp.optic.ambient - package io.vertx.tp.optic.ambient
- io.vertx.tp.optic.modeling - package io.vertx.tp.optic.modeling
- io.vertx.tp.optic.plugin - package io.vertx.tp.optic.plugin
- io.vertx.tp.optic.robin - package io.vertx.tp.optic.robin
- IoBatch - Class in io.vertx.tp.modular.io
- IoBatch() - Constructor for class io.vertx.tp.modular.io.IoBatch
- IoHub - Interface in io.vertx.tp.modular.plugin
-
## Nerve System ### 1.
- IoNerve - Class in io.vertx.tp.modular.plugin
-
## Workflow
- IoNerve() - Constructor for class io.vertx.tp.modular.plugin.IoNerve
- IoSingle - Class in io.vertx.tp.modular.io
- IoSingle() - Constructor for class io.vertx.tp.modular.io.IoSingle
- IoSource - Interface in io.vertx.tp.modular.plugin
- irCond(Criteria) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- irIDs(ID...) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- is(Object, Object, Class<?>) - Method in class io.vertx.tp.modular.change.AtomVsExtension
- IS - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
6.IS
- IS_ARRAY - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - IS_CONFIRM - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - IS_LOCK - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - IS_NULLABLE - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.IS_NULLABLE. - IS_PRIMARY - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.IS_PRIMARY. - IS_REFER - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - IS_SYNC_IN - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - IS_SYNC_OUT - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - IS_TRACK - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - IS_TRACK - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.IS_TRACK. - isDebug() - Static method in class io.vertx.tp.atom.refine.Ao
- isSame(Object, Object) - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- isSame(Object, Object) - Method in interface io.vertx.tp.modular.change.Adjuster
- isSame(Object, Object, Supplier<Boolean>) - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- isStatic() - Method in class io.vertx.tp.atom.modeling.reference.RDao
J
- join() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- join() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- JOIN - Static variable in interface io.vertx.tp.atom.cv.AoTable
- JOIN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
9.JOIN
- JOIN_COLLECTION - io.vertx.tp.atom.cv.em.IdMode
- JOIN_KEY - io.vertx.tp.atom.cv.em.IdMode
- JOIN_MULTI - io.vertx.tp.atom.cv.em.IdMode
- joined() - Method in class io.vertx.tp.atom.modeling.reference.RResult
- JOINED - io.vertx.tp.atom.cv.em.ModelType
- joinKey(Model) - Static method in class io.vertx.tp.atom.refine.Ao
- joinKeys(Model, Record) - Static method in class io.vertx.tp.atom.refine.Ao
- joinLeader() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- joinLeft(String, ConcurrentMap<String, String>, ConcurrentMap<String, String>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- joinNature(ConcurrentMap<String, String>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- joins() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- joinVoters() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- joinVoters(Predicate<MJoin>) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- jooq - Variable in class io.vertx.tp.modular.dao.internal.AbstractUtil
- Jq - Class in io.vertx.tp.modular.jooq.internal
-
Jooq统一工具类,和Ux,Ut模式一样,内部类全部使用包域
- Jq() - Constructor for class io.vertx.tp.modular.jooq.internal.Jq
- JQEngine - Class in io.vertx.tp.modular.jooq
-
使用Jooq处理
- JsonArraySider - Class in io.vertx.tp.modular.jooq.convert
- JsonArraySider() - Constructor for class io.vertx.tp.modular.jooq.convert.JsonArraySider
- JsonModel - Class in io.vertx.tp.optic.modeling
-
Ox专用模型: 1.
- JsonModel(String) - Constructor for class io.vertx.tp.optic.modeling.JsonModel
- JsonObjectSider - Class in io.vertx.tp.modular.jooq.convert
- JsonObjectSider() - Constructor for class io.vertx.tp.modular.jooq.convert.JsonObjectSider
- JsonSchema - Class in io.vertx.tp.optic.modeling
- JsonSchema(String) - Constructor for class io.vertx.tp.optic.modeling.JsonSchema
K
- key() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- key() - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
- key() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- key() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- key() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- key() - Method in class io.vertx.tp.optic.modeling.JsonModel
- key(ID) - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- key(JsonObject) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- key(DataKey) - Method in class io.vertx.tp.optic.modeling.JsonModel
- key(Record, Model) - Method in interface io.vertx.tp.modular.id.AoId
- key(Record, Model, ID) - Method in interface io.vertx.tp.modular.id.AoId
- KEY - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.KEY. - KEY - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.KEY. - KEY - Static variable in interface io.vertx.tp.atom.cv.AoTable
- KEY - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
7.键关键字
- KEY_M_ACC_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ACC_SIGMA - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ATTRIBUTE_NAME - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ATTRIBUTE_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ENTITY_NAMESPACE - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ENTITY_NAMESPACE_2 - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ENTITY_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_ENTITY_SIGMA - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_FIELD_NAME - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_FIELD_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_INDEX_NAME - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_INDEX_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_JOIN_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_KEY_NAME - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_KEY_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_MODEL_NAMESPACE - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_MODEL_NAMESPACE_2 - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_MODEL_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_RELATION_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_RELATION_TYPE - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_TPL_CODE - Static variable in class cn.vertxup.atom.domain.Keys
- KEY_M_TPL_PRIMARY - Static variable in class cn.vertxup.atom.domain.Keys
- keyDao() - Method in class io.vertx.tp.atom.modeling.config.AoRule
-
Return to daoKey of current item.
- keyInfo(ConcurrentMap<String, T>) - Static method in interface io.vertx.tp.modular.id.AoId
- keyInfo(Set<MJoin>) - Static method in interface io.vertx.tp.modular.id.AoId
- keys(ID...) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- keys(ID...) - Method in interface io.vertx.tp.modular.io.AoIo
- keys(ID...) - Method in class io.vertx.tp.modular.io.IoBatch
- keys(ID...) - Method in class io.vertx.tp.modular.io.IoSingle
- Keys - Class in cn.vertxup.atom.domain
-
A class modelling foreign key relationships and constraints of tables in DB_ETERNAL.
- Keys() - Constructor for class cn.vertxup.atom.domain.Keys
- KeyType - Enum in io.vertx.tp.atom.cv.em
L
- language() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.LANGUAGE. - LANGUAGE - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.LANGUAGE. - LENGTH - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.LENGTH. - LET - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
9.小于等于 <=
- LIKE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
3.LIKE
- literal(Object) - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- logger() - Method in class io.vertx.tp.modular.dao.AbstractDao
- LT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
6.小于 <
M
- M_ACC - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_ACC. - M_ACC - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_ACC. - M_ACC - Static variable in class cn.vertxup.atom.domain.tables.MAcc
-
The reference instance of
DB_ETERNAL.M_ACC - M_ATTRIBUTE - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_ATTRIBUTE. - M_ATTRIBUTE - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_ATTRIBUTE. - M_ATTRIBUTE - Static variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The reference instance of
DB_ETERNAL.M_ATTRIBUTE - M_ATTRIBUTE_IDX_M_ATTRIBUTE_MODEL_ID - Static variable in class cn.vertxup.atom.domain.Indexes
- M_ENTITY - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_ENTITY. - M_ENTITY - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_ENTITY. - M_ENTITY - Static variable in class cn.vertxup.atom.domain.tables.MEntity
-
The reference instance of
DB_ETERNAL.M_ENTITY - M_FIELD - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_FIELD. - M_FIELD - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_FIELD. - M_FIELD - Static variable in class cn.vertxup.atom.domain.tables.MField
-
The reference instance of
DB_ETERNAL.M_FIELD - M_FIELD_IDX_M_FIELD_ENTITY_ID - Static variable in class cn.vertxup.atom.domain.Indexes
- M_INDEX - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_INDEX. - M_INDEX - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_INDEX. - M_INDEX - Static variable in class cn.vertxup.atom.domain.tables.MIndex
-
The reference instance of
DB_ETERNAL.M_INDEX - M_INDEX_IDX_M_INDEX_ENTITY_ID - Static variable in class cn.vertxup.atom.domain.Indexes
- M_JOIN - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_JOIN. - M_JOIN - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_JOIN. - M_JOIN - Static variable in class cn.vertxup.atom.domain.tables.MJoin
-
The reference instance of
DB_ETERNAL.M_JOIN - M_JOIN_IDXM_M_JOIN_NAMESPACE_MODEL - Static variable in class cn.vertxup.atom.domain.Indexes
- M_KEY - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_KEY. - M_KEY - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_KEY. - M_KEY - Static variable in class cn.vertxup.atom.domain.tables.MKey
-
The reference instance of
DB_ETERNAL.M_KEY - M_KEY_IDX_M_KEY_ENTITY_ID - Static variable in class cn.vertxup.atom.domain.Indexes
- M_MODEL - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_MODEL. - M_MODEL - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_MODEL. - M_MODEL - Static variable in class cn.vertxup.atom.domain.tables.MModel
-
The reference instance of
DB_ETERNAL.M_MODEL - M_RELATION - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_RELATION. - M_RELATION - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_RELATION. - M_RELATION - Static variable in class cn.vertxup.atom.domain.tables.MRelation
-
The reference instance of
DB_ETERNAL.M_RELATION - M_RELATION_UPSTREAM - Static variable in class cn.vertxup.atom.domain.Indexes
- M_TPL - Variable in class cn.vertxup.atom.domain.Db
-
The table
DB_ETERNAL.M_TPL. - M_TPL - Static variable in class cn.vertxup.atom.domain.Tables
-
The table
DB_ETERNAL.M_TPL. - M_TPL - Static variable in class cn.vertxup.atom.domain.tables.MTpl
-
The reference instance of
DB_ETERNAL.M_TPL - MAcc - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MAcc - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MAcc() - Constructor for class cn.vertxup.atom.domain.tables.MAcc
-
Create a
DB_ETERNAL.M_ACCtable reference - MAcc() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAcc
- MAcc(IMAcc) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAcc
- MAcc(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAcc
- MAcc(String) - Constructor for class cn.vertxup.atom.domain.tables.MAcc
-
Create an aliased
DB_ETERNAL.M_ACCtable reference - MAcc(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAcc
- MAcc(Name) - Constructor for class cn.vertxup.atom.domain.tables.MAcc
-
Create an aliased
DB_ETERNAL.M_ACCtable reference - MAcc(Table<O>, ForeignKey<O, MAccRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MAcc
- MAccDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MAccDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MAccDao
- MAccRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MAccRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Create a detached MAccRecord
- MAccRecord(MAcc) - Constructor for class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Create a detached, initialised MAccRecord
- MAccRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MAccRecord
- MAccRecord(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Create a detached, initialised MAccRecord
- mappingList(String) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- mappingList(String) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- matrixData() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- matrixData() - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- matrixKey() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- MAttribute - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MAttribute - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MAttribute() - Constructor for class cn.vertxup.atom.domain.tables.MAttribute
-
Create a
DB_ETERNAL.M_ATTRIBUTEtable reference - MAttribute() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAttribute
- MAttribute(IMAttribute) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAttribute
- MAttribute(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAttribute
- MAttribute(String) - Constructor for class cn.vertxup.atom.domain.tables.MAttribute
-
Create an aliased
DB_ETERNAL.M_ATTRIBUTEtable reference - MAttribute(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MAttribute
- MAttribute(Name) - Constructor for class cn.vertxup.atom.domain.tables.MAttribute
-
Create an aliased
DB_ETERNAL.M_ATTRIBUTEtable reference - MAttribute(Table<O>, ForeignKey<O, MAttributeRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MAttribute
- MAttributeDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MAttributeDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MAttributeDao
- MAttributeRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MAttributeRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Create a detached MAttributeRecord
- MAttributeRecord(MAttribute) - Constructor for class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Create a detached, initialised MAttributeRecord
- MAttributeRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MAttributeRecord
- MAttributeRecord(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Create a detached, initialised MAttributeRecord
- MAX - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Aggregate
-
1.最大值
- MEntity - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MEntity - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MEntity() - Constructor for class cn.vertxup.atom.domain.tables.MEntity
-
Create a
DB_ETERNAL.M_ENTITYtable reference - MEntity() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MEntity
- MEntity(IMEntity) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MEntity
- MEntity(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MEntity
- MEntity(String) - Constructor for class cn.vertxup.atom.domain.tables.MEntity
-
Create an aliased
DB_ETERNAL.M_ENTITYtable reference - MEntity(String, String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MEntity
- MEntity(Name) - Constructor for class cn.vertxup.atom.domain.tables.MEntity
-
Create an aliased
DB_ETERNAL.M_ENTITYtable reference - MEntity(Table<O>, ForeignKey<O, MEntityRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MEntity
- MEntityDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MEntityDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MEntityDao
- MEntityRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MEntityRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Create a detached MEntityRecord
- MEntityRecord(MEntity) - Constructor for class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Create a detached, initialised MEntityRecord
- MEntityRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MEntityRecord
- MEntityRecord(String, String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Create a detached, initialised MEntityRecord
- METADATA - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.METADATA. - METADATA - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.METADATA. - MField - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MField - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MField() - Constructor for class cn.vertxup.atom.domain.tables.MField
-
Create a
DB_ETERNAL.M_FIELDtable reference - MField() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MField
- MField(IMField) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MField
- MField(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MField
- MField(String) - Constructor for class cn.vertxup.atom.domain.tables.MField
-
Create an aliased
DB_ETERNAL.M_FIELDtable reference - MField(String, String, String, String, String, Boolean, Boolean, Integer, Integer, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MField
- MField(Name) - Constructor for class cn.vertxup.atom.domain.tables.MField
-
Create an aliased
DB_ETERNAL.M_FIELDtable reference - MField(Table<O>, ForeignKey<O, MFieldRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MField
- MFieldDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MFieldDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MFieldDao
- MFieldRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MFieldRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Create a detached MFieldRecord
- MFieldRecord(MField) - Constructor for class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Create a detached, initialised MFieldRecord
- MFieldRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MFieldRecord
- MFieldRecord(String, String, String, String, String, Boolean, Boolean, Integer, Integer, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Create a detached, initialised MFieldRecord
- MIN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Aggregate
-
2.最小值
- MIndex - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MIndex - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MIndex() - Constructor for class cn.vertxup.atom.domain.tables.MIndex
-
Create a
DB_ETERNAL.M_INDEXtable reference - MIndex() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MIndex
- MIndex(IMIndex) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MIndex
- MIndex(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MIndex
- MIndex(String) - Constructor for class cn.vertxup.atom.domain.tables.MIndex
-
Create an aliased
DB_ETERNAL.M_INDEXtable reference - MIndex(String, String, String, Boolean, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MIndex
- MIndex(Name) - Constructor for class cn.vertxup.atom.domain.tables.MIndex
-
Create an aliased
DB_ETERNAL.M_INDEXtable reference - MIndex(Table<O>, ForeignKey<O, MIndexRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MIndex
- MIndexDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MIndexDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MIndexDao
- MIndexRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MIndexRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Create a detached MIndexRecord
- MIndexRecord(MIndex) - Constructor for class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Create a detached, initialised MIndexRecord
- MIndexRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MIndexRecord
- MIndexRecord(String, String, String, Boolean, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Create a detached, initialised MIndexRecord
- miss(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- missAsync(Criteria) - Method in class io.vertx.tp.modular.dao.AbstractDao
- missing(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- missingAsync(Criteria) - Method in class io.vertx.tp.modular.dao.internal.UAggr
- MJoin - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MJoin - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MJoin() - Constructor for class cn.vertxup.atom.domain.tables.MJoin
-
Create a
DB_ETERNAL.M_JOINtable reference - MJoin() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MJoin
- MJoin(IMJoin) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MJoin
- MJoin(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MJoin
- MJoin(String) - Constructor for class cn.vertxup.atom.domain.tables.MJoin
-
Create an aliased
DB_ETERNAL.M_JOINtable reference - MJoin(String, String, String, Integer, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MJoin
- MJoin(Name) - Constructor for class cn.vertxup.atom.domain.tables.MJoin
-
Create an aliased
DB_ETERNAL.M_JOINtable reference - MJoin(Table<O>, ForeignKey<O, MJoinRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MJoin
- MJoinDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MJoinDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MJoinDao
- MJoinRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MJoinRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Create a detached MJoinRecord
- MJoinRecord(MJoin) - Constructor for class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Create a detached, initialised MJoinRecord
- MJoinRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MJoinRecord
- MJoinRecord(String, String, String, Integer, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Create a detached, initialised MJoinRecord
- MKey - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MKey - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MKey() - Constructor for class cn.vertxup.atom.domain.tables.MKey
-
Create a
DB_ETERNAL.M_KEYtable reference - MKey() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MKey
- MKey(IMKey) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MKey
- MKey(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MKey
- MKey(String) - Constructor for class cn.vertxup.atom.domain.tables.MKey
-
Create an aliased
DB_ETERNAL.M_KEYtable reference - MKey(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MKey
- MKey(Name) - Constructor for class cn.vertxup.atom.domain.tables.MKey
-
Create an aliased
DB_ETERNAL.M_KEYtable reference - MKey(Table<O>, ForeignKey<O, MKeyRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MKey
- MKeyDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MKeyDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MKeyDao
- MKeyRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MKeyRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Create a detached MKeyRecord
- MKeyRecord(MKey) - Constructor for class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Create a detached, initialised MKeyRecord
- MKeyRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MKeyRecord
- MKeyRecord(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Create a detached, initialised MKeyRecord
- MModel - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MModel - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MModel() - Constructor for class cn.vertxup.atom.domain.tables.MModel
-
Create a
DB_ETERNAL.M_MODELtable reference - MModel() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MModel
- MModel(IMModel) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MModel
- MModel(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MModel
- MModel(String) - Constructor for class cn.vertxup.atom.domain.tables.MModel
-
Create an aliased
DB_ETERNAL.M_MODELtable reference - MModel(String, String, String, String, String, String, String, String, String, String, Boolean, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MModel
- MModel(Name) - Constructor for class cn.vertxup.atom.domain.tables.MModel
-
Create an aliased
DB_ETERNAL.M_MODELtable reference - MModel(Table<O>, ForeignKey<O, MModelRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MModel
- MModelDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MModelDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MModelDao
- MModelRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MModelRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Create a detached MModelRecord
- MModelRecord(MModel) - Constructor for class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Create a detached, initialised MModelRecord
- MModelRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MModelRecord
- MModelRecord(String, String, String, String, String, String, String, String, String, String, Boolean, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Create a detached, initialised MModelRecord
- model() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- model() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- model() - Static method in interface io.vertx.tp.optic.ambient.AoRefine
- Model - Interface in io.vertx.tp.atom.modeling
- MODEL - io.vertx.tp.atom.cv.em.InitCategory
- MODEL - Variable in class cn.vertxup.atom.domain.tables.MJoin
-
The column
DB_ETERNAL.M_JOIN.MODEL. - MODEL - Static variable in interface io.vertx.tp.atom.cv.AoTable
- MODEL_ID - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.MODEL_ID. - MODEL_ID - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - MODEL_KEY - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.MODEL_KEY. - ModelPerformer - Class in io.vertx.tp.modular.phantom
- ModelType - Enum in io.vertx.tp.atom.cv.em
- mount(DataAtom) - Method in class io.vertx.tp.modular.dao.AbstractDao
- mount(DataAtom) - Method in interface io.vertx.tp.modular.dao.AoDao
-
挂载到元数据中,主要用于链接 metadata
- mount(T) - Method in interface io.vertx.tp.modular.apply.AoDefault
-
特殊函数用于挂载
- MRelation - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MRelation - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MRelation() - Constructor for class cn.vertxup.atom.domain.tables.MRelation
-
Create a
DB_ETERNAL.M_RELATIONtable reference - MRelation() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MRelation
- MRelation(IMRelation) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MRelation
- MRelation(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MRelation
- MRelation(String) - Constructor for class cn.vertxup.atom.domain.tables.MRelation
-
Create an aliased
DB_ETERNAL.M_RELATIONtable reference - MRelation(String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MRelation
- MRelation(Name) - Constructor for class cn.vertxup.atom.domain.tables.MRelation
-
Create an aliased
DB_ETERNAL.M_RELATIONtable reference - MRelation(Table<O>, ForeignKey<O, MRelationRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MRelation
- MRelationDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MRelationDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MRelationDao
- MRelationRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MRelationRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Create a detached MRelationRecord
- MRelationRecord(MRelation) - Constructor for class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Create a detached, initialised MRelationRecord
- MRelationRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MRelationRecord
- MRelationRecord(String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Create a detached, initialised MRelationRecord
- MTpl - Class in cn.vertxup.atom.domain.tables
-
This class is generated by jOOQ.
- MTpl - Class in cn.vertxup.atom.domain.tables.pojos
-
This class is generated by jOOQ.
- MTpl() - Constructor for class cn.vertxup.atom.domain.tables.MTpl
-
Create a
DB_ETERNAL.M_TPLtable reference - MTpl() - Constructor for class cn.vertxup.atom.domain.tables.pojos.MTpl
- MTpl(IMTpl) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MTpl
- MTpl(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MTpl
- MTpl(String) - Constructor for class cn.vertxup.atom.domain.tables.MTpl
-
Create an aliased
DB_ETERNAL.M_TPLtable reference - MTpl(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.pojos.MTpl
- MTpl(Name) - Constructor for class cn.vertxup.atom.domain.tables.MTpl
-
Create an aliased
DB_ETERNAL.M_TPLtable reference - MTpl(Table<O>, ForeignKey<O, MTplRecord>) - Constructor for class cn.vertxup.atom.domain.tables.MTpl
- MTplDao - Class in cn.vertxup.atom.domain.tables.daos
-
This class is generated by jOOQ.
- MTplDao(Configuration, Vertx) - Constructor for class cn.vertxup.atom.domain.tables.daos.MTplDao
- MTplRecord - Class in cn.vertxup.atom.domain.tables.records
-
This class is generated by jOOQ.
- MTplRecord() - Constructor for class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Create a detached MTplRecord
- MTplRecord(MTpl) - Constructor for class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Create a detached, initialised MTplRecord
- MTplRecord(JsonObject) - Constructor for class cn.vertxup.atom.domain.tables.records.MTplRecord
- MTplRecord(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Constructor for class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Create a detached, initialised MTplRecord
N
- NAME - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.NAME. - NAME - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.NAME. - namespace() - Method in class io.vertx.tp.optic.modeling.JsonModel
- namespace() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- namespace(String) - Static method in interface io.vertx.tp.atom.modeling.Model
- NAMESPACE - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.NAMESPACE. - NAMESPACE - Variable in class cn.vertxup.atom.domain.tables.MJoin
-
The column
DB_ETERNAL.M_JOIN.NAMESPACE. - NAMESPACE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.NAMESPACE. - NEQ - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
8.不等于 <>
- NORMALIZE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - NOT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
1.NOT
- NULL - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
2.NULL
O
- OComponent - Interface in io.vertx.tp.modular.plugin
- OExpression - Interface in io.vertx.tp.modular.plugin
- on(DataAtom) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- on(DataAtom) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- on(DataAtom) - Method in interface io.vertx.tp.modular.dao.internal.AoBinder
-
绑定一个 Atom 元数据
- on(DataTpl) - Method in class io.vertx.tp.modular.io.AbstractIo
- on(DataTpl) - Method in interface io.vertx.tp.modular.io.AoIo
- on(DataTpl) - Method in class io.vertx.tp.modular.reference.AbstractRay
-
Bind the component to data model template
DataTpl. - on(DataTpl) - Method in interface io.vertx.tp.modular.reference.AoRay
-
Bind the component to data model template
DataTpl. - on(AoConnection) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- on(AoConnection) - Method in interface io.vertx.tp.modular.dao.internal.AoBinder
-
绑定一个 AoConnection 引用
- on(AoReflector) - Method in class io.vertx.tp.modular.sql.SqlDDLProvider
- on(AoSentence) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- on(AoSentence) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- on(AoSentence) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- on(AoSentence) - Method in interface io.vertx.tp.modular.dao.internal.AoBinder
-
绑定一个 AoSentence 引用
- on(AoSentence) - Method in class io.vertx.tp.modular.sql.SqlDDLProvider
- on(String) - Method in class io.vertx.tp.modular.file.excel.ExAnalyzer
- on(String) - Method in class io.vertx.tp.modular.file.excel.ExModello
- on(List<DataRow>) - Method in class io.vertx.tp.modular.io.AbstractIo
- on(List<DataRow>) - Method in interface io.vertx.tp.modular.io.AoIo
- ON - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
8.ON
- onCondition(DataTpl, Criteria) - Method in interface io.vertx.tp.modular.query.Ingest
- onCondition(DataTpl, Criteria, ConcurrentMap<String, String>) - Method in interface io.vertx.tp.modular.query.Ingest
- onOrder(DataTpl, Sorter) - Method in interface io.vertx.tp.modular.query.Ingest
- onOrder(DataTpl, Sorter, ConcurrentMap<String, String>) - Method in interface io.vertx.tp.modular.query.Ingest
- onTable(DataTpl, Set<String>) - Method in interface io.vertx.tp.modular.query.Ingest
- onTable(DataTpl, Set<String>, ConcurrentMap<String, String>) - Method in interface io.vertx.tp.modular.query.Ingest
- OP_AGGREGATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_ASSIGN - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_COUNT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_DELETE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_INSERT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_ORDER - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_ORDER_BY - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_SELECT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_UPDATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OP_WHERE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- OR - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
2.OR
- ORDER - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
4.ORDER
- out(Record[], DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
-
Processing output data records in response
- out(Record[], DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- out(Record, DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
-
Processing output data record in response
- out(Record, DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- OUT_COMPONENT - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - OUT_COMPONENT - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - outAsync(Record[], DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
- outAsync(Record[], DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- outAsync(Record, DataTpl) - Method in interface io.vertx.tp.modular.plugin.IoHub
- outAsync(Record, DataTpl) - Method in class io.vertx.tp.modular.plugin.IoNerve
- output - Variable in class io.vertx.tp.modular.reference.AbstractRay
-
The hashmap reference of `field =
AoRule`. - output(DataEvent, Function<DataEvent, DataEvent>, boolean) - Method in class io.vertx.tp.modular.dao.internal.AbstractUtil
- outValue(Object) - Method in class io.vertx.tp.modular.change.AbstractAdjuster
- outValue(Object) - Method in interface io.vertx.tp.modular.change.Adjuster
P
- PASS - io.vertx.tp.atom.cv.em.CheckResult
- PATH_EXCEL - Static variable in interface io.vertx.tp.atom.refine.Ao.Path
- PATH_JSON - Static variable in interface io.vertx.tp.atom.refine.Ao.Path
- PERCENT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Comparator
-
4.%
- Pin - Interface in io.vertx.tp.modular.jdbc
-
统一读取组件的接口,新版的数据访问层在 yml 文件中仅定义 Pin 插件就可以了, 其他所有插件通过 Pin 来实现门面转化的动作,包括读取其他组件的应用都透过 Pin来完成, Pin 中还可以检查数据库连接。
- pluginPin() - Static method in class io.vertx.tp.atom.refine.Ao
- POOL_CONNECTION - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_ENGINES - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_MODELER - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_MODELS - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_PERFORMERS - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_SWITCHER - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_T_BUILDER - Static variable in interface io.vertx.tp.atom.cv.AoCache
- POOL_T_DAO - Static variable in interface io.vertx.tp.atom.cv.AoCache
- PRECISION - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.PRECISION. - prepareAlterLines(Schema) - Method in class io.vertx.tp.modular.sql.SqlDDLProvider
- prepareCreateLines(Schema) - Method in class io.vertx.tp.modular.sql.SqlDDLProvider
- PRIMARY - io.vertx.tp.atom.cv.em.KeyType
- PRIMARY - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
1.PRIMARY
- PRIORITY - Variable in class cn.vertxup.atom.domain.tables.MJoin
-
The column
DB_ETERNAL.M_JOIN.PRIORITY. - PROCEDURE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
8.存储过程
- purge(Schema) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- purge(Schema) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
删除表信息
- purge(String) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- purge(String) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
删除单个表结构
- purge(Set<String>) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- purge(Set<String>) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
删除多个表结构
Q
- qr(Qr) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- query(JsonObject) - Method in class io.vertx.tp.modular.dao.internal.USearch
- query(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- queryAsync(JsonObject) - Method in class io.vertx.tp.modular.dao.internal.USearch
- queryAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MAccDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MAttributeDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MEntityDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MFieldDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MIndexDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MJoinDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MKeyDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MModelDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MRelationDao
- queryExecutor() - Method in class cn.vertxup.atom.domain.tables.daos.MTplDao
R
- rapid() - Static method in interface io.vertx.tp.modular.acc.Rise
- RayBatch - Class in io.vertx.tp.modular.reference
-
## Multi Reference Processor It's the sub-class of
AbstractRaywithRecord[] element. - RayBatch() - Constructor for class io.vertx.tp.modular.reference.RayBatch
- RaySingle - Class in io.vertx.tp.modular.reference
-
## Single Reference Processor It's the sub-class of
AbstractRaywithRecordelement. - RaySingle() - Constructor for class io.vertx.tp.modular.reference.RaySingle
- RDao - Class in io.vertx.tp.atom.modeling.reference
-
##「Pojo」DataAtom Key Replaced
- RDao(String, String) - Constructor for class io.vertx.tp.atom.modeling.reference.RDao
- readDataFiles() - Method in interface io.vertx.tp.modular.file.AoFile
- readDataFiles() - Method in class io.vertx.tp.modular.file.ExcelReader
- readDataFiles() - Method in class io.vertx.tp.modular.file.FileReader
- readModels(String) - Method in interface io.vertx.tp.modular.file.AoFile
-
读取建模数据 M_MODEL, -- M_ATTRIBUTE, M_JOIN M_ENTITY, -- M_FIELD, M_KEY, M_INDEX
- readModels(String) - Method in class io.vertx.tp.modular.file.ExcelReader
- readModels(String) - Method in class io.vertx.tp.modular.file.FileReader
- readServices() - Method in interface io.vertx.tp.modular.file.AoFile
-
读取接口数据
- readServices() - Method in class io.vertx.tp.modular.file.ExcelReader
- readServices() - Method in class io.vertx.tp.modular.file.FileReader
- record(JsonObject, DataAtom) - Static method in class io.vertx.tp.atom.refine.Ao
- record(DataAtom) - Static method in class io.vertx.tp.atom.refine.Ao
- RECORD_JSON - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.RECORD_JSON. - RECORD_RAW - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.RECORD_RAW. - RECORD_UNIQUE - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - records(JsonArray, DataAtom) - Static method in class io.vertx.tp.atom.refine.Ao
- records(DataAtom, ExTable) - Static method in class io.vertx.tp.atom.refine.Ao
- records(Record...) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- records(Record...) - Method in interface io.vertx.tp.modular.io.AoIo
- records(Record...) - Method in class io.vertx.tp.modular.io.IoBatch
- records(Record...) - Method in class io.vertx.tp.modular.io.IoSingle
- REFERENCE - io.vertx.tp.atom.cv.em.AttributeType
- REFERENCES - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
3.REFERENCES
- refInput() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- refOutput() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- refQuery() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- relation(String) - Method in class io.vertx.tp.optic.modeling.JsonModel
- relation(String) - Method in class io.vertx.tp.optic.modeling.JsonSchema
- RELATION - io.vertx.tp.atom.cv.em.EntityType
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MAcc
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MAttribute
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MEntity
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MField
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MIndex
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MJoin
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MKey
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MModel
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MRelation
-
Rename this table
- rename(String) - Method in class cn.vertxup.atom.domain.tables.MTpl
-
Rename this table
- rename(String) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- rename(String) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
重命名单个表结构
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MAcc
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MAttribute
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MEntity
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MField
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MIndex
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MJoin
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MKey
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MModel
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MRelation
-
Rename this table
- rename(Name) - Method in class cn.vertxup.atom.domain.tables.MTpl
-
Rename this table
- replace(JsonArray) - Method in class io.vertx.tp.atom.modeling.data.DataGroup
- report(Schema) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- report(Schema) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
元数据和真实数据库信息报告
- request(Record) - Method in class io.vertx.tp.atom.modeling.element.DataRow
-
Request Data Processing
- Rise - Interface in io.vertx.tp.modular.acc
- RQuery - Class in io.vertx.tp.atom.modeling.reference
- RQuery(String, String) - Constructor for class io.vertx.tp.atom.modeling.reference.RQuery
- RQuote - Class in io.vertx.tp.atom.modeling.reference
-
##「Pojo」Quote Definition Object ### 1.
- RResult - Class in io.vertx.tp.atom.modeling.reference
-
## Result ### 1.
- RResult(MAttribute, AoAttribute) - Constructor for class io.vertx.tp.atom.modeling.reference.RResult
- rule() - Method in class io.vertx.tp.atom.modeling.config.AoAttribute
-
Return to `rule`
- rule() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
存储的规则
- rule(String) - Method in class io.vertx.tp.atom.modeling.reference.RQuote
- RULE_UNIQUE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - ruleConnect(RuleUnique) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
规则的链接
- ruleDirect() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
连接的规则
- rules() - Method in class io.vertx.tp.atom.modeling.reference.RQuote
- ruleSmart() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
智能检索规则
- runRuler(JsonArray) - Method in class io.vertx.tp.atom.modeling.reference.RResult
S
- saveRow(Supplier<DataRow>) - Method in class io.vertx.tp.modular.io.AbstractIo
- saveRows(Supplier<List<DataRow>>) - Method in class io.vertx.tp.modular.io.AbstractIo
- scatter() - Static method in interface io.vertx.tp.modular.phantom.AoModeler
- schema() - Static method in interface io.vertx.tp.modular.apply.AoDefault
- schema() - Static method in interface io.vertx.tp.optic.ambient.AoRefine
- schema(String) - Method in class io.vertx.tp.atom.modeling.element.DataTpl
- schema(String) - Method in interface io.vertx.tp.atom.modeling.Model
- schema(String) - Method in class io.vertx.tp.optic.modeling.JsonModel
- Schema - Interface in io.vertx.tp.atom.modeling
-
数据库专用Schema相关信息,用于整合 Entity, Field, PtField,Index四种类型 Issuer可以通过Schema创建完整表结构
- SCHEMA - io.vertx.tp.atom.cv.em.InitCategory
- SCHEMA_NULL - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- SCHEMA_UNIQUE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- schemata() - Method in interface io.vertx.tp.atom.modeling.Model
- schemata() - Method in class io.vertx.tp.optic.modeling.JsonModel
- search(JsonObject) - Method in class io.vertx.tp.modular.dao.AbstractDao
- search(JsonObject) - Method in class io.vertx.tp.modular.dao.internal.USearch
- search(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- searchAsync(JsonObject) - Method in class io.vertx.tp.modular.dao.AbstractDao
- searchAsync(JsonObject) - Method in class io.vertx.tp.modular.dao.internal.USearch
- searchAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- segmentField(MField) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
-
生成列定义的SQL语句:`NAME` VARCHAR(255) NOT NULL
- segmentField(MField) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- segmentKey(MKey) - Method in class io.vertx.tp.modular.metadata.AbstractSentence
- segmentKey(MKey) - Method in interface io.vertx.tp.modular.metadata.AoSentence
- select(String, String) - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- select(String, String) - Method in class io.vertx.tp.modular.jdbc.DataConnection
- select(String, String[]) - Method in interface io.vertx.tp.modular.jdbc.AoConnection
- select(String, String[]) - Method in class io.vertx.tp.modular.jdbc.DataConnection
- SELECT - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
4.查询关键字
- sentence - Variable in class io.vertx.tp.modular.dao.internal.AbstractUtil
- sentence() - Method in class io.vertx.tp.modular.dao.AbstractDao
- set(String, Object) - Method in class io.vertx.tp.atom.modeling.element.DataMatrix
- SET - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
5.赋值关键字
- setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. - setActive(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.ACTIVE. - setActive(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.ACTIVE. - setAlias(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - setAlias(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.ALIAS. - setAlias(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - setAlias(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.ALIAS. - setAlias(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.ALIAS. - setAlias(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.ALIAS. - setCategoryId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - setCategoryId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - setCategoryId(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_ID. - setCategoryTree(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - setCategoryTree(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - setCategoryTree(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.CATEGORY_TREE. - setClustered(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.CLUSTERED. - setClustered(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.CLUSTERED. - setClustered(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.CLUSTERED. - setCode(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.CODE. - setCode(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.CODE. - setCode(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.CODE. - setColumnName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - setColumnName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - setColumnName(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_NAME. - setColumns(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.COLUMNS. - setColumns(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.COLUMNS. - setColumns(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.COLUMNS. - setColumns(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.COLUMNS. - setColumns(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.COLUMNS. - setColumns(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.COLUMNS. - setColumnType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - setColumnType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - setColumnType(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.COLUMN_TYPE. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.COMMENTS. - setComments(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.COMMENTS. - setComments(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.COMMENTS. - setCondition(JsonObject) - Method in class io.vertx.tp.atom.modeling.config.AoRule
- setConditions(JsonObject) - Method in class io.vertx.tp.atom.modeling.config.AoRule
- setConfigAdjuster(String) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setConfigModeling(String) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_AT. - setCreatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.CREATED_AT. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. - setCreatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.CREATED_BY. - setCreatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.CREATED_BY. - setDefineExcel(String) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setDefineJson(String) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setDiff(JsonArray) - Method in class io.vertx.tp.atom.modeling.config.AoRule
- setDownstream(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - setDownstream(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - setDownstream(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.DOWNSTREAM. - setEntity(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY. - setEntity(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY. - setEntity(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY. - setEntityId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - setEntityId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - setEntityId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.ENTITY_ID. - setEntityId(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.ENTITY_ID. - setEntityKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - setEntityKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - setEntityKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Setter for
DB_ETERNAL.M_JOIN.ENTITY_KEY. - setExpression(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - setExpression(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - setExpression(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.EXPRESSION. - setFormat(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.FORMAT. - setFormat(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.FORMAT. - setFormat(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.FORMAT. - setIdentifier(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - setIdentifier(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - setIdentifier(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - setIdentifier(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - setIdentifier(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.IDENTIFIER. - setIdentifier(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.IDENTIFIER. - setImplModel(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setImplPin(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setImplRecord(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setImplSchema(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setImplSwitcher(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setInComponent(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - setInComponent(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - setInComponent(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - setInComponent(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - setInComponent(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IN_COMPONENT. - setInComponent(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.IN_COMPONENT. - setIsArray(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - setIsArray(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - setIsArray(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_ARRAY. - setIsConfirm(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - setIsConfirm(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - setIsConfirm(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_CONFIRM. - setIsLock(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - setIsLock(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - setIsLock(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_LOCK. - setIsNullable(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - setIsNullable(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - setIsNullable(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.IS_NULLABLE. - setIsPrimary(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - setIsPrimary(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - setIsPrimary(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.IS_PRIMARY. - setIsRefer(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - setIsRefer(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - setIsRefer(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_REFER. - setIsSyncIn(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - setIsSyncIn(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - setIsSyncIn(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_IN. - setIsSyncOut(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - setIsSyncOut(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - setIsSyncOut(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_SYNC_OUT. - setIsTrack(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - setIsTrack(Boolean) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.IS_TRACK. - setIsTrack(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - setIsTrack(Boolean) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.IS_TRACK. - setIsTrack(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.IS_TRACK. - setIsTrack(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.IS_TRACK. - setKey(ID) - Method in class io.vertx.tp.atom.modeling.element.DataRow
- setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.KEY. - setKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.KEY. - setKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.KEY. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. - setLanguage(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.LANGUAGE. - setLanguage(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.LANGUAGE. - setLength(Integer) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.LENGTH. - setLength(Integer) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.LENGTH. - setLength(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.LENGTH. - setMatrix(ConcurrentMap<String, DataMatrix>) - Method in class io.vertx.tp.atom.modeling.element.DataKey
- setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.METADATA. - setMetadata(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.METADATA. - setMetadata(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.METADATA. - setMode(IdMode) - Method in class io.vertx.tp.atom.modeling.element.DataKey
- setModel(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Setter for
DB_ETERNAL.M_JOIN.MODEL. - setModel(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Setter for
DB_ETERNAL.M_JOIN.MODEL. - setModel(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Setter for
DB_ETERNAL.M_JOIN.MODEL. - setModelId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.MODEL_ID. - setModelId(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - setModelId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.MODEL_ID. - setModelId(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - setModelId(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.MODEL_ID. - setModelId(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.MODEL_ID. - setModelKey(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.MODEL_KEY. - setModelKey(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.MODEL_KEY. - setModelKey(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.MODEL_KEY. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.NAME. - setName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.NAME. - setName(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.NAME. - setNamespace(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - setNamespace(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. - setNamespace(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Setter for
DB_ETERNAL.M_JOIN.NAMESPACE. - setNamespace(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.NAMESPACE. - setNamespace(String) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setNormalize(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - setNormalize(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - setNormalize(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.NORMALIZE. - setOutComponent(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - setOutComponent(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - setOutComponent(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - setOutComponent(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - setOutComponent(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.OUT_COMPONENT. - setOutComponent(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.OUT_COMPONENT. - setPrecision(Integer) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.PRECISION. - setPrecision(Integer) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.PRECISION. - setPrecision(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.PRECISION. - setPriority(Integer) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
-
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. - setPriority(Integer) - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
-
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. - setPriority(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
-
Setter for
DB_ETERNAL.M_JOIN.PRIORITY. - setRecordJson(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_JSON. - setRecordJson(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_JSON. - setRecordJson(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.RECORD_JSON. - setRecordRaw(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_RAW. - setRecordRaw(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_RAW. - setRecordRaw(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.RECORD_RAW. - setRecordUnique(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - setRecordUnique(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - setRecordUnique(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.RECORD_UNIQUE. - setRequired(JsonArray) - Method in class io.vertx.tp.atom.modeling.config.AoRule
- setRuleUnique(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - setRuleUnique(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - setRuleUnique(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.RULE_UNIQUE. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.SIGMA. - setSigma(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.SIGMA. - setSigma(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.SIGMA. - setSource(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - setSource(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - setSource(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - setSourceConfig(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - setSourceConfig(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - setSourceConfig(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - setSourceExternal(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - setSourceExternal(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - setSourceExternal(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - setSourceField(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - setSourceField(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - setSourceField(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - setSourceReference(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - setSourceReference(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - setSourceReference(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - setSpider(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER. - setSpider(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER. - setSpider(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER. - setSpiderComponent(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - setSpiderComponent(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - setSpiderComponent(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - setSqlDebug(Boolean) - Method in class io.vertx.tp.atom.modeling.config.AoConfig
- setTableName(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - setTableName(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - setTableName(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.TABLE_NAME. - setTplAcl(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL. - setTplAcl(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL. - setTplAcl(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL. - setTplAclVisit(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - setTplAclVisit(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - setTplAclVisit(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - setTplApi(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_API. - setTplApi(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_API. - setTplApi(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_API. - setTplCategory(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - setTplCategory(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - setTplCategory(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_CATEGORY. - setTplEntity(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - setTplEntity(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - setTplEntity(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_ENTITY. - setTplIntegration(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - setTplIntegration(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - setTplIntegration(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - setTplJob(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_JOB. - setTplJob(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_JOB. - setTplJob(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_JOB. - setTplModel(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_MODEL. - setTplModel(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_MODEL. - setTplModel(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_MODEL. - setTplUi(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI. - setTplUi(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI. - setTplUi(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI. - setTplUiForm(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - setTplUiForm(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - setTplUiForm(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_FORM. - setTplUiList(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - setTplUiList(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - setTplUiList(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TPL_UI_LIST. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.TYPE. - setType(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.TYPE. - setType(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.TYPE. - setUnique(JsonArray) - Method in class io.vertx.tp.atom.modeling.config.AoRule
- setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_AT. - setUpdatedAt(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_AT. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - setUpdatedBy(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MField
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
-
Setter for
DB_ETERNAL.M_ACC.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MAttributeRecord
-
Setter for
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
-
Setter for
DB_ETERNAL.M_ENTITY.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
-
Setter for
DB_ETERNAL.M_FIELD.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
-
Setter for
DB_ETERNAL.M_INDEX.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
-
Setter for
DB_ETERNAL.M_KEY.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
-
Setter for
DB_ETERNAL.M_MODEL.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.UPDATED_BY. - setUpdatedBy(String) - Method in class cn.vertxup.atom.domain.tables.records.MTplRecord
-
Setter for
DB_ETERNAL.M_TPL.UPDATED_BY. - setUpstream(String) - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. - setUpstream(String) - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
-
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. - setUpstream(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
-
Setter for
DB_ETERNAL.M_RELATION.UPSTREAM. - shape() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
-
返回 Shape 对象
- sigma() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- SIGMA - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.SIGMA. - SIGMA - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.SIGMA. - SINGLE - io.vertx.tp.atom.cv.em.EventType
- SKIP - io.vertx.tp.atom.cv.em.CheckResult
- source() - Method in class io.vertx.tp.atom.modeling.reference.RDao
- source(JsonObject) - Method in interface io.vertx.tp.modular.plugin.IoSource
- SOURCE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SOURCE. - SOURCE_CONFIG - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SOURCE_CONFIG. - SOURCE_EXTERNAL - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SOURCE_EXTERNAL. - SOURCE_FIELD - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SOURCE_FIELD. - SOURCE_REFERENCE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.SOURCE_REFERENCE. - sourceField() - Method in class io.vertx.tp.atom.modeling.reference.RResult
- SPIDER - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.SPIDER. - SPIDER_COMPONENT - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.SPIDER_COMPONENT. - split(JBag, Integer) - Static method in class io.vertx.tp.atom.refine.Ao
- SqlDDLBuilder - Class in io.vertx.tp.modular.sql
-
Sql DDL 语句构造器
- SqlDDLConstant - Class in io.vertx.tp.modular.sql
- SqlDDLConstant() - Constructor for class io.vertx.tp.modular.sql.SqlDDLConstant
- SqlDDLProvider - Class in io.vertx.tp.modular.sql
- SqlDMLBuilder - Class in io.vertx.tp.modular.sql
-
DML类型的 Sql 语句的创建器,提供给Dao使用
- SqlInput - Class in io.vertx.tp.modular.sql
-
Sql引擎输入时的工具类
- SqlOutput - Class in io.vertx.tp.modular.sql
- SqlOutput() - Constructor for class io.vertx.tp.modular.sql.SqlOutput
- SqlStatement - Interface in io.vertx.tp.atom.cv.sql
-
标准Sql语句
- SqlTypeProvider - Class in io.vertx.tp.modular.sql
-
读取配置文件处理Sql的类型信息
- SqlWord - Interface in io.vertx.tp.atom.cv.sql
- SqlWord.Aggregate - Interface in io.vertx.tp.atom.cv.sql
-
聚集函数
- SqlWord.Assistant - Interface in io.vertx.tp.atom.cv.sql
-
辅助关键字
- SqlWord.Comparator - Interface in io.vertx.tp.atom.cv.sql
-
比较操作符
- SqlWord.Connector - Interface in io.vertx.tp.atom.cv.sql
-
连接关键字
- SqlWord.Object - Interface in io.vertx.tp.atom.cv.sql
-
对象关键字
- SqlWord.Operation - Interface in io.vertx.tp.atom.cv.sql
-
操作关键字
- stored(Long) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- stored(List<DataRow>) - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- succeed() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- succeed() - Method in class io.vertx.tp.atom.modeling.element.DataRow
- success(String) - Method in class io.vertx.tp.atom.modeling.element.DataRow
- success(String, Record, Set<String>) - Method in class io.vertx.tp.atom.modeling.element.DataRow
-
Response Data Processing
- SUM - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Aggregate
-
3.求和
- Switcher - Interface in io.vertx.tp.optic.robin
- synchron(Schema) - Method in class io.vertx.tp.modular.metadata.AbstractBuilder
- synchron(Schema) - Method in interface io.vertx.tp.modular.metadata.AoBuilder
-
同步表信息接口(添加/更新)
T
- TABLE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
1.数据表关键字
- TABLE_NAME - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.TABLE_NAME. - Tables - Class in cn.vertxup.atom.domain
-
Convenience access to all tables in DB_ETERNAL.
- Tables() - Constructor for class cn.vertxup.atom.domain.Tables
- TB_CREATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- TB_DROP - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- TB_RENAME - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- thenCombine(List<Future<ConcurrentMap<String, JsonArray>>>) - Method in class io.vertx.tp.modular.reference.AbstractRay
- to(JsonArray) - Method in class io.vertx.tp.modular.jooq.convert.JsonArraySider
- to(JsonObject) - Method in class io.vertx.tp.modular.jooq.convert.JsonObjectSider
- toAtom(JsonObject) - Static method in class io.vertx.tp.atom.refine.Ao
- toCount(Result<Record>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- toDao(Database, DataAtom) - Static method in class io.vertx.tp.atom.refine.Ao
- toDao(Database, Supplier<DataAtom>) - Static method in class io.vertx.tp.atom.refine.Ao
- toField(String, Set<DataMatrix>, ConcurrentMap<String, String>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAcc
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMAttribute
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMEntity
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMField
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMIndex
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMJoin
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMKey
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMModel
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMRelation
- toJson() - Method in interface cn.vertxup.atom.domain.tables.interfaces.IMTpl
- toJson() - Method in class io.vertx.tp.optic.modeling.JsonModel
- toJson() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- toKey(ID) - Static method in class io.vertx.tp.atom.refine.Ao
- toKey(JsonObject, DataAtom) - Static method in class io.vertx.tp.atom.refine.Ao
- toKey(JsonObject, DataAtom, ID) - Static method in class io.vertx.tp.atom.refine.Ao
- toList(Result<Record>, String) - Static method in class io.vertx.tp.modular.sql.SqlOutput
- toMatrix(Result<Record>, String[]) - Static method in class io.vertx.tp.modular.sql.SqlOutput
- toModel(String, JsonObject) - Static method in class io.vertx.tp.atom.refine.Ao
- toModel(String, String) - Static method in class io.vertx.tp.atom.refine.Ao
- toNamespace(String) - Static method in class io.vertx.tp.atom.refine.Ao
- TOP - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
9.TOP
- toRecord(Result<Record>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- toRecords(Result<Record>) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- toSchema(String, JsonObject) - Static method in class io.vertx.tp.atom.refine.Ao
- toSchema(String, String) - Static method in class io.vertx.tp.atom.refine.Ao
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MAcc
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MAttribute
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MEntity
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MField
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MIndex
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MJoin
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MKey
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MModel
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MRelation
- toString() - Method in class cn.vertxup.atom.domain.tables.pojos.MTpl
- toString() - Method in class io.vertx.tp.optic.modeling.JsonModel
- toString() - Method in class io.vertx.tp.optic.modeling.JsonSchema
- toSwitcher(Identity, JsonObject) - Static method in class io.vertx.tp.atom.refine.Ao
- toTable(String) - Static method in class io.vertx.tp.modular.jooq.internal.Jq
- toType() - Method in class io.vertx.tp.modular.jooq.convert.JsonArraySider
- toType() - Method in class io.vertx.tp.modular.jooq.convert.JsonObjectSider
- tpl - Variable in class io.vertx.tp.modular.reference.AbstractRay
-
The reference to
DataTplthat be related to model definition. - TPL_ACL - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_ACL. - TPL_ACL_VISIT - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_ACL_VISIT. - TPL_API - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_API. - TPL_CATEGORY - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_CATEGORY. - TPL_ENTITY - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_ENTITY. - TPL_INTEGRATION - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_INTEGRATION. - TPL_JOB - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_JOB. - TPL_MODEL - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_MODEL. - TPL_UI - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_UI. - TPL_UI_FORM - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_UI_FORM. - TPL_UI_LIST - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TPL_UI_LIST. - trackable() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- TRIGGER - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
6.触发器
- trueConfirm() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- trueIn() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- trueOut() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- trueTrack() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- type - Variable in class io.vertx.tp.modular.change.AbstractAdjuster
- type() - Method in class io.vertx.tp.atom.modeling.config.AoAttribute
-
Return to current type field
- type() - Method in class io.vertx.tp.atom.modeling.config.AoRule
- type() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- type() - Method in interface io.vertx.tp.atom.modeling.Model
- type() - Method in class io.vertx.tp.optic.modeling.JsonModel
- type(Class<?>) - Method in class io.vertx.tp.atom.modeling.config.AoRule
-
「Fluent」Set the field `type`.
- type(String) - Method in class io.vertx.tp.atom.modeling.data.DataAtom
- type(String) - Method in class io.vertx.tp.atom.modeling.reference.RQuote
- TYPE - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.TYPE. - TYPE - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.TYPE. - typeCls() - Method in class io.vertx.tp.atom.modeling.config.AoAttribute
-
Return to current data type
- typeCls() - Method in interface io.vertx.tp.atom.modeling.Model
- typeCls() - Method in class io.vertx.tp.optic.modeling.JsonModel
- typeData() - Method in class io.vertx.tp.atom.modeling.reference.RResult
- typeProvider - Variable in class io.vertx.tp.modular.metadata.AbstractSentence
- types() - Method in class io.vertx.tp.atom.modeling.config.AoAttribute
-
Return to `fields`
- types() - Method in class io.vertx.tp.atom.modeling.data.DataRecord
- types() - Method in interface io.vertx.tp.atom.modeling.Model
- types() - Method in class io.vertx.tp.optic.modeling.JsonModel
U
- UAggr - Class in io.vertx.tp.modular.dao.internal
-
工具类 1.
- UFlush - Class in io.vertx.tp.modular.dao.internal
-
工具类 1.
- UList - Class in io.vertx.tp.modular.dao.internal
-
工具类 1.
- unique() - Method in interface io.vertx.tp.atom.modeling.Model
- unique() - Method in class io.vertx.tp.optic.modeling.JsonModel
- UNIQUE - io.vertx.tp.atom.cv.em.KeyType
- UNIQUE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Assistant
-
0.UNIQUE
- update(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- update(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- update(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- update(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- update(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- UPDATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Operation
-
2.更新关键字
- updateAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- updateAsync(Record) - Method in class io.vertx.tp.modular.dao.AbstractDao
- updateAsync(Record) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- updateAsync(Record...) - Method in class io.vertx.tp.modular.dao.AbstractDao
- updateAsync(Record...) - Method in class io.vertx.tp.modular.dao.internal.UFlush
- updateBatch(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- updateBatchAsync(DataEvent) - Method in class io.vertx.tp.modular.jooq.JQEngine
- UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.UPDATED_AT. - UPDATED_AT - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.UPDATED_AT. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MAcc
-
The column
DB_ETERNAL.M_ACC.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MAttribute
-
The column
DB_ETERNAL.M_ATTRIBUTE.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MEntity
-
The column
DB_ETERNAL.M_ENTITY.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MField
-
The column
DB_ETERNAL.M_FIELD.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MIndex
-
The column
DB_ETERNAL.M_INDEX.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MKey
-
The column
DB_ETERNAL.M_KEY.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MModel
-
The column
DB_ETERNAL.M_MODEL.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.UPDATED_BY. - UPDATED_BY - Variable in class cn.vertxup.atom.domain.tables.MTpl
-
The column
DB_ETERNAL.M_TPL.UPDATED_BY. - UPSTREAM - Variable in class cn.vertxup.atom.domain.tables.MRelation
-
The column
DB_ETERNAL.M_RELATION.UPSTREAM. - USearch - Class in io.vertx.tp.modular.dao.internal
-
工具类 1.
- uuid() - Method in class io.vertx.tp.atom.modeling.data.DataEvent
- uuid() - Method in class io.vertx.tp.modular.io.AbstractIo
- uuid() - Method in interface io.vertx.tp.modular.io.AoIo
- UUnique - Class in io.vertx.tp.modular.dao.internal
-
工具类 1.
V
- V_CREATE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- V_DROP - Static variable in interface io.vertx.tp.atom.cv.sql.SqlStatement
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value1() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value1(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value10() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value10(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value10(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value10(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value10(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value10(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value10(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value10(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value11() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value11(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value11(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value11(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value11(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value11(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value11(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value11(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value12() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value12(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value12(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value12(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value12(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value12(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value12(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value12(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value13() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value13(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value13(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value13(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value13(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value13(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value13(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value13(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value14() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value14(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value14(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value14(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value14(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value14(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value14(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value15() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value15() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value15() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value15() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value15(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value15(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value15(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value15(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value16() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value16() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value16(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value16(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value17() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value17() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value17(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value17(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value18() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value18() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value18(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value18(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value19() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value19() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value19(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value19(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value2() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value2(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value20() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value20() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value20(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value20(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value21() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value21() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value21(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value21(LocalDateTime) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value22() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value22(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value3() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value3(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value4() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value4(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value4(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value4(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value5() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value5(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value6() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value6(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value6(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value7() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value7(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value7(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value8() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value8(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value8(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value8(String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value8(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value8(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value8(String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value8(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value9() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- value9(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- value9(Boolean) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- value9(Integer) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- value9(String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- value9(String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- value9(String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- value9(String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.AttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.CheckResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.IdMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.InitCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertx.tp.atom.cv.em.ModelType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertx.tp.atom.cv.em.AttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.CheckResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.EntityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.IdMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.InitCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.KeyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.vertx.tp.atom.cv.em.ModelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(String, String, String, Boolean, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- values(String, String, String, Integer, String) - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- values(String, String, String, String, String, Boolean, Boolean, Integer, Integer, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- values(String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- values(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- values(String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- values(String, String, String, String, String, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- values(String, String, String, String, String, String, String, String, String, String, Boolean, String, String, String, String, Boolean, String, LocalDateTime, String, LocalDateTime, String) - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MAccRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MEntityRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MFieldRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MIndexRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MJoinRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MKeyRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MModelRecord
- valuesRow() - Method in class cn.vertxup.atom.domain.tables.records.MRelationRecord
- verifyColumn(String, String) - Method in interface io.vertx.tp.modular.metadata.AoVerifier
- verifyColumn(String, String) - Method in class io.vertx.tp.modular.metadata.CommonVerifier
- verifyColumn(String, String, String) - Method in interface io.vertx.tp.modular.metadata.AoVerifier
- verifyColumn(String, String, String) - Method in class io.vertx.tp.modular.metadata.CommonVerifier
- verifyConstraint(String, String) - Method in interface io.vertx.tp.modular.metadata.AoVerifier
- verifyConstraint(String, String) - Method in class io.vertx.tp.modular.metadata.CommonVerifier
- verifyTable(String) - Method in interface io.vertx.tp.modular.metadata.AoVerifier
- verifyTable(String) - Method in class io.vertx.tp.modular.metadata.CommonVerifier
- VIEW - io.vertx.tp.atom.cv.em.ModelType
- VIEW - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Object
-
3.数据视图
- vs() - Method in class io.vertx.tp.atom.modeling.data.DataAtom
W
- WHERE - Static variable in interface io.vertx.tp.atom.cv.sql.SqlWord.Connector
-
4.WHERE
- writeData(String, JsonArray, DataAtom) - Method in interface io.vertx.tp.modular.acc.Rise
_
- _400ExcelAppConflictException - Exception in io.vertx.tp.error
- _400ExcelAppConflictException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._400ExcelAppConflictException
- _400ExcelTplErrorException - Exception in io.vertx.tp.error
- _400ExcelTplErrorException(Class<?>) - Constructor for exception io.vertx.tp.error._400ExcelTplErrorException
- _400FileRequiredException - Exception in io.vertx.tp.error
- _400FileRequiredException(Class<?>) - Constructor for exception io.vertx.tp.error._400FileRequiredException
- _400KeyLengthException - Exception in io.vertx.tp.error
- _400KeyLengthException(Class<?>) - Constructor for exception io.vertx.tp.error._400KeyLengthException
- _400TrackingErrorException - Exception in io.vertx.tp.error
- _400TrackingErrorException(Class<?>) - Constructor for exception io.vertx.tp.error._400TrackingErrorException
- _404ModelNotFoundException - Exception in io.vertx.tp.error
- _404ModelNotFoundException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._404ModelNotFoundException
- _404RecordMissingException - Exception in io.vertx.tp.error
- _404RecordMissingException(Class<?>, String) - Constructor for exception io.vertx.tp.error._404RecordMissingException
- _409CodeUnsupportException - Exception in io.vertx.tp.error
- _409CodeUnsupportException(Class<?>, String) - Constructor for exception io.vertx.tp.error._409CodeUnsupportException
- _409IdentifierConflictException - Exception in io.vertx.tp.error
- _409IdentifierConflictException(Class<?>, String) - Constructor for exception io.vertx.tp.error._409IdentifierConflictException
- _409ReferenceDaoException - Exception in io.vertx.tp.error
- _409ReferenceDaoException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._409ReferenceDaoException
- _409UniqueConstraintException - Exception in io.vertx.tp.error
- _409UniqueConstraintException(Class<?>, Throwable) - Constructor for exception io.vertx.tp.error._409UniqueConstraintException
- _417ConditionEmptyException - Exception in io.vertx.tp.error
- _417ConditionEmptyException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417ConditionEmptyException
- _417ConditionWhereException - Exception in io.vertx.tp.error
- _417ConditionWhereException(Class<?>) - Constructor for exception io.vertx.tp.error._417ConditionWhereException
- _417DataAtomNullException - Exception in io.vertx.tp.error
- _417DataAtomNullException(Class<?>) - Constructor for exception io.vertx.tp.error._417DataAtomNullException
- _417DataEmptyException - Exception in io.vertx.tp.error
- _417DataEmptyException(Class<?>) - Constructor for exception io.vertx.tp.error._417DataEmptyException
- _417DataRowNullException - Exception in io.vertx.tp.error
- _417DataRowNullException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417DataRowNullException
- _417DataTransactionException - Exception in io.vertx.tp.error
- _417DataTransactionException(Class<?>, Throwable) - Constructor for exception io.vertx.tp.error._417DataTransactionException
- _417DataUnexpectException - Exception in io.vertx.tp.error
- _417DataUnexpectException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._417DataUnexpectException
- _417EventTypeConflictException - Exception in io.vertx.tp.error
- _417EventTypeConflictException(Class<?>) - Constructor for exception io.vertx.tp.error._417EventTypeConflictException
- _417PrimaryAttrWrongException - Exception in io.vertx.tp.error
- _417PrimaryAttrWrongException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417PrimaryAttrWrongException
- _417PrimaryKeyMissingException - Exception in io.vertx.tp.error
- _417PrimaryKeyMissingException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417PrimaryKeyMissingException
- _417PrimaryKeyResultException - Exception in io.vertx.tp.error
- _417PrimaryKeyResultException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._417PrimaryKeyResultException
- _417PrimaryKeySizeException - Exception in io.vertx.tp.error
- _417PrimaryKeySizeException(Class<?>, Integer, String) - Constructor for exception io.vertx.tp.error._417PrimaryKeySizeException
- _417PrimaryKeySpecException - Exception in io.vertx.tp.error
- _417PrimaryKeySpecException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417PrimaryKeySpecException
- _417RelatedFieldMissingException - Exception in io.vertx.tp.error
- _417RelatedFieldMissingException(Class<?>, String, String, String) - Constructor for exception io.vertx.tp.error._417RelatedFieldMissingException
- _417RelatedSchemaMissingException - Exception in io.vertx.tp.error
- _417RelatedSchemaMissingException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._417RelatedSchemaMissingException
- _417RelationCounterException - Exception in io.vertx.tp.error
- _417RelationCounterException(Class<?>, String, Integer, Integer) - Constructor for exception io.vertx.tp.error._417RelationCounterException
- _417SqlExecutingException - Exception in io.vertx.tp.error
- _417SqlExecutingException(Class<?>, String, JsonObject) - Constructor for exception io.vertx.tp.error._417SqlExecutingException
- _417TableCounterException - Exception in io.vertx.tp.error
- _417TableCounterException(Class<?>, String) - Constructor for exception io.vertx.tp.error._417TableCounterException
- _500AtomFirstException - Exception in io.vertx.tp.error
- _500AtomFirstException(Class<?>, String) - Constructor for exception io.vertx.tp.error._500AtomFirstException
- _500ConditionFieldException - Exception in io.vertx.tp.error
- _500ConditionFieldException(Class<?>, String) - Constructor for exception io.vertx.tp.error._500ConditionFieldException
- _500DdlExecuteException - Exception in io.vertx.tp.error
- _500DdlExecuteException(Class<?>) - Constructor for exception io.vertx.tp.error._500DdlExecuteException
- _500EmptySQLException - Exception in io.vertx.tp.error
- _500EmptySQLException(Class<?>) - Constructor for exception io.vertx.tp.error._500EmptySQLException
- _500ExcelFileNullException - Exception in io.vertx.tp.error
- _500ExcelFileNullException(Class<?>) - Constructor for exception io.vertx.tp.error._500ExcelFileNullException
- _500NullableAddException - Exception in io.vertx.tp.error
- _500NullableAddException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._500NullableAddException
- _500NullableAlterException - Exception in io.vertx.tp.error
- _500NullableAlterException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._500NullableAlterException
- _500TypeAlterException - Exception in io.vertx.tp.error
- _500TypeAlterException(Class<?>, String, String) - Constructor for exception io.vertx.tp.error._500TypeAlterException
- _501AnonymousAtomException - Exception in io.vertx.tp.error
- _501AnonymousAtomException(Class<?>) - Constructor for exception io.vertx.tp.error._501AnonymousAtomException
- _501AoReflectorNullException - Exception in io.vertx.tp.error
- _501AoReflectorNullException(Class<?>) - Constructor for exception io.vertx.tp.error._501AoReflectorNullException
- _501AoSentenceNullException - Exception in io.vertx.tp.error
- _501AoSentenceNullException(Class<?>) - Constructor for exception io.vertx.tp.error._501AoSentenceNullException
- _501FabricIssueException - Exception in io.vertx.tp.error
- _501FabricIssueException(Class<?>) - Constructor for exception io.vertx.tp.error._501FabricIssueException
- _501IngestImplementException - Exception in io.vertx.tp.error
- _501IngestImplementException(Class<?>) - Constructor for exception io.vertx.tp.error._501IngestImplementException
- _501PinNotFoundException - Exception in io.vertx.tp.error
- _501PinNotFoundException(Class<?>, String) - Constructor for exception io.vertx.tp.error._501PinNotFoundException
All Classes All Packages