Uses of Class
com.echothree.model.jooq.server.records.payment.PaymentChecks
Packages that use PaymentChecks
Package
Description
-
Uses of PaymentChecks in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PaymentChecksModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PaymentChecks> PaymentUniqueKeys.PAYMENT_CHECKS_PAYMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PaymentChecks, Payments> PaymentForeignKeys.PAYMENT_CHECKS_PAYMENT_FKstatic final org.jooq.UniqueKey<PaymentChecks> PaymentUniqueKeys.PAYMENT_CHECKS_PK -
Uses of PaymentChecks in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentChecksModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentChecks, Long> PaymentChecks.FROM_TIMEThe columnpaymentchecks.pymtchck_fromtime.final org.jooq.TableField<PaymentChecks, PaymentPK> PaymentChecks.PAYMENTThe columnpaymentchecks.pymtchck_pymt_paymentid.final org.jooq.TableField<PaymentChecks, PaymentCheckPK> PaymentChecks.PAYMENT_CHECKThe columnpaymentchecks.pymtchck_paymentcheckid.final org.jooq.TableField<PaymentChecks, String> PaymentChecks.REFERENCEThe columnpaymentchecks.pymtchck_reference.final org.jooq.TableField<PaymentChecks, Long> PaymentChecks.THRU_TIMEThe columnpaymentchecks.pymtchck_thrutime.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type PaymentChecksModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PaymentChecks> PaymentChecks.getPrimaryKey()PaymentChecks.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PaymentChecks, ?>> PaymentChecks.getReferences()List<org.jooq.UniqueKey<PaymentChecks>> PaymentChecks.getUniqueKeys()