Uses of Class
io.vertx.tp.atom.modeling.element.DataTpl
-
Packages that use DataTpl Package Description io.vertx.tp.atom.modeling.data io.vertx.tp.atom.modeling.element io.vertx.tp.modular.io io.vertx.tp.modular.plugin io.vertx.tp.modular.query io.vertx.tp.modular.reference -
-
Uses of DataTpl in io.vertx.tp.atom.modeling.data
Methods in io.vertx.tp.atom.modeling.data that return DataTpl Modifier and Type Method Description DataTplDataEvent. getTpl() -
Uses of DataTpl in io.vertx.tp.atom.modeling.element
Methods in io.vertx.tp.atom.modeling.element that return DataTpl Modifier and Type Method Description static DataTplDataTpl. create()DataTplDataTpl. on(DataAtom atom)DataTplDataTpl. on(AoSentence sentence)Constructors in io.vertx.tp.atom.modeling.element with parameters of type DataTpl Constructor Description DataRow(DataTpl tpl) -
Uses of DataTpl in io.vertx.tp.modular.io
Methods in io.vertx.tp.modular.io with parameters of type DataTpl Modifier and Type Method Description AoIoAbstractIo. on(DataTpl tpl)AoIoAoIo. on(DataTpl tpl) -
Uses of DataTpl in io.vertx.tp.modular.plugin
Methods in io.vertx.tp.modular.plugin with parameters of type DataTpl Modifier and Type Method Description Record[]IoHub. in(Record[] records, DataTpl tpl)Processing input data recordsRecordIoHub. in(Record record, DataTpl tpl)Processing input data recordRecord[]IoNerve. in(Record[] records, DataTpl tpl)RecordIoNerve. in(Record record, DataTpl tpl)Record[]IoHub. out(Record[] records, DataTpl tpl)Processing output data records in responseRecordIoHub. out(Record record, DataTpl tpl)Processing output data record in responseRecord[]IoNerve. out(Record[] records, DataTpl tpl)RecordIoNerve. out(Record record, DataTpl tpl)io.vertx.core.Future<Record[]>IoHub. outAsync(Record[] records, DataTpl tpl)io.vertx.core.Future<Record>IoHub. outAsync(Record record, DataTpl tpl)io.vertx.core.Future<Record[]>IoNerve. outAsync(Record[] records, DataTpl tpl)io.vertx.core.Future<Record>IoNerve. outAsync(Record record, DataTpl tpl) -
Uses of DataTpl in io.vertx.tp.modular.query
Methods in io.vertx.tp.modular.query with parameters of type DataTpl Modifier and Type Method Description default org.jooq.ConditionIngest. onCondition(DataTpl tpl, io.vertx.up.atom.query.Criteria criteria)default org.jooq.ConditionIngest. onCondition(DataTpl tpl, io.vertx.up.atom.query.Criteria criteria, ConcurrentMap<String,String> aliasMap)default List<org.jooq.OrderField>Ingest. onOrder(DataTpl tpl, io.vertx.up.atom.query.Sorter sorter)default List<org.jooq.OrderField>Ingest. onOrder(DataTpl tpl, io.vertx.up.atom.query.Sorter sorter, ConcurrentMap<String,String> aliasMap)default org.jooq.Table<org.jooq.Record>Ingest. onTable(DataTpl tpl, Set<String> tables)default org.jooq.Table<org.jooq.Record>Ingest. onTable(DataTpl tpl, Set<String> tables, ConcurrentMap<String,String> aliasMap) -
Uses of DataTpl in io.vertx.tp.modular.reference
Fields in io.vertx.tp.modular.reference declared as DataTpl Modifier and Type Field Description protected DataTplAbstractRay. tplThe reference toDataTplthat be related to model definition.Methods in io.vertx.tp.modular.reference with parameters of type DataTpl Modifier and Type Method Description AoRay<T>AbstractRay. on(DataTpl tpl)Bind the component to data model templateDataTpl.AoRay<T>AoRay. on(DataTpl tpl)Bind the component to data model templateDataTpl.
-