Uses of Class
com.echothree.model.jooq.server.records.tax.TaxClassifications
Packages that use TaxClassifications
Package
Description
-
Uses of TaxClassifications in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type TaxClassificationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ItemTaxClassificationDetails, TaxClassifications> TaxForeignKeys.ITEM_TAX_CLASSIFICATION_DETAILS_TAX_CLASSIFICATION_FKstatic final org.jooq.ForeignKey<TaxClassificationDetails, TaxClassifications> TaxForeignKeys.TAX_CLASSIFICATION_DETAILS_TAX_CLASSIFICATION_FKstatic final org.jooq.ForeignKey<TaxClassificationTranslations, TaxClassifications> TaxForeignKeys.TAX_CLASSIFICATION_TRANSLATIONS_TAX_CLASSIFICATION_FKstatic final org.jooq.ForeignKey<TaxClassifications, TaxClassificationDetails> TaxForeignKeys.TAX_CLASSIFICATIONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<TaxClassifications> TaxUniqueKeys.TAX_CLASSIFICATIONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<TaxClassifications, TaxClassificationDetails> TaxForeignKeys.TAX_CLASSIFICATIONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<TaxClassifications> TaxUniqueKeys.TAX_CLASSIFICATIONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<TaxClassifications> TaxUniqueKeys.TAX_CLASSIFICATIONS_PK -
Uses of TaxClassifications in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type TaxClassificationsModifier and TypeFieldDescriptionfinal org.jooq.TableField<TaxClassifications, TaxClassificationDetailPK> TaxClassifications.ACTIVE_DETAILThe columntaxclassifications.txclsfn_activedetailid.final org.jooq.TableField<TaxClassifications, TaxClassificationDetailPK> TaxClassifications.LAST_DETAILThe columntaxclassifications.txclsfn_lastdetailid.final org.jooq.TableField<TaxClassifications, TaxClassificationPK> TaxClassifications.TAX_CLASSIFICATIONThe columntaxclassifications.txclsfn_taxclassificationid.Methods in com.echothree.model.jooq.server.tables.tax that return types with arguments of type TaxClassificationsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TaxClassifications> TaxClassifications.getPrimaryKey()TaxClassifications.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<TaxClassifications, ?>> TaxClassifications.getReferences()List<org.jooq.UniqueKey<TaxClassifications>> TaxClassifications.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.tax with type arguments of type TaxClassificationsModifierConstructorDescriptionTaxClassifications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TaxClassifications> childPath, org.jooq.InverseForeignKey<O, TaxClassifications> parentPath) TaxClassifications(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TaxClassifications> childPath, org.jooq.InverseForeignKey<O, TaxClassifications> parentPath) TaxClassificationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TaxClassifications> childPath, org.jooq.InverseForeignKey<O, TaxClassifications> parentPath) TaxClassificationsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, TaxClassifications> childPath, org.jooq.InverseForeignKey<O, TaxClassifications> parentPath)