Uses of Class
cn.vertxup.fm.domain.tables.records.FPaymentRecord
Packages that use FPaymentRecord
Package
Description
-
Uses of FPaymentRecord in cn.vertxup.fm.domain
Fields in cn.vertxup.fm.domain with type parameters of type FPaymentRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<FPaymentRecord>Keys.KEY_F_PAYMENT_CODEstatic final org.jooq.UniqueKey<FPaymentRecord>static final org.jooq.UniqueKey<FPaymentRecord>Keys.KEY_F_PAYMENT_SERIAL -
Uses of FPaymentRecord in cn.vertxup.fm.domain.tables
Fields in cn.vertxup.fm.domain.tables with type parameters of type FPaymentRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<FPaymentRecord,Boolean> FPayment.ACTIVEThe columnDB_ETERNAL.F_PAYMENT.ACTIVE.final org.jooq.TableField<FPaymentRecord,BigDecimal> FPayment.AMOUNTThe columnDB_ETERNAL.F_PAYMENT.AMOUNT.final org.jooq.TableField<FPaymentRecord,String> FPayment.CODEThe columnDB_ETERNAL.F_PAYMENT.CODE.final org.jooq.TableField<FPaymentRecord,String> FPayment.COMMENTThe columnDB_ETERNAL.F_PAYMENT.COMMENT.final org.jooq.TableField<FPaymentRecord,LocalDateTime> FPayment.CREATED_ATThe columnDB_ETERNAL.F_PAYMENT.CREATED_AT.final org.jooq.TableField<FPaymentRecord,String> FPayment.CREATED_BYThe columnDB_ETERNAL.F_PAYMENT.CREATED_BY.final org.jooq.TableField<FPaymentRecord,String> FPayment.KEYThe columnDB_ETERNAL.F_PAYMENT.KEY.final org.jooq.TableField<FPaymentRecord,String> FPayment.LANGUAGEThe columnDB_ETERNAL.F_PAYMENT.LANGUAGE.final org.jooq.TableField<FPaymentRecord,String> FPayment.METADATAThe columnDB_ETERNAL.F_PAYMENT.METADATA.final org.jooq.TableField<FPaymentRecord,String> FPayment.NAMEThe columnDB_ETERNAL.F_PAYMENT.NAME.final org.jooq.TableField<FPaymentRecord,String> FPayment.PAY_IDThe columnDB_ETERNAL.F_PAYMENT.PAY_ID.final org.jooq.TableField<FPaymentRecord,String> FPayment.PAY_METHODThe columnDB_ETERNAL.F_PAYMENT.PAY_METHOD.final org.jooq.TableField<FPaymentRecord,String> FPayment.PAY_MOBILEThe columnDB_ETERNAL.F_PAYMENT.PAY_MOBILE.final org.jooq.TableField<FPaymentRecord,String> FPayment.PAY_NAMEThe columnDB_ETERNAL.F_PAYMENT.PAY_NAME.final org.jooq.TableField<FPaymentRecord,Boolean> FPayment.PREPAYThe columnDB_ETERNAL.F_PAYMENT.PREPAY.final org.jooq.TableField<FPaymentRecord,String> FPayment.SERIALThe columnDB_ETERNAL.F_PAYMENT.SERIAL.final org.jooq.TableField<FPaymentRecord,String> FPayment.SIGMAThe columnDB_ETERNAL.F_PAYMENT.SIGMA.final org.jooq.TableField<FPaymentRecord,LocalDateTime> FPayment.UPDATED_ATThe columnDB_ETERNAL.F_PAYMENT.UPDATED_AT.final org.jooq.TableField<FPaymentRecord,String> FPayment.UPDATED_BYThe columnDB_ETERNAL.F_PAYMENT.UPDATED_BY.Methods in cn.vertxup.fm.domain.tables that return types with arguments of type FPaymentRecordModifier and TypeMethodDescriptionorg.jooq.UniqueKey<FPaymentRecord>FPayment.getPrimaryKey()FPayment.getRecordType()The class holding records for this typeList<org.jooq.UniqueKey<FPaymentRecord>>FPayment.getUniqueKeys()Constructor parameters in cn.vertxup.fm.domain.tables with type arguments of type FPaymentRecordModifierConstructorDescriptionFPayment(org.jooq.Table<O> child, org.jooq.ForeignKey<O, FPaymentRecord> key) -
Uses of FPaymentRecord in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FPaymentRecordModifier and TypeMethodDescriptionio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<FPaymentRecord,FPayment, String> FPaymentDao.queryExecutor() -
Uses of FPaymentRecord in cn.vertxup.fm.domain.tables.records
Methods in cn.vertxup.fm.domain.tables.records that return FPaymentRecordModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_PAYMENT.ACTIVE.FPaymentRecord.setAmount(BigDecimal value) Setter forDB_ETERNAL.F_PAYMENT.AMOUNT.Setter forDB_ETERNAL.F_PAYMENT.CODE.FPaymentRecord.setComment(String value) Setter forDB_ETERNAL.F_PAYMENT.COMMENT.FPaymentRecord.setCreatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_PAYMENT.CREATED_AT.FPaymentRecord.setCreatedBy(String value) Setter forDB_ETERNAL.F_PAYMENT.CREATED_BY.Setter forDB_ETERNAL.F_PAYMENT.KEY.FPaymentRecord.setLanguage(String value) Setter forDB_ETERNAL.F_PAYMENT.LANGUAGE.FPaymentRecord.setMetadata(String value) Setter forDB_ETERNAL.F_PAYMENT.METADATA.Setter forDB_ETERNAL.F_PAYMENT.NAME.Setter forDB_ETERNAL.F_PAYMENT.PAY_ID.FPaymentRecord.setPayMethod(String value) Setter forDB_ETERNAL.F_PAYMENT.PAY_METHOD.FPaymentRecord.setPayMobile(String value) Setter forDB_ETERNAL.F_PAYMENT.PAY_MOBILE.FPaymentRecord.setPayName(String value) Setter forDB_ETERNAL.F_PAYMENT.PAY_NAME.Setter forDB_ETERNAL.F_PAYMENT.PREPAY.Setter forDB_ETERNAL.F_PAYMENT.SERIAL.Setter forDB_ETERNAL.F_PAYMENT.SIGMA.FPaymentRecord.setUpdatedAt(LocalDateTime value) Setter forDB_ETERNAL.F_PAYMENT.UPDATED_AT.FPaymentRecord.setUpdatedBy(String value) Setter forDB_ETERNAL.F_PAYMENT.UPDATED_BY.FPaymentRecord.value16(LocalDateTime value) FPaymentRecord.value18(LocalDateTime value) FPaymentRecord.value5(BigDecimal value) FPaymentRecord.values(String value1, String value2, String value3, String value4, BigDecimal value5, String value6, String value7, String value8, String value9, String value10, Boolean value11, String value12, String value13, Boolean value14, String value15, LocalDateTime value16, String value17, LocalDateTime value18, String value19)