Uses of Class
com.echothree.model.jooq.server.records.term.Terms
Packages that use Terms
Package
Description
-
Uses of Terms in com.echothree.model.jooq.server.keys.customer
Fields in com.echothree.model.jooq.server.keys.customer with type parameters of type TermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<CustomerTypeDetails, Terms> CustomerForeignKeys.CUSTOMER_TYPE_DETAILS_DEFAULT_TERM_FK -
Uses of Terms in com.echothree.model.jooq.server.keys.invoice
Fields in com.echothree.model.jooq.server.keys.invoice with type parameters of type TermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<InvoiceDetails, Terms> InvoiceForeignKeys.INVOICE_DETAILS_TERM_FK -
Uses of Terms in com.echothree.model.jooq.server.keys.order
Fields in com.echothree.model.jooq.server.keys.order with type parameters of type TermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<OrderDetails, Terms> OrderForeignKeys.ORDER_DETAILS_TERM_FK -
Uses of Terms in com.echothree.model.jooq.server.keys.term
Fields in com.echothree.model.jooq.server.keys.term with type parameters of type TermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<DateDrivenTerms, Terms> TermForeignKeys.DATE_DRIVEN_TERMS_TERM_FKstatic final org.jooq.ForeignKey<PartyTerms, Terms> TermForeignKeys.PARTY_TERMS_TERM_FKstatic final org.jooq.ForeignKey<StandardTerms, Terms> TermForeignKeys.STANDARD_TERMS_TERM_FKstatic final org.jooq.ForeignKey<TermDescriptions, Terms> TermForeignKeys.TERM_DESCRIPTIONS_TERM_FKstatic final org.jooq.ForeignKey<TermDetails, Terms> TermForeignKeys.TERM_DETAILS_TERM_FKstatic final org.jooq.ForeignKey<Terms, TermDetails> TermForeignKeys.TERMS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Terms> TermUniqueKeys.TERMS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Terms, TermDetails> TermForeignKeys.TERMS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Terms> TermUniqueKeys.TERMS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Terms> TermUniqueKeys.TERMS_PK -
Uses of Terms in com.echothree.model.jooq.server.keys.vendor
Fields in com.echothree.model.jooq.server.keys.vendor with type parameters of type TermsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<VendorTypeDetails, Terms> VendorForeignKeys.VENDOR_TYPE_DETAILS_DEFAULT_TERM_FK -
Uses of Terms in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type TermsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Terms, TermDetailPK> Terms.ACTIVE_DETAILThe columnterms.trm_activedetailid.final org.jooq.TableField<Terms, TermDetailPK> Terms.LAST_DETAILThe columnterms.trm_lastdetailid.Terms.TERMThe columnterms.trm_termid.Methods in com.echothree.model.jooq.server.tables.term that return types with arguments of type TermsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Terms> Terms.getPrimaryKey()Terms.getRecordType()The class holding records for this typeTerms.getReferences()Terms.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.term with type arguments of type TermsModifierConstructorDescriptionTerms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Terms> childPath, org.jooq.InverseForeignKey<O, Terms> parentPath) Terms(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Terms> childPath, org.jooq.InverseForeignKey<O, Terms> parentPath) TermsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Terms> childPath, org.jooq.InverseForeignKey<O, Terms> parentPath) TermsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Terms> childPath, org.jooq.InverseForeignKey<O, Terms> parentPath)