Uses of Class
cn.vertxup.erp.domain.tables.records.EDeptRecord
-
Packages that use EDeptRecord Package Description cn.vertxup.erp.domain cn.vertxup.erp.domain.tables cn.vertxup.erp.domain.tables.daos cn.vertxup.erp.domain.tables.records -
-
Uses of EDeptRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type EDeptRecord Modifier and Type Field Description static org.jooq.UniqueKey<EDeptRecord>Keys. KEY_E_DEPT_CODEstatic org.jooq.UniqueKey<EDeptRecord>Keys. KEY_E_DEPT_NAMEstatic org.jooq.UniqueKey<EDeptRecord>Keys. KEY_E_DEPT_PRIMARY -
Uses of EDeptRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type EDeptRecord Modifier and Type Field Description org.jooq.TableField<EDeptRecord,Boolean>EDept. ACTIVEThe columnDB_ETERNAL.E_DEPT.ACTIVE.org.jooq.TableField<EDeptRecord,String>EDept. CODEThe columnDB_ETERNAL.E_DEPT.CODE.org.jooq.TableField<EDeptRecord,String>EDept. COMMENTThe columnDB_ETERNAL.E_DEPT.COMMENT.org.jooq.TableField<EDeptRecord,String>EDept. COMPANY_IDThe columnDB_ETERNAL.E_DEPT.COMPANY_ID.org.jooq.TableField<EDeptRecord,LocalDateTime>EDept. CREATED_ATThe columnDB_ETERNAL.E_DEPT.CREATED_AT.org.jooq.TableField<EDeptRecord,String>EDept. CREATED_BYThe columnDB_ETERNAL.E_DEPT.CREATED_BY.org.jooq.TableField<EDeptRecord,String>EDept. DEPT_IDThe columnDB_ETERNAL.E_DEPT.DEPT_ID.org.jooq.TableField<EDeptRecord,String>EDept. KEYThe columnDB_ETERNAL.E_DEPT.KEY.org.jooq.TableField<EDeptRecord,String>EDept. LANGUAGEThe columnDB_ETERNAL.E_DEPT.LANGUAGE.org.jooq.TableField<EDeptRecord,String>EDept. MANAGER_IDThe columnDB_ETERNAL.E_DEPT.MANAGER_ID.org.jooq.TableField<EDeptRecord,String>EDept. MANAGER_NAMEThe columnDB_ETERNAL.E_DEPT.MANAGER_NAME.org.jooq.TableField<EDeptRecord,String>EDept. METADATAThe columnDB_ETERNAL.E_DEPT.METADATA.org.jooq.TableField<EDeptRecord,String>EDept. NAMEThe columnDB_ETERNAL.E_DEPT.NAME.org.jooq.TableField<EDeptRecord,String>EDept. SIGMAThe columnDB_ETERNAL.E_DEPT.SIGMA.org.jooq.TableField<EDeptRecord,LocalDateTime>EDept. UPDATED_ATThe columnDB_ETERNAL.E_DEPT.UPDATED_AT.org.jooq.TableField<EDeptRecord,String>EDept. UPDATED_BYThe columnDB_ETERNAL.E_DEPT.UPDATED_BY.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type EDeptRecord Modifier and Type Method Description org.jooq.UniqueKey<EDeptRecord>EDept. getPrimaryKey()Class<EDeptRecord>EDept. getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<EDeptRecord>>EDept. getUniqueKeys()Constructor parameters in cn.vertxup.erp.domain.tables with type arguments of type EDeptRecord Constructor Description EDept(org.jooq.Table<O> child, org.jooq.ForeignKey<O,EDeptRecord> key) -
Uses of EDeptRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EDeptRecord Modifier and Type Method Description io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EDeptRecord,EDept,String>EDeptDao. queryExecutor() -
Uses of EDeptRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return EDeptRecord Modifier and Type Method Description EDeptRecordEDeptRecord. setActive(Boolean value)Setter forDB_ETERNAL.E_DEPT.ACTIVE.EDeptRecordEDeptRecord. setCode(String value)Setter forDB_ETERNAL.E_DEPT.CODE.EDeptRecordEDeptRecord. setComment(String value)Setter forDB_ETERNAL.E_DEPT.COMMENT.EDeptRecordEDeptRecord. setCompanyId(String value)Setter forDB_ETERNAL.E_DEPT.COMPANY_ID.EDeptRecordEDeptRecord. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_DEPT.CREATED_AT.EDeptRecordEDeptRecord. setCreatedBy(String value)Setter forDB_ETERNAL.E_DEPT.CREATED_BY.EDeptRecordEDeptRecord. setDeptId(String value)Setter forDB_ETERNAL.E_DEPT.DEPT_ID.EDeptRecordEDeptRecord. setKey(String value)Setter forDB_ETERNAL.E_DEPT.KEY.EDeptRecordEDeptRecord. setLanguage(String value)Setter forDB_ETERNAL.E_DEPT.LANGUAGE.EDeptRecordEDeptRecord. setManagerId(String value)Setter forDB_ETERNAL.E_DEPT.MANAGER_ID.EDeptRecordEDeptRecord. setManagerName(String value)Setter forDB_ETERNAL.E_DEPT.MANAGER_NAME.EDeptRecordEDeptRecord. setMetadata(String value)Setter forDB_ETERNAL.E_DEPT.METADATA.EDeptRecordEDeptRecord. setName(String value)Setter forDB_ETERNAL.E_DEPT.NAME.EDeptRecordEDeptRecord. setSigma(String value)Setter forDB_ETERNAL.E_DEPT.SIGMA.EDeptRecordEDeptRecord. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.E_DEPT.UPDATED_AT.EDeptRecordEDeptRecord. setUpdatedBy(String value)Setter forDB_ETERNAL.E_DEPT.UPDATED_BY.EDeptRecordEDeptRecord. value1(String value)EDeptRecordEDeptRecord. value10(Boolean value)EDeptRecordEDeptRecord. value11(String value)EDeptRecordEDeptRecord. value12(String value)EDeptRecordEDeptRecord. value13(LocalDateTime value)EDeptRecordEDeptRecord. value14(String value)EDeptRecordEDeptRecord. value15(LocalDateTime value)EDeptRecordEDeptRecord. value16(String value)EDeptRecordEDeptRecord. value2(String value)EDeptRecordEDeptRecord. value3(String value)EDeptRecordEDeptRecord. value4(String value)EDeptRecordEDeptRecord. value5(String value)EDeptRecordEDeptRecord. value6(String value)EDeptRecordEDeptRecord. value7(String value)EDeptRecordEDeptRecord. value8(String value)EDeptRecordEDeptRecord. value9(String value)EDeptRecordEDeptRecord. values(String value1, String value2, String value3, String value4, String value5, String value6, String value7, String value8, String value9, Boolean value10, String value11, String value12, LocalDateTime value13, String value14, LocalDateTime value15, String value16)
-