Uses of Class
com.echothree.model.jooq.server.records.scale.ScaleDescriptions
Packages that use ScaleDescriptions
Package
Description
-
Uses of ScaleDescriptions in com.echothree.model.jooq.server.keys.scale
Fields in com.echothree.model.jooq.server.keys.scale with type parameters of type ScaleDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ScaleDescriptions, Languages> ScaleForeignKeys.SCALE_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<ScaleDescriptions> ScaleUniqueKeys.SCALE_DESCRIPTIONS_PKstatic final org.jooq.ForeignKey<ScaleDescriptions, Scales> ScaleForeignKeys.SCALE_DESCRIPTIONS_SCALE_FK -
Uses of ScaleDescriptions in com.echothree.model.jooq.server.tables.scale
Fields in com.echothree.model.jooq.server.tables.scale with type parameters of type ScaleDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ScaleDescriptions, String> ScaleDescriptions.DESCRIPTIONThe columnscaledescriptions.scld_description.final org.jooq.TableField<ScaleDescriptions, Long> ScaleDescriptions.FROM_TIMEThe columnscaledescriptions.scld_fromtime.final org.jooq.TableField<ScaleDescriptions, LanguagePK> ScaleDescriptions.LANGUAGEThe columnscaledescriptions.scld_lang_languageid.final org.jooq.TableField<ScaleDescriptions, ScalePK> ScaleDescriptions.SCALEThe columnscaledescriptions.scld_scl_scaleid.final org.jooq.TableField<ScaleDescriptions, ScaleDescriptionPK> ScaleDescriptions.SCALE_DESCRIPTIONThe columnscaledescriptions.scld_scaledescriptionid.final org.jooq.TableField<ScaleDescriptions, Long> ScaleDescriptions.THRU_TIMEThe columnscaledescriptions.scld_thrutime.Methods in com.echothree.model.jooq.server.tables.scale that return types with arguments of type ScaleDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ScaleDescriptions> ScaleDescriptions.getPrimaryKey()ScaleDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ScaleDescriptions, ?>> ScaleDescriptions.getReferences()