Uses of Interface
cn.vertxup.ui.domain.tables.interfaces.IVQuery
-
Packages that use IVQuery Package Description cn.vertxup.ui.domain.tables.interfaces cn.vertxup.ui.domain.tables.pojos cn.vertxup.ui.domain.tables.records -
-
Uses of IVQuery in cn.vertxup.ui.domain.tables.interfaces
Methods in cn.vertxup.ui.domain.tables.interfaces with type parameters of type IVQuery Modifier and Type Method Description <E extends IVQuery>
EIVQuery. into(E into)Copy data into another generated Record/POJO implementing the common interface IVQueryMethods in cn.vertxup.ui.domain.tables.interfaces that return IVQuery Modifier and Type Method Description default IVQueryIVQuery. fromJson(io.vertx.core.json.JsonObject json)IVQueryIVQuery. setCriteria(String value)Setter forDB_ETERNAL.V_QUERY.CRITERIA.IVQueryIVQuery. setKey(String value)Setter forDB_ETERNAL.V_QUERY.KEY.IVQueryIVQuery. setPager(String value)Setter forDB_ETERNAL.V_QUERY.PAGER.IVQueryIVQuery. setProjection(String value)Setter forDB_ETERNAL.V_QUERY.PROJECTION.IVQueryIVQuery. setSorter(String value)Setter forDB_ETERNAL.V_QUERY.SORTER.Methods in cn.vertxup.ui.domain.tables.interfaces with parameters of type IVQuery Modifier and Type Method Description voidIVQuery. from(IVQuery from)Load data from another generated Record/POJO implementing the common interface IVQuery -
Uses of IVQuery in cn.vertxup.ui.domain.tables.pojos
Classes in cn.vertxup.ui.domain.tables.pojos that implement IVQuery Modifier and Type Class Description classVQueryThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.pojos with type parameters of type IVQuery Modifier and Type Method Description <E extends IVQuery>
EVQuery. into(E into)Methods in cn.vertxup.ui.domain.tables.pojos with parameters of type IVQuery Modifier and Type Method Description voidVQuery. from(IVQuery from)Constructors in cn.vertxup.ui.domain.tables.pojos with parameters of type IVQuery Constructor Description VQuery(IVQuery value) -
Uses of IVQuery in cn.vertxup.ui.domain.tables.records
Classes in cn.vertxup.ui.domain.tables.records that implement IVQuery Modifier and Type Class Description classVQueryRecordThis class is generated by jOOQ.Methods in cn.vertxup.ui.domain.tables.records with type parameters of type IVQuery Modifier and Type Method Description <E extends IVQuery>
EVQueryRecord. into(E into)Methods in cn.vertxup.ui.domain.tables.records with parameters of type IVQuery Modifier and Type Method Description voidVQueryRecord. from(IVQuery from)
-