Uses of Class
cn.vertxup.erp.domain.tables.records.TVendorCheckInRecord
Packages that use TVendorCheckInRecord
Package
Description
-
Uses of TVendorCheckInRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type TVendorCheckInRecord -
Uses of TVendorCheckInRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type TVendorCheckInRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TVendorCheckInRecord,String> TVendorCheckIn.CLASSIFICATIONThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION.final org.jooq.TableField<TVendorCheckInRecord,String> TVendorCheckIn.COMMENT_EXTENSIONThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION.final org.jooq.TableField<TVendorCheckInRecord,Integer> TVendorCheckIn.DAYSThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.DAYS.final org.jooq.TableField<TVendorCheckInRecord,LocalDateTime> TVendorCheckIn.END_ATThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.END_AT.final org.jooq.TableField<TVendorCheckInRecord,String> TVendorCheckIn.KEYThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.KEY.final org.jooq.TableField<TVendorCheckInRecord,LocalDateTime> TVendorCheckIn.ONBOARD_ATThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT.final org.jooq.TableField<TVendorCheckInRecord,LocalDateTime> TVendorCheckIn.START_ATThe columnDB_ETERNAL.T_VENDOR_CHECK_IN.START_AT.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type TVendorCheckInRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TVendorCheckInRecord>TVendorCheckIn.getPrimaryKey()TVendorCheckIn.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type TVendorCheckInRecordModifierConstructorDescriptionTVendorCheckIn(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TVendorCheckInRecord> key) -
Uses of TVendorCheckInRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TVendorCheckInRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorCheckInRecord,TVendorCheckIn, String> TVendorCheckInDao.queryExecutor() -
Uses of TVendorCheckInRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return TVendorCheckInRecordModifier and TypeMethodDescriptionTVendorCheckInRecord.setClassification(String value) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION.TVendorCheckInRecord.setCommentExtension(String value) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.DAYS.TVendorCheckInRecord.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.END_AT.Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.KEY.TVendorCheckInRecord.setOnboardAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT.TVendorCheckInRecord.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.START_AT.TVendorCheckInRecord.value4(LocalDateTime value) TVendorCheckInRecord.value5(LocalDateTime value) TVendorCheckInRecord.value7(LocalDateTime value) TVendorCheckInRecord.values(String value1, String value2, String value3, LocalDateTime value4, LocalDateTime value5, Integer value6, LocalDateTime value7)