Uses of Class
com.echothree.model.jooq.server.records.tax.Taxes
Packages that use Taxes
Package
Description
-
Uses of Taxes in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type TaxesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<GeoCodeTaxes, Taxes> TaxForeignKeys.GEO_CODE_TAXES_TAX_FKstatic final org.jooq.ForeignKey<TaxDescriptions, Taxes> TaxForeignKeys.TAX_DESCRIPTIONS_TAX_FKstatic final org.jooq.ForeignKey<TaxDetails, Taxes> TaxForeignKeys.TAX_DETAILS_TAX_FKstatic final org.jooq.ForeignKey<Taxes, TaxDetails> TaxForeignKeys.TAXES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Taxes> TaxUniqueKeys.TAXES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Taxes, TaxDetails> TaxForeignKeys.TAXES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Taxes> TaxUniqueKeys.TAXES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Taxes> TaxUniqueKeys.TAXES_PK -
Uses of Taxes in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type TaxesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Taxes, TaxDetailPK> Taxes.ACTIVE_DETAILThe columntaxes.tx_activedetailid.final org.jooq.TableField<Taxes, TaxDetailPK> Taxes.LAST_DETAILThe columntaxes.tx_lastdetailid.Taxes.TAXThe columntaxes.tx_taxid.Methods in com.echothree.model.jooq.server.tables.tax that return types with arguments of type TaxesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Taxes> Taxes.getPrimaryKey()Taxes.getRecordType()The class holding records for this typeTaxes.getReferences()Taxes.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.tax with type arguments of type TaxesModifierConstructorDescriptionTaxes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Taxes> childPath, org.jooq.InverseForeignKey<O, Taxes> parentPath) Taxes(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Taxes> childPath, org.jooq.InverseForeignKey<O, Taxes> parentPath) TaxesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Taxes> childPath, org.jooq.InverseForeignKey<O, Taxes> parentPath) TaxesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Taxes> childPath, org.jooq.InverseForeignKey<O, Taxes> parentPath)