Uses of Class
com.echothree.model.jooq.server.records.payment.Payments
Packages that use Payments
Package
Description
-
Uses of Payments in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PaymentsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PaymentApplicationDetails, Payments> PaymentForeignKeys.PAYMENT_APPLICATION_DETAILS_PAYMENT_FKstatic final org.jooq.ForeignKey<PaymentChecks, Payments> PaymentForeignKeys.PAYMENT_CHECKS_PAYMENT_FKstatic final org.jooq.ForeignKey<PaymentCreditCards, Payments> PaymentForeignKeys.PAYMENT_CREDIT_CARDS_PAYMENT_FKstatic final org.jooq.ForeignKey<PaymentDeductionDetails, Payments> PaymentForeignKeys.PAYMENT_DEDUCTION_DETAILS_PAYMENT_FKstatic final org.jooq.ForeignKey<PaymentDetails, Payments> PaymentForeignKeys.PAYMENT_DETAILS_PAYMENT_FKstatic final org.jooq.ForeignKey<Payments, PaymentDetails> PaymentForeignKeys.PAYMENTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Payments> PaymentUniqueKeys.PAYMENTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Payments, PaymentDetails> PaymentForeignKeys.PAYMENTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Payments> PaymentUniqueKeys.PAYMENTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Payments> PaymentUniqueKeys.PAYMENTS_PK -
Uses of Payments in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Payments, PaymentDetailPK> Payments.ACTIVE_DETAILThe columnpayments.pymt_activedetailid.final org.jooq.TableField<Payments, PaymentDetailPK> Payments.LAST_DETAILThe columnpayments.pymt_lastdetailid.Payments.PAYMENTThe columnpayments.pymt_paymentid.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type PaymentsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Payments> Payments.getPrimaryKey()Payments.getRecordType()The class holding records for this typePayments.getReferences()Payments.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.payment with type arguments of type PaymentsModifierConstructorDescriptionPayments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Payments> childPath, org.jooq.InverseForeignKey<O, Payments> parentPath) Payments(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Payments> childPath, org.jooq.InverseForeignKey<O, Payments> parentPath) PaymentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Payments> childPath, org.jooq.InverseForeignKey<O, Payments> parentPath) PaymentsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Payments> childPath, org.jooq.InverseForeignKey<O, Payments> parentPath)