Uses of Class
com.echothree.model.jooq.server.records.invoice.InvoiceTimes
Packages that use InvoiceTimes
Package
Description
-
Uses of InvoiceTimes in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type InvoiceTimesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<InvoiceTimes> InvoiceUniqueKeys.INVOICE_TIMES_INVOICE_AND_INVOICE_TIME_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<InvoiceTimes, Invoices> InvoiceForeignKeys.INVOICE_TIMES_INVOICE_FKstatic final org.jooq.ForeignKey<InvoiceTimes, InvoiceTimeTypes> InvoiceForeignKeys.INVOICE_TIMES_INVOICE_TIME_TYPE_FKstatic final org.jooq.UniqueKey<InvoiceTimes> InvoiceUniqueKeys.INVOICE_TIMES_PK -
Uses of InvoiceTimes in com.echothree.model.jooq.server.tables.invoice
Fields in com.echothree.model.jooq.server.tables.invoice with type parameters of type InvoiceTimesModifier and TypeFieldDescriptionfinal org.jooq.TableField<InvoiceTimes, Long> InvoiceTimes.FROM_TIMEThe columninvoicetimes.invctim_fromtime.final org.jooq.TableField<InvoiceTimes, InvoicePK> InvoiceTimes.INVOICEThe columninvoicetimes.invctim_invc_invoiceid.final org.jooq.TableField<InvoiceTimes, InvoiceTimePK> InvoiceTimes.INVOICE_TIMEThe columninvoicetimes.invctim_invoicetimeid.final org.jooq.TableField<InvoiceTimes, InvoiceTimeTypePK> InvoiceTimes.INVOICE_TIME_TYPEThe columninvoicetimes.invctim_invctimtyp_invoicetimetypeid.final org.jooq.TableField<InvoiceTimes, Long> InvoiceTimes.THRU_TIMEThe columninvoicetimes.invctim_thrutime.final org.jooq.TableField<InvoiceTimes, Long> InvoiceTimes.TIMEThe columninvoicetimes.invctim_time.Methods in com.echothree.model.jooq.server.tables.invoice that return types with arguments of type InvoiceTimesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<InvoiceTimes> InvoiceTimes.getPrimaryKey()InvoiceTimes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<InvoiceTimes, ?>> InvoiceTimes.getReferences()List<org.jooq.UniqueKey<InvoiceTimes>> InvoiceTimes.getUniqueKeys()