Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccountDescriptions
Packages that use GlAccountDescriptions
Package
Description
-
Uses of GlAccountDescriptions in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GlAccountDescriptions> AccountingUniqueKeys.GL_ACCOUNT_DESCRIPTIONS_GL_ACCOUNT_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GlAccountDescriptions, GlAccounts> AccountingForeignKeys.GL_ACCOUNT_DESCRIPTIONS_GL_ACCOUNT_FKstatic final org.jooq.ForeignKey<GlAccountDescriptions, Languages> AccountingForeignKeys.GL_ACCOUNT_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<GlAccountDescriptions> AccountingUniqueKeys.GL_ACCOUNT_DESCRIPTIONS_PK -
Uses of GlAccountDescriptions in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountDescriptions, String> GlAccountDescriptions.DESCRIPTIONThe columnglaccountdescriptions.glad_description.final org.jooq.TableField<GlAccountDescriptions, Long> GlAccountDescriptions.FROM_TIMEThe columnglaccountdescriptions.glad_fromtime.final org.jooq.TableField<GlAccountDescriptions, GlAccountPK> GlAccountDescriptions.GL_ACCOUNTThe columnglaccountdescriptions.glad_gla_glaccountid.final org.jooq.TableField<GlAccountDescriptions, GlAccountDescriptionPK> GlAccountDescriptions.GL_ACCOUNT_DESCRIPTIONThe columnglaccountdescriptions.glad_glaccountdescriptionid.final org.jooq.TableField<GlAccountDescriptions, LanguagePK> GlAccountDescriptions.LANGUAGEThe columnglaccountdescriptions.glad_lang_languageid.final org.jooq.TableField<GlAccountDescriptions, Long> GlAccountDescriptions.THRU_TIMEThe columnglaccountdescriptions.glad_thrutime.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccountDescriptions> GlAccountDescriptions.getPrimaryKey()GlAccountDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccountDescriptions, ?>> GlAccountDescriptions.getReferences()List<org.jooq.UniqueKey<GlAccountDescriptions>> GlAccountDescriptions.getUniqueKeys()