| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.interfaces | |
| cn.vertxup.ui.domain.tables.pojos | |
| cn.vertxup.ui.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IVQuery> |
IVQuery.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVQuery
|
| Modifier and Type | Method and Description |
|---|---|
default IVQuery |
IVQuery.fromJson(io.vertx.core.json.JsonObject json) |
IVQuery |
IVQuery.setCriteria(String value)
Setter for
DB_ETERNAL.V_QUERY.CRITERIA. |
IVQuery |
IVQuery.setKey(String value)
Setter for
DB_ETERNAL.V_QUERY.KEY. |
IVQuery |
IVQuery.setPager(String value)
Setter for
DB_ETERNAL.V_QUERY.PAGER. |
IVQuery |
IVQuery.setProjection(String value)
Setter for
DB_ETERNAL.V_QUERY.PROJECTION. |
IVQuery |
IVQuery.setSorter(String value)
Setter for
DB_ETERNAL.V_QUERY.SORTER. |
| Modifier and Type | Method and Description |
|---|---|
void |
IVQuery.from(IVQuery from)
Load data from another generated Record/POJO implementing the common interface IVQuery
|
| Modifier and Type | Class and Description |
|---|---|
class |
VQuery
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVQuery> |
VQuery.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVQuery
|
| Modifier and Type | Method and Description |
|---|---|
void |
VQuery.from(IVQuery from)
Load data from another generated Record/POJO implementing the common interface IVQuery
|
| Modifier and Type | Class and Description |
|---|---|
class |
VQueryRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IVQuery> |
VQueryRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IVQuery
|
| Modifier and Type | Method and Description |
|---|---|
void |
VQueryRecord.from(IVQuery from)
Load data from another generated Record/POJO implementing the common interface IVQuery
|
Copyright © 2020. All rights reserved.