Uses of Class
cn.vertxup.erp.domain.tables.records.EEmployeeRecord
Packages that use EEmployeeRecord
Package
Description
-
Uses of EEmployeeRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type EEmployeeRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<EEmployeeRecord>static final org.jooq.UniqueKey<EEmployeeRecord> -
Uses of EEmployeeRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type EEmployeeRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<EEmployeeRecord,Boolean> EEmployee.ACTIVEThe columnDB_ETERNAL.E_EMPLOYEE.ACTIVE.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.BANK_CARDThe columnDB_ETERNAL.E_EMPLOYEE.BANK_CARD.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.BANK_IDThe columnDB_ETERNAL.E_EMPLOYEE.BANK_ID.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.COMPANY_IDThe columnDB_ETERNAL.E_EMPLOYEE.COMPANY_ID.final org.jooq.TableField<EEmployeeRecord,LocalDateTime> EEmployee.CREATED_ATThe columnDB_ETERNAL.E_EMPLOYEE.CREATED_AT.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.CREATED_BYThe columnDB_ETERNAL.E_EMPLOYEE.CREATED_BY.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.DEPT_IDThe columnDB_ETERNAL.E_EMPLOYEE.DEPT_ID.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.IDENTITY_IDThe columnDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.KEYThe columnDB_ETERNAL.E_EMPLOYEE.KEY.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.LANGUAGEThe columnDB_ETERNAL.E_EMPLOYEE.LANGUAGE.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.METADATAThe columnDB_ETERNAL.E_EMPLOYEE.METADATA.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.SIGMAThe columnDB_ETERNAL.E_EMPLOYEE.SIGMA.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.STATUSThe columnDB_ETERNAL.E_EMPLOYEE.STATUS.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.TEAM_IDThe columnDB_ETERNAL.E_EMPLOYEE.TEAM_ID.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.TYPEThe columnDB_ETERNAL.E_EMPLOYEE.TYPE.final org.jooq.TableField<EEmployeeRecord,LocalDateTime> EEmployee.UPDATED_ATThe columnDB_ETERNAL.E_EMPLOYEE.UPDATED_AT.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.UPDATED_BYThe columnDB_ETERNAL.E_EMPLOYEE.UPDATED_BY.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.VICE_EMAILThe columnDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.VICE_MOBILEThe columnDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.VICE_NAMEThe columnDB_ETERNAL.E_EMPLOYEE.VICE_NAME.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.WORK_EXTENSIONThe columnDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION.final org.jooq.TableField<EEmployeeRecord,LocalDateTime> EEmployee.WORK_HIRE_ATThe columnDB_ETERNAL.E_EMPLOYEE.WORK_HIRE_AT.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.WORK_LOCATIONThe columnDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.WORK_NUMBERThe columnDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.WORK_PHONEThe columnDB_ETERNAL.E_EMPLOYEE.WORK_PHONE.final org.jooq.TableField<EEmployeeRecord,String> EEmployee.WORK_TITLEThe columnDB_ETERNAL.E_EMPLOYEE.WORK_TITLE.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type EEmployeeRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<EEmployeeRecord>EEmployee.getPrimaryKey()EEmployee.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<EEmployeeRecord>>EEmployee.getUniqueKeys()Constructor parameters in cn.vertxup.erp.domain.tables with type arguments of type EEmployeeRecordModifierConstructorDescriptionEEmployee(org.jooq.Table<O> child, org.jooq.ForeignKey<O, EEmployeeRecord> key) -
Uses of EEmployeeRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type EEmployeeRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<EEmployeeRecord,EEmployee, String> EEmployeeDao.queryExecutor() -
Uses of EEmployeeRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return EEmployeeRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_EMPLOYEE.ACTIVE.EEmployeeRecord.setBankCard(String value) Setter forDB_ETERNAL.E_EMPLOYEE.BANK_CARD.Setter forDB_ETERNAL.E_EMPLOYEE.BANK_ID.EEmployeeRecord.setCompanyId(String value) Setter forDB_ETERNAL.E_EMPLOYEE.COMPANY_ID.EEmployeeRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_AT.EEmployeeRecord.setCreatedBy(String value) Setter forDB_ETERNAL.E_EMPLOYEE.CREATED_BY.Setter forDB_ETERNAL.E_EMPLOYEE.DEPT_ID.EEmployeeRecord.setIdentityId(String value) Setter forDB_ETERNAL.E_EMPLOYEE.IDENTITY_ID.Setter forDB_ETERNAL.E_EMPLOYEE.KEY.EEmployeeRecord.setLanguage(String value) Setter forDB_ETERNAL.E_EMPLOYEE.LANGUAGE.EEmployeeRecord.setMetadata(String value) Setter forDB_ETERNAL.E_EMPLOYEE.METADATA.Setter forDB_ETERNAL.E_EMPLOYEE.SIGMA.Setter forDB_ETERNAL.E_EMPLOYEE.STATUS.Setter forDB_ETERNAL.E_EMPLOYEE.TEAM_ID.Setter forDB_ETERNAL.E_EMPLOYEE.TYPE.EEmployeeRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_AT.EEmployeeRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.E_EMPLOYEE.UPDATED_BY.EEmployeeRecord.setViceEmail(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_EMAIL.EEmployeeRecord.setViceMobile(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_MOBILE.EEmployeeRecord.setViceName(String value) Setter forDB_ETERNAL.E_EMPLOYEE.VICE_NAME.EEmployeeRecord.setWorkExtension(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_EXTENSION.EEmployeeRecord.setWorkHireAt(LocalDateTime value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_HIRE_AT.EEmployeeRecord.setWorkLocation(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_LOCATION.EEmployeeRecord.setWorkNumber(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_NUMBER.EEmployeeRecord.setWorkPhone(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_PHONE.EEmployeeRecord.setWorkTitle(String value) Setter forDB_ETERNAL.E_EMPLOYEE.WORK_TITLE.