Uses of Class
com.echothree.model.jooq.server.records.tax.ItemTaxClassifications
Packages that use ItemTaxClassifications
Package
Description
-
Uses of ItemTaxClassifications in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type ItemTaxClassificationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemTaxClassificationDetails, ItemTaxClassifications> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_ITEM_TAX_CLASSIFICATION_FKstatic final org.jooq.ForeignKey<ItemTaxClassifications, ItemTaxClassificationDetails> TaxForeignKeys.ITEM_TAX_CLASSIFICATIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<ItemTaxClassifications> TaxUniqueKeys.ITEM_TAX_CLASSIFICATIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<ItemTaxClassifications, ItemTaxClassificationDetails> TaxForeignKeys.ITEM_TAX_CLASSIFICATIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<ItemTaxClassifications> TaxUniqueKeys.ITEM_TAX_CLASSIFICATIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<ItemTaxClassifications> TaxUniqueKeys.ITEM_TAX_CLASSIFICATIONS_PK -
Uses of ItemTaxClassifications in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type ItemTaxClassificationsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemTaxClassifications, ItemTaxClassificationDetailPK> ItemTaxClassifications.ACTIVE_DETAILThe columnitemtaxclassifications.itmtxclsfn_activedetailid.final org.jooq.TableField<ItemTaxClassifications, ItemTaxClassificationPK> ItemTaxClassifications.ITEM_TAX_CLASSIFICATIONThe columnitemtaxclassifications.itmtxclsfn_itemtaxclassificationid.final org.jooq.TableField<ItemTaxClassifications, ItemTaxClassificationDetailPK> ItemTaxClassifications.LAST_DETAILThe columnitemtaxclassifications.itmtxclsfn_lastdetailid.Methods in com.echothree.model.jooq.server.tables.tax that return types with arguments of type ItemTaxClassificationsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemTaxClassifications> ItemTaxClassifications.getPrimaryKey()ItemTaxClassifications.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemTaxClassifications, ?>> ItemTaxClassifications.getReferences()List<org.jooq.UniqueKey<ItemTaxClassifications>> ItemTaxClassifications.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.tax with type arguments of type ItemTaxClassificationsModifierConstructorDescriptionItemTaxClassifications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassifications> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassifications> parentPath) ItemTaxClassifications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassifications> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassifications> parentPath) ItemTaxClassificationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassifications> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassifications> parentPath) ItemTaxClassificationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, ItemTaxClassifications> childPath, org.jooq.InverseForeignKey<O, ItemTaxClassifications> parentPath)