Uses of Class
com.echothree.model.jooq.server.records.payment.PaymentCreditCards
Packages that use PaymentCreditCards
Package
Description
-
Uses of PaymentCreditCards in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PaymentCreditCardsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PaymentCreditCards> PaymentUniqueKeys.PAYMENT_CREDIT_CARDS_PAYMENT_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PaymentCreditCards, Payments> PaymentForeignKeys.PAYMENT_CREDIT_CARDS_PAYMENT_FKstatic final org.jooq.UniqueKey<PaymentCreditCards> PaymentUniqueKeys.PAYMENT_CREDIT_CARDS_PK -
Uses of PaymentCreditCards in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentCreditCardsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentCreditCards, Long> PaymentCreditCards.FROM_TIMEThe columnpaymentcreditcards.pymtcc_fromtime.final org.jooq.TableField<PaymentCreditCards, PaymentPK> PaymentCreditCards.PAYMENTThe columnpaymentcreditcards.pymtcc_pymt_paymentid.final org.jooq.TableField<PaymentCreditCards, PaymentCreditCardPK> PaymentCreditCards.PAYMENT_CREDIT_CARDThe columnpaymentcreditcards.pymtcc_paymentcreditcardid.final org.jooq.TableField<PaymentCreditCards, Long> PaymentCreditCards.THRU_TIMEThe columnpaymentcreditcards.pymtcc_thrutime.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type PaymentCreditCardsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PaymentCreditCards> PaymentCreditCards.getPrimaryKey()PaymentCreditCards.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PaymentCreditCards, ?>> PaymentCreditCards.getReferences()List<org.jooq.UniqueKey<PaymentCreditCards>> PaymentCreditCards.getUniqueKeys()