Uses of Class
cn.vertxup.erp.domain.tables.records.EDeptRecord
Packages that use EDeptRecord
Package
Description
-
Uses of EDeptRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type EDeptRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<EDeptRecord>Keys.KEY_E_DEPT_CODEstatic final org.jooq.UniqueKey<EDeptRecord>Keys.KEY_E_DEPT_NAMEstatic final 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 EDeptRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<EDeptRecord,Boolean> EDept.ACTIVEThe columnDB_ETERNAL.E_DEPT.ACTIVE.final org.jooq.TableField<EDeptRecord,String> EDept.CODEThe columnDB_ETERNAL.E_DEPT.CODE.final org.jooq.TableField<EDeptRecord,String> EDept.COMMENTThe columnDB_ETERNAL.E_DEPT.COMMENT.final org.jooq.TableField<EDeptRecord,String> EDept.COMPANY_IDThe columnDB_ETERNAL.E_DEPT.COMPANY_ID.final org.jooq.TableField<EDeptRecord,LocalDateTime> EDept.CREATED_ATThe columnDB_ETERNAL.E_DEPT.CREATED_AT.final org.jooq.TableField<EDeptRecord,String> EDept.CREATED_BYThe columnDB_ETERNAL.E_DEPT.CREATED_BY.final org.jooq.TableField<EDeptRecord,String> EDept.DEPT_IDThe columnDB_ETERNAL.E_DEPT.DEPT_ID.final org.jooq.TableField<EDeptRecord,String> EDept.KEYThe columnDB_ETERNAL.E_DEPT.KEY.final org.jooq.TableField<EDeptRecord,String> EDept.LANGUAGEThe columnDB_ETERNAL.E_DEPT.LANGUAGE.final org.jooq.TableField<EDeptRecord,String> EDept.MANAGER_IDThe columnDB_ETERNAL.E_DEPT.MANAGER_ID.final org.jooq.TableField<EDeptRecord,String> EDept.MANAGER_NAMEThe columnDB_ETERNAL.E_DEPT.MANAGER_NAME.final org.jooq.TableField<EDeptRecord,String> EDept.METADATAThe columnDB_ETERNAL.E_DEPT.METADATA.final org.jooq.TableField<EDeptRecord,String> EDept.NAMEThe columnDB_ETERNAL.E_DEPT.NAME.final org.jooq.TableField<EDeptRecord,String> EDept.SIGMAThe columnDB_ETERNAL.E_DEPT.SIGMA.final org.jooq.TableField<EDeptRecord,LocalDateTime> EDept.UPDATED_ATThe columnDB_ETERNAL.E_DEPT.UPDATED_AT.final 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 EDeptRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<EDeptRecord>EDept.getPrimaryKey()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 EDeptRecordModifierConstructorDescriptionEDept(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 EDeptRecordModifier and TypeMethodDescriptionio.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 EDeptRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_DEPT.ACTIVE.Setter forDB_ETERNAL.E_DEPT.CODE.EDeptRecord.setComment(String value) Setter forDB_ETERNAL.E_DEPT.COMMENT.EDeptRecord.setCompanyId(String value) Setter forDB_ETERNAL.E_DEPT.COMPANY_ID.EDeptRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_DEPT.CREATED_AT.EDeptRecord.setCreatedBy(String value) Setter forDB_ETERNAL.E_DEPT.CREATED_BY.Setter forDB_ETERNAL.E_DEPT.DEPT_ID.Setter forDB_ETERNAL.E_DEPT.KEY.EDeptRecord.setLanguage(String value) Setter forDB_ETERNAL.E_DEPT.LANGUAGE.EDeptRecord.setManagerId(String value) Setter forDB_ETERNAL.E_DEPT.MANAGER_ID.EDeptRecord.setManagerName(String value) Setter forDB_ETERNAL.E_DEPT.MANAGER_NAME.EDeptRecord.setMetadata(String value) Setter forDB_ETERNAL.E_DEPT.METADATA.Setter forDB_ETERNAL.E_DEPT.NAME.Setter forDB_ETERNAL.E_DEPT.SIGMA.EDeptRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_DEPT.UPDATED_AT.EDeptRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.E_DEPT.UPDATED_BY.EDeptRecord.value13(LocalDateTime value) EDeptRecord.value15(LocalDateTime value) EDeptRecord.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)