public interface Ingest
| Modifier and Type | Method and Description |
|---|---|
default Ingest |
bind(AoSentence sentence) |
static Ingest |
create(ModelType type) |
default org.jooq.Condition |
onCondition(DataTpl tpl,
io.vertx.up.atom.query.Criteria criteria) |
default org.jooq.Condition |
onCondition(DataTpl tpl,
io.vertx.up.atom.query.Criteria criteria,
ConcurrentMap<String,String> aliasMap) |
default List<org.jooq.OrderField> |
onOrder(DataTpl tpl,
io.vertx.up.atom.query.Sorter sorter) |
default List<org.jooq.OrderField> |
onOrder(DataTpl tpl,
io.vertx.up.atom.query.Sorter sorter,
ConcurrentMap<String,String> aliasMap) |
default org.jooq.Table<org.jooq.Record> |
onTable(DataTpl tpl,
Set<String> tables) |
default org.jooq.Table<org.jooq.Record> |
onTable(DataTpl tpl,
Set<String> tables,
ConcurrentMap<String,String> aliasMap) |
default Ingest bind(AoSentence sentence)
default org.jooq.Condition onCondition(DataTpl tpl, io.vertx.up.atom.query.Criteria criteria)
default List<org.jooq.OrderField> onOrder(DataTpl tpl, io.vertx.up.atom.query.Sorter sorter)
default org.jooq.Condition onCondition(DataTpl tpl, io.vertx.up.atom.query.Criteria criteria, ConcurrentMap<String,String> aliasMap)
default List<org.jooq.OrderField> onOrder(DataTpl tpl, io.vertx.up.atom.query.Sorter sorter, ConcurrentMap<String,String> aliasMap)
Copyright © 2021. All rights reserved.