Uses of Class
cn.vertxup.erp.domain.tables.records.TOaTrainingRecord
Packages that use TOaTrainingRecord
Package
Description
-
Uses of TOaTrainingRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type TOaTrainingRecord -
Uses of TOaTrainingRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type TOaTrainingRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.COMMENT_EXTENSIONThe columnDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION.final org.jooq.TableField<TOaTrainingRecord,LocalDateTime> TOaTraining.END_ATThe columnDB_ETERNAL.T_OA_TRAINING.END_AT.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.KEYThe columnDB_ETERNAL.T_OA_TRAINING.KEY.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.LEADERThe columnDB_ETERNAL.T_OA_TRAINING.LEADER.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.LEADER_COMMENTThe columnDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.REVIEWERThe columnDB_ETERNAL.T_OA_TRAINING.REVIEWER.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.REVIEWER_COMMENTThe columnDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT.final org.jooq.TableField<TOaTrainingRecord,LocalDateTime> TOaTraining.START_ATThe columnDB_ETERNAL.T_OA_TRAINING.START_AT.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.TRAIN_LOCATIONThe columnDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION.final org.jooq.TableField<TOaTrainingRecord,String> TOaTraining.TRAIN_MODEThe columnDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type TOaTrainingRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TOaTrainingRecord>TOaTraining.getPrimaryKey()TOaTraining.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type TOaTrainingRecordModifierConstructorDescriptionTOaTraining(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TOaTrainingRecord> key) -
Uses of TOaTrainingRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaTrainingRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTrainingRecord,TOaTraining, String> TOaTrainingDao.queryExecutor() -
Uses of TOaTrainingRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return TOaTrainingRecordModifier and TypeMethodDescriptionTOaTrainingRecord.setCommentExtension(String value) Setter forDB_ETERNAL.T_OA_TRAINING.COMMENT_EXTENSION.TOaTrainingRecord.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_TRAINING.END_AT.Setter forDB_ETERNAL.T_OA_TRAINING.KEY.Setter forDB_ETERNAL.T_OA_TRAINING.LEADER.TOaTrainingRecord.setLeaderComment(String value) Setter forDB_ETERNAL.T_OA_TRAINING.LEADER_COMMENT.TOaTrainingRecord.setReviewer(String value) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER.TOaTrainingRecord.setReviewerComment(String value) Setter forDB_ETERNAL.T_OA_TRAINING.REVIEWER_COMMENT.TOaTrainingRecord.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_TRAINING.START_AT.TOaTrainingRecord.setTrainLocation(String value) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_LOCATION.TOaTrainingRecord.setTrainMode(String value) Setter forDB_ETERNAL.T_OA_TRAINING.TRAIN_MODE.TOaTrainingRecord.value3(LocalDateTime value) TOaTrainingRecord.value4(LocalDateTime value) TOaTrainingRecord.values(String value1, String value2, LocalDateTime value3, LocalDateTime value4, String value5, String value6, String value7, String value8, String value9, String value10)