Uses of Class
com.echothree.model.jooq.server.records.payment.PaymentApplications
Packages that use PaymentApplications
Package
Description
-
Uses of PaymentApplications in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type PaymentApplicationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PaymentApplicationDetails, PaymentApplications> PaymentForeignKeys.PAYMENT_APPLICATION_DETAILS_PAYMENT_APPLICATION_FKstatic final org.jooq.ForeignKey<PaymentApplications, PaymentApplicationDetails> PaymentForeignKeys.PAYMENT_APPLICATIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PaymentApplications> PaymentUniqueKeys.PAYMENT_APPLICATIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PaymentApplications, PaymentApplicationDetails> PaymentForeignKeys.PAYMENT_APPLICATIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PaymentApplications> PaymentUniqueKeys.PAYMENT_APPLICATIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PaymentApplications> PaymentUniqueKeys.PAYMENT_APPLICATIONS_PK -
Uses of PaymentApplications in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentApplicationsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentApplications, PaymentApplicationDetailPK> PaymentApplications.ACTIVE_DETAILThe columnpaymentapplications.pymtappl_activedetailid.final org.jooq.TableField<PaymentApplications, PaymentApplicationDetailPK> PaymentApplications.LAST_DETAILThe columnpaymentapplications.pymtappl_lastdetailid.final org.jooq.TableField<PaymentApplications, PaymentApplicationPK> PaymentApplications.PAYMENT_APPLICATIONThe columnpaymentapplications.pymtappl_paymentapplicationid.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type PaymentApplicationsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PaymentApplications> PaymentApplications.getPrimaryKey()PaymentApplications.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PaymentApplications, ?>> PaymentApplications.getReferences()List<org.jooq.UniqueKey<PaymentApplications>> PaymentApplications.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.payment with type arguments of type PaymentApplicationsModifierConstructorDescriptionPaymentApplications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentApplications> childPath, org.jooq.InverseForeignKey<O, PaymentApplications> parentPath) PaymentApplications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentApplications> childPath, org.jooq.InverseForeignKey<O, PaymentApplications> parentPath) PaymentApplicationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentApplications> childPath, org.jooq.InverseForeignKey<O, PaymentApplications> parentPath) PaymentApplicationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PaymentApplications> childPath, org.jooq.InverseForeignKey<O, PaymentApplications> parentPath)