Uses of Class
com.echothree.model.jooq.server.records.invoice.InvoiceLineGlAccounts
Packages that use InvoiceLineGlAccounts
Package
Description
-
Uses of InvoiceLineGlAccounts in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type InvoiceLineGlAccountsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceLineGlAccounts, GlAccounts> InvoiceForeignKeys.INVOICE_LINE_GL_ACCOUNTS_GL_ACCOUNT_FKstatic final org.jooq.UniqueKey<InvoiceLineGlAccounts> InvoiceUniqueKeys.INVOICE_LINE_GL_ACCOUNTS_INVOICE_LINE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<InvoiceLineGlAccounts, InvoiceLines> InvoiceForeignKeys.INVOICE_LINE_GL_ACCOUNTS_INVOICE_LINE_FKstatic final org.jooq.UniqueKey<InvoiceLineGlAccounts> InvoiceUniqueKeys.INVOICE_LINE_GL_ACCOUNTS_PK -
Uses of InvoiceLineGlAccounts in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceLineGlAccountsModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceLineGlAccounts, Long> InvoiceLineGlAccounts.FROM_TIMEThe columninvoicelineglaccounts.invclgla_fromtime.final org.jooq.TableField<InvoiceLineGlAccounts, GlAccountPK> InvoiceLineGlAccounts.GL_ACCOUNTThe columninvoicelineglaccounts.invclgla_gla_glaccountid.final org.jooq.TableField<InvoiceLineGlAccounts, InvoiceLinePK> InvoiceLineGlAccounts.INVOICE_LINEThe columninvoicelineglaccounts.invclgla_invcl_invoicelineid.final org.jooq.TableField<InvoiceLineGlAccounts, InvoiceLineGlAccountPK> InvoiceLineGlAccounts.INVOICE_LINE_GL_ACCOUNTThe columninvoicelineglaccounts.invclgla_invoicelineglaccountid.final org.jooq.TableField<InvoiceLineGlAccounts, Long> InvoiceLineGlAccounts.THRU_TIMEThe columninvoicelineglaccounts.invclgla_thrutime.Methods in com.echothree.model.jooq.server.tables.invoice that return types with arguments of type InvoiceLineGlAccountsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<InvoiceLineGlAccounts> InvoiceLineGlAccounts.getPrimaryKey()InvoiceLineGlAccounts.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<InvoiceLineGlAccounts, ?>> InvoiceLineGlAccounts.getReferences()List<org.jooq.UniqueKey<InvoiceLineGlAccounts>> InvoiceLineGlAccounts.getUniqueKeys()