Uses of Class
cn.vertxup.erp.domain.tables.records.TOaTripRecord
Packages that use TOaTripRecord
Package
Description
-
Uses of TOaTripRecord in cn.vertxup.erp.domain
Fields in cn.vertxup.erp.domain with type parameters of type TOaTripRecord -
Uses of TOaTripRecord in cn.vertxup.erp.domain.tables
Fields in cn.vertxup.erp.domain.tables with type parameters of type TOaTripRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<TOaTripRecord,String> TOaTrip.COMMENT_EXTENSIONThe columnDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION.final org.jooq.TableField<TOaTripRecord,Integer> TOaTrip.DAYSThe columnDB_ETERNAL.T_OA_TRIP.DAYS.final org.jooq.TableField<TOaTripRecord,LocalDateTime> TOaTrip.END_ATThe columnDB_ETERNAL.T_OA_TRIP.END_AT.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.KEYThe columnDB_ETERNAL.T_OA_TRIP.KEY.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.REASONThe columnDB_ETERNAL.T_OA_TRIP.REASON.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.REQUEST_BYThe columnDB_ETERNAL.T_OA_TRIP.REQUEST_BY.final org.jooq.TableField<TOaTripRecord,LocalDateTime> TOaTrip.START_ATThe columnDB_ETERNAL.T_OA_TRIP.START_AT.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.TRIP_ADDRESSThe columnDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.TRIP_CITYThe columnDB_ETERNAL.T_OA_TRIP.TRIP_CITY.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.TRIP_PROVINCEThe columnDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE.final org.jooq.TableField<TOaTripRecord,String> TOaTrip.WORK_CONTENTThe columnDB_ETERNAL.T_OA_TRIP.WORK_CONTENT.Methods in cn.vertxup.erp.domain.tables that return types with arguments of type TOaTripRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TOaTripRecord>TOaTrip.getPrimaryKey()TOaTrip.getRecordType()The class holding records for this typeConstructor parameters in cn.vertxup.erp.domain.tables with type arguments of type TOaTripRecordModifierConstructorDescriptionTOaTrip(org.jooq.Table<O> child, org.jooq.ForeignKey<O, TOaTripRecord> key) -
Uses of TOaTripRecord in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaTripRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaTripRecord,TOaTrip, String> TOaTripDao.queryExecutor() -
Uses of TOaTripRecord in cn.vertxup.erp.domain.tables.records
Methods in cn.vertxup.erp.domain.tables.records that return TOaTripRecordModifier and TypeMethodDescriptionTOaTripRecord.setCommentExtension(String value) Setter forDB_ETERNAL.T_OA_TRIP.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_TRIP.DAYS.TOaTripRecord.setEndAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_TRIP.END_AT.Setter forDB_ETERNAL.T_OA_TRIP.KEY.Setter forDB_ETERNAL.T_OA_TRIP.REASON.TOaTripRecord.setRequestBy(String value) Setter forDB_ETERNAL.T_OA_TRIP.REQUEST_BY.TOaTripRecord.setStartAt(LocalDateTime value) Setter forDB_ETERNAL.T_OA_TRIP.START_AT.TOaTripRecord.setTripAddress(String value) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_ADDRESS.TOaTripRecord.setTripCity(String value) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_CITY.TOaTripRecord.setTripProvince(String value) Setter forDB_ETERNAL.T_OA_TRIP.TRIP_PROVINCE.TOaTripRecord.setWorkContent(String value) Setter forDB_ETERNAL.T_OA_TRIP.WORK_CONTENT.TOaTripRecord.value4(LocalDateTime value) TOaTripRecord.value5(LocalDateTime value) TOaTripRecord.values(String value1, String value2, String value3, LocalDateTime value4, LocalDateTime value5, Integer value6, String value7, String value8, String value9, String value10, String value11)