Uses of Class
com.echothree.model.jooq.server.records.scale.Scales
Packages that use Scales
Package
Description
-
Uses of Scales in com.echothree.model.jooq.server.keys.scale
Fields in com.echothree.model.jooq.server.keys.scale with type parameters of type ScalesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PartyScaleUses, Scales> ScaleForeignKeys.PARTY_SCALE_USES_SCALE_FKstatic final org.jooq.ForeignKey<ScaleDescriptions, Scales> ScaleForeignKeys.SCALE_DESCRIPTIONS_SCALE_FKstatic final org.jooq.ForeignKey<ScaleDetails, Scales> ScaleForeignKeys.SCALE_DETAILS_SCALE_FKstatic final org.jooq.ForeignKey<Scales, ScaleDetails> ScaleForeignKeys.SCALES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Scales> ScaleUniqueKeys.SCALES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Scales, ScaleDetails> ScaleForeignKeys.SCALES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Scales> ScaleUniqueKeys.SCALES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Scales> ScaleUniqueKeys.SCALES_PK -
Uses of Scales in com.echothree.model.jooq.server.tables.scale
Fields in com.echothree.model.jooq.server.tables.scale with type parameters of type ScalesModifier and TypeFieldDescriptionfinal org.jooq.TableField<Scales, ScaleDetailPK> Scales.ACTIVE_DETAILThe columnscales.scl_activedetailid.final org.jooq.TableField<Scales, ScaleDetailPK> Scales.LAST_DETAILThe columnscales.scl_lastdetailid.Scales.SCALEThe columnscales.scl_scaleid.Methods in com.echothree.model.jooq.server.tables.scale that return types with arguments of type ScalesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Scales> Scales.getPrimaryKey()Scales.getRecordType()The class holding records for this typeScales.getReferences()Scales.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.scale with type arguments of type ScalesModifierConstructorDescriptionScales(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Scales> childPath, org.jooq.InverseForeignKey<O, Scales> parentPath) Scales(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Scales> childPath, org.jooq.InverseForeignKey<O, Scales> parentPath) ScalesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Scales> childPath, org.jooq.InverseForeignKey<O, Scales> parentPath) ScalesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Scales> childPath, org.jooq.InverseForeignKey<O, Scales> parentPath)