Uses of Class
com.echothree.model.jooq.server.records.invoice.Invoices
Packages that use Invoices
Package
Description
-
Uses of Invoices in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type InvoicesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceAliases, Invoices> InvoiceForeignKeys.INVOICE_ALIASES_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceDetails, Invoices> InvoiceForeignKeys.INVOICE_DETAILS_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceLineDetails, Invoices> InvoiceForeignKeys.INVOICE_LINE_DETAILS_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceRoles, Invoices> InvoiceForeignKeys.INVOICE_ROLES_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceStatuses, Invoices> InvoiceForeignKeys.INVOICE_STATUSES_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceTimes, Invoices> InvoiceForeignKeys.INVOICE_TIMES_INVOICE_FKstatic final org.jooq.ForeignKey<Invoices, InvoiceDetails> InvoiceForeignKeys.INVOICES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Invoices> InvoiceUniqueKeys.INVOICES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Invoices, InvoiceDetails> InvoiceForeignKeys.INVOICES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Invoices> InvoiceUniqueKeys.INVOICES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Invoices> InvoiceUniqueKeys.INVOICES_PK -
Uses of Invoices in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoicesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Invoices, InvoiceDetailPK> Invoices.ACTIVE_DETAILThe columninvoices.invc_activedetailid.Invoices.INVOICEThe columninvoices.invc_invoiceid.final org.jooq.TableField<Invoices, InvoiceDetailPK> Invoices.LAST_DETAILThe columninvoices.invc_lastdetailid.Methods in com.echothree.model.jooq.server.tables.invoice that return types with arguments of type InvoicesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Invoices> Invoices.getPrimaryKey()Invoices.getRecordType()The class holding records for this typeInvoices.getReferences()Invoices.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.invoice with type arguments of type InvoicesModifierConstructorDescriptionInvoices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Invoices> childPath, org.jooq.InverseForeignKey<O, Invoices> parentPath) Invoices(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Invoices> childPath, org.jooq.InverseForeignKey<O, Invoices> parentPath) InvoicesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Invoices> childPath, org.jooq.InverseForeignKey<O, Invoices> parentPath) InvoicesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Invoices> childPath, org.jooq.InverseForeignKey<O, Invoices> parentPath)