Uses of Class
cn.vertxup.erp.domain.tables.records.TOaVacationRecord
Packages that use TOaVacationRecord
Package
Description
-
Uses of TOaVacationRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type TOaVacationRecord -
Uses of TOaVacationRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type TOaVacationRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TOaVacationRecord,String> TOaVacation.CLASSIFICATIONThe columnDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.final org.jooq.TableField<TOaVacationRecord,String> TOaVacation.COMMENT_EXTENSIONThe columnDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.final org.jooq.TableField<TOaVacationRecord,Integer> TOaVacation.DAYSThe columnDB_ETERNAL.T_OA_VACATION.DAYS.final org.jooq.TableField<TOaVacationRecord,LocalDateTime> TOaVacation.END_ATThe columnDB_ETERNAL.T_OA_VACATION.END_AT.final org.jooq.TableField<TOaVacationRecord,String> TOaVacation.KEYThe columnDB_ETERNAL.T_OA_VACATION.KEY.final org.jooq.TableField<TOaVacationRecord,String> TOaVacation.REASONThe columnDB_ETERNAL.T_OA_VACATION.REASON.final org.jooq.TableField<TOaVacationRecord,String> TOaVacation.REQUEST_BYThe columnDB_ETERNAL.T_OA_VACATION.REQUEST_BY.final org.jooq.TableField<TOaVacationRecord,LocalDateTime> TOaVacation.START_ATThe columnDB_ETERNAL.T_OA_VACATION.START_AT.final org.jooq.TableField<TOaVacationRecord,String> TOaVacation.WORK_CONTENTThe columnDB_ETERNAL.T_OA_VACATION.WORK_CONTENT.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type TOaVacationRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TOaVacationRecord>TOaVacation.getPrimaryKey()TOaVacation.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type TOaVacationRecordModifierConstructorDescriptionTOaVacation(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TOaVacationRecord> key) -
Uses of TOaVacationRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaVacationRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaVacationRecord,TOaVacation, String> TOaVacationDao.queryExecutor() -
Uses of TOaVacationRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return TOaVacationRecordModifier and TypeMethodDescriptionTOaVacationRecord.setClassification(String value) Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.TOaVacationRecord.setCommentExtension(String value) Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_VACATION.DAYS.TOaVacationRecord.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_VACATION.END_AT.Setter forDB_ETERNAL.T_OA_VACATION.KEY.Setter forDB_ETERNAL.T_OA_VACATION.REASON.TOaVacationRecord.setRequestBy(String value) Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY.TOaVacationRecord.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_VACATION.START_AT.TOaVacationRecord.setWorkContent(String value) Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT.TOaVacationRecord.value5(LocalDateTime value) TOaVacationRecord.value6(LocalDateTime value) TOaVacationRecord.values(String value1, String value2, String value3, String value4, LocalDateTime value5, LocalDateTime value6, Integer value7, String value8, String value9)