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