Uses of Class
com.echothree.model.jooq.server.records.payment.BillingAccounts
Packages that use BillingAccounts
Package
Description
-
Uses of BillingAccounts in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type BillingAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceDetails, BillingAccounts> InvoiceForeignKeys.INVOICE_DETAILS_BILLING_ACCOUNT_FK -
Uses of BillingAccounts in com.echothree.model.jooq.server.keys.payment
Fields in com.echothree.model.jooq.server.keys.payment with type parameters of type BillingAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<BillingAccountDetails, BillingAccounts> PaymentForeignKeys.BILLING_ACCOUNT_DETAILS_BILLING_ACCOUNT_FKstatic final org.jooq.ForeignKey<BillingAccountRoles, BillingAccounts> PaymentForeignKeys.BILLING_ACCOUNT_ROLES_BILLING_ACCOUNT_FKstatic final org.jooq.ForeignKey<BillingAccountStatuses, BillingAccounts> PaymentForeignKeys.BILLING_ACCOUNT_STATUSES_BILLING_ACCOUNT_FKstatic final org.jooq.ForeignKey<BillingAccounts, BillingAccountDetails> PaymentForeignKeys.BILLING_ACCOUNTS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<BillingAccounts> PaymentUniqueKeys.BILLING_ACCOUNTS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<BillingAccounts, BillingAccountDetails> PaymentForeignKeys.BILLING_ACCOUNTS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<BillingAccounts> PaymentUniqueKeys.BILLING_ACCOUNTS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<BillingAccounts> PaymentUniqueKeys.BILLING_ACCOUNTS_PK -
Uses of BillingAccounts in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type BillingAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<BillingAccounts, BillingAccountDetailPK> BillingAccounts.ACTIVE_DETAILThe columnbillingaccounts.bllact_activedetailid.final org.jooq.TableField<BillingAccounts, BillingAccountPK> BillingAccounts.BILLING_ACCOUNTThe columnbillingaccounts.bllact_billingaccountid.final org.jooq.TableField<BillingAccounts, BillingAccountDetailPK> BillingAccounts.LAST_DETAILThe columnbillingaccounts.bllact_lastdetailid.Methods in com.echothree.model.jooq.server.tables.payment that return types with arguments of type BillingAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<BillingAccounts> BillingAccounts.getPrimaryKey()BillingAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<BillingAccounts, ?>> BillingAccounts.getReferences()List<org.jooq.UniqueKey<BillingAccounts>> BillingAccounts.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.payment with type arguments of type BillingAccountsModifierConstructorDescriptionBillingAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BillingAccounts> childPath, org.jooq.InverseForeignKey<O, BillingAccounts> parentPath) BillingAccounts(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BillingAccounts> childPath, org.jooq.InverseForeignKey<O, BillingAccounts> parentPath) BillingAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BillingAccounts> childPath, org.jooq.InverseForeignKey<O, BillingAccounts> parentPath) BillingAccountsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, BillingAccounts> childPath, org.jooq.InverseForeignKey<O, BillingAccounts> parentPath)