Uses of Class
com.echothree.model.jooq.server.records.accounting.CurrencyDescriptions
Packages that use CurrencyDescriptions
Package
Description
-
Uses of CurrencyDescriptions in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type CurrencyDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<CurrencyDescriptions> AccountingUniqueKeys.CURRENCY_DESCRIPTIONS_CURRENCY_AND_LANGUAGE_UKstatic final org.jooq.ForeignKey<CurrencyDescriptions, Currencies> AccountingForeignKeys.CURRENCY_DESCRIPTIONS_CURRENCY_FKstatic final org.jooq.ForeignKey<CurrencyDescriptions, Languages> AccountingForeignKeys.CURRENCY_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<CurrencyDescriptions> AccountingUniqueKeys.CURRENCY_DESCRIPTIONS_PK -
Uses of CurrencyDescriptions in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type CurrencyDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<CurrencyDescriptions, CurrencyPK> CurrencyDescriptions.CURRENCYThe columncurrencydescriptions.curd_cur_currencyid.final org.jooq.TableField<CurrencyDescriptions, CurrencyDescriptionPK> CurrencyDescriptions.CURRENCY_DESCRIPTIONThe columncurrencydescriptions.curd_currencydescriptionid.final org.jooq.TableField<CurrencyDescriptions, String> CurrencyDescriptions.DESCRIPTIONThe columncurrencydescriptions.curd_description.final org.jooq.TableField<CurrencyDescriptions, LanguagePK> CurrencyDescriptions.LANGUAGEThe columncurrencydescriptions.curd_lang_languageid.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type CurrencyDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<CurrencyDescriptions> CurrencyDescriptions.getPrimaryKey()CurrencyDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<CurrencyDescriptions, ?>> CurrencyDescriptions.getReferences()List<org.jooq.UniqueKey<CurrencyDescriptions>> CurrencyDescriptions.getUniqueKeys()