Uses of Class
cn.vertxup.erp.domain.tables.records.RTeamEmployeeRecord
Packages that use RTeamEmployeeRecord
Package
Description
-
Uses of RTeamEmployeeRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type RTeamEmployeeRecord -
Uses of RTeamEmployeeRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type RTeamEmployeeRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<RTeamEmployeeRecord,String> RTeamEmployee.COMMENTThe columnDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.final org.jooq.TableField<RTeamEmployeeRecord,String> RTeamEmployee.EMPLOYEE_IDThe columnDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.final org.jooq.TableField<RTeamEmployeeRecord,String> RTeamEmployee.TEAM_IDThe columnDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type RTeamEmployeeRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<RTeamEmployeeRecord>RTeamEmployee.getPrimaryKey()RTeamEmployee.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type RTeamEmployeeRecordModifierConstructorDescriptionRTeamEmployee(org.jooq.Table<O> child, org.jooq.ForeignKey<O, RTeamEmployeeRecord> key) -
Uses of RTeamEmployeeRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type RTeamEmployeeRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<RTeamEmployeeRecord,RTeamEmployee, org.jooq.Record2<String, String>> RTeamEmployeeDao.queryExecutor() -
Uses of RTeamEmployeeRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return RTeamEmployeeRecordModifier and TypeMethodDescriptionRTeamEmployeeRecord.setComment(String value) Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.COMMENT.RTeamEmployeeRecord.setEmployeeId(String value) Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.EMPLOYEE_ID.Setter forDB_ETERNAL.R_TEAM_EMPLOYEE.TEAM_ID.