| Package | Description |
|---|---|
| cn.vertxup.jet.domain.tables.interfaces | |
| cn.vertxup.jet.domain.tables.pojos | |
| cn.vertxup.jet.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IIJob> |
IIJob.into(E into)
Copy data into another generated Record/POJO implementing the common interface IIJob
|
| Modifier and Type | Method and Description |
|---|---|
default IIJob |
IIJob.fromJson(io.vertx.core.json.JsonObject json) |
IIJob |
IIJob.setActive(Boolean value)
Setter for
DB_ETERNAL.I_JOB.ACTIVE. |
IIJob |
IIJob.setAdditional(String value)
Setter for
DB_ETERNAL.I_JOB.ADDITIONAL. |
IIJob |
IIJob.setCode(String value)
Setter for
DB_ETERNAL.I_JOB.CODE. |
IIJob |
IIJob.setComment(String value)
Setter for
DB_ETERNAL.I_JOB.COMMENT. |
IIJob |
IIJob.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.I_JOB.CREATED_AT. |
IIJob |
IIJob.setCreatedBy(String value)
Setter for
DB_ETERNAL.I_JOB.CREATED_BY. |
IIJob |
IIJob.setDuration(Long value)
Setter for
DB_ETERNAL.I_JOB.DURATION. |
IIJob |
IIJob.setGroup(String value)
Setter for
DB_ETERNAL.I_JOB.GROUP. |
IIJob |
IIJob.setIncomeAddress(String value)
Setter for
DB_ETERNAL.I_JOB.INCOME_ADDRESS. |
IIJob |
IIJob.setIncomeComponent(String value)
Setter for
DB_ETERNAL.I_JOB.INCOME_COMPONENT. |
IIJob |
IIJob.setKey(String value)
Setter for
DB_ETERNAL.I_JOB.KEY. |
IIJob |
IIJob.setLanguage(String value)
Setter for
DB_ETERNAL.I_JOB.LANGUAGE. |
IIJob |
IIJob.setMetadata(String value)
Setter for
DB_ETERNAL.I_JOB.METADATA. |
IIJob |
IIJob.setName(String value)
Setter for
DB_ETERNAL.I_JOB.NAME. |
IIJob |
IIJob.setNamespace(String value)
Setter for
DB_ETERNAL.I_JOB.NAMESPACE. |
IIJob |
IIJob.setOutcomeAddress(String value)
Setter for
DB_ETERNAL.I_JOB.OUTCOME_ADDRESS. |
IIJob |
IIJob.setOutcomeComponent(String value)
Setter for
DB_ETERNAL.I_JOB.OUTCOME_COMPONENT. |
IIJob |
IIJob.setProxy(String value)
Setter for
DB_ETERNAL.I_JOB.PROXY. |
IIJob |
IIJob.setRunAt(LocalTime value)
Setter for
DB_ETERNAL.I_JOB.RUN_AT. |
IIJob |
IIJob.setServiceId(String value)
Setter for
DB_ETERNAL.I_JOB.SERVICE_ID. |
IIJob |
IIJob.setSigma(String value)
Setter for
DB_ETERNAL.I_JOB.SIGMA. |
IIJob |
IIJob.setThreshold(Integer value)
Setter for
DB_ETERNAL.I_JOB.THRESHOLD. |
IIJob |
IIJob.setType(String value)
Setter for
DB_ETERNAL.I_JOB.TYPE. |
IIJob |
IIJob.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.I_JOB.UPDATED_AT. |
IIJob |
IIJob.setUpdatedBy(String value)
Setter for
DB_ETERNAL.I_JOB.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IIJob.from(IIJob from)
Load data from another generated Record/POJO implementing the common interface IIJob
|
| Modifier and Type | Class and Description |
|---|---|
class |
IJob
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IIJob> |
IJob.into(E into)
Copy data into another generated Record/POJO implementing the common interface IIJob
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJob.from(IIJob from)
Load data from another generated Record/POJO implementing the common interface IIJob
|
| Modifier and Type | Class and Description |
|---|---|
class |
IJobRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IIJob> |
IJobRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IIJob
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJobRecord.from(IIJob from)
Load data from another generated Record/POJO implementing the common interface IIJob
|
Copyright © 2021. All rights reserved.