Uses of Class
com.echothree.model.jooq.server.records.tax.TaxClassificationTranslations
Packages that use TaxClassificationTranslations
Package
Description
-
Uses of TaxClassificationTranslations in com.echothree.model.jooq.server.keys.tax
Fields in com.echothree.model.jooq.server.keys.tax with type parameters of type TaxClassificationTranslationsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<TaxClassificationTranslations, Languages> TaxForeignKeys.TAX_CLASSIFICATION_TRANSLATIONS_LANGUAGE_FKstatic final org.jooq.ForeignKey<TaxClassificationTranslations, MimeTypes> TaxForeignKeys.TAX_CLASSIFICATION_TRANSLATIONS_OVERVIEW_MIME_TYPE_FKstatic final org.jooq.UniqueKey<TaxClassificationTranslations> TaxUniqueKeys.TAX_CLASSIFICATION_TRANSLATIONS_PKstatic final org.jooq.UniqueKey<TaxClassificationTranslations> static final org.jooq.ForeignKey<TaxClassificationTranslations, TaxClassifications> TaxForeignKeys.TAX_CLASSIFICATION_TRANSLATIONS_TAX_CLASSIFICATION_FK -
Uses of TaxClassificationTranslations in com.echothree.model.jooq.server.tables.tax
Fields in com.echothree.model.jooq.server.tables.tax with type parameters of type TaxClassificationTranslationsModifier and TypeFieldDescriptionfinal org.jooq.TableField<TaxClassificationTranslations, String> TaxClassificationTranslations.DESCRIPTIONThe columntaxclassificationtranslations.txclsfntr_description.final org.jooq.TableField<TaxClassificationTranslations, Long> TaxClassificationTranslations.FROM_TIMEThe columntaxclassificationtranslations.txclsfntr_fromtime.final org.jooq.TableField<TaxClassificationTranslations, LanguagePK> TaxClassificationTranslations.LANGUAGEThe columntaxclassificationtranslations.txclsfntr_lang_languageid.final org.jooq.TableField<TaxClassificationTranslations, String> TaxClassificationTranslations.OVERVIEWThe columntaxclassificationtranslations.txclsfntr_overview.final org.jooq.TableField<TaxClassificationTranslations, MimeTypePK> TaxClassificationTranslations.OVERVIEW_MIME_TYPEThe columntaxclassificationtranslations.txclsfntr_overviewmimetypeid.final org.jooq.TableField<TaxClassificationTranslations, TaxClassificationPK> TaxClassificationTranslations.TAX_CLASSIFICATIONThe columntaxclassificationtranslations.txclsfntr_txclsfn_taxclassificationid.final org.jooq.TableField<TaxClassificationTranslations, TaxClassificationTranslationPK> TaxClassificationTranslations.TAX_CLASSIFICATION_TRANSLATIONThe columntaxclassificationtranslations.txclsfntr_taxclassificationtranslationid.final org.jooq.TableField<TaxClassificationTranslations, Long> TaxClassificationTranslations.THRU_TIMEThe columntaxclassificationtranslations.txclsfntr_thrutime.Methods in com.echothree.model.jooq.server.tables.tax that return types with arguments of type TaxClassificationTranslationsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<TaxClassificationTranslations> TaxClassificationTranslations.getPrimaryKey()TaxClassificationTranslations.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<TaxClassificationTranslations, ?>> TaxClassificationTranslations.getReferences()List<org.jooq.UniqueKey<TaxClassificationTranslations>> TaxClassificationTranslations.getUniqueKeys()