Uses of Class
com.echothree.model.jooq.server.records.scale.PartyScaleUses
Packages that use PartyScaleUses
Package
Description
-
Uses of PartyScaleUses in com.echothree.model.jooq.server.keys.scale
Fields in com.echothree.model.jooq.server.keys.scale with type parameters of type PartyScaleUsesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PartyScaleUses> ScaleUniqueKeys.PARTY_SCALE_USES_PARTY_AND_SCALE_USE_TYPE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PartyScaleUses, Parties> ScaleForeignKeys.PARTY_SCALE_USES_PARTY_FKstatic final org.jooq.UniqueKey<PartyScaleUses> ScaleUniqueKeys.PARTY_SCALE_USES_PKstatic final org.jooq.ForeignKey<PartyScaleUses, Scales> ScaleForeignKeys.PARTY_SCALE_USES_SCALE_FKstatic final org.jooq.ForeignKey<PartyScaleUses, ScaleUseTypes> ScaleForeignKeys.PARTY_SCALE_USES_SCALE_USE_TYPE_FK -
Uses of PartyScaleUses in com.echothree.model.jooq.server.tables.scale
Fields in com.echothree.model.jooq.server.tables.scale with type parameters of type PartyScaleUsesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyScaleUses, Long> PartyScaleUses.FROM_TIMEThe columnpartyscaleuses.parscluse_fromtime.final org.jooq.TableField<PartyScaleUses, PartyPK> PartyScaleUses.PARTYThe columnpartyscaleuses.parscluse_par_partyid.final org.jooq.TableField<PartyScaleUses, PartyScaleUsePK> PartyScaleUses.PARTY_SCALE_USEThe columnpartyscaleuses.parscluse_partyscaleuseid.final org.jooq.TableField<PartyScaleUses, ScalePK> PartyScaleUses.SCALEThe columnpartyscaleuses.parscluse_scl_scaleid.final org.jooq.TableField<PartyScaleUses, ScaleUseTypePK> PartyScaleUses.SCALE_USE_TYPEThe columnpartyscaleuses.parscluse_sclusetyp_scaleusetypeid.final org.jooq.TableField<PartyScaleUses, Long> PartyScaleUses.THRU_TIMEThe columnpartyscaleuses.parscluse_thrutime.Methods in com.echothree.model.jooq.server.tables.scale that return types with arguments of type PartyScaleUsesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PartyScaleUses> PartyScaleUses.getPrimaryKey()PartyScaleUses.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PartyScaleUses, ?>> PartyScaleUses.getReferences()List<org.jooq.UniqueKey<PartyScaleUses>> PartyScaleUses.getUniqueKeys()