Uses of Class
com.echothree.model.jooq.server.records.item.ItemWeights
Packages that use ItemWeights
Package
Description
-
Uses of ItemWeights in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemWeightsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ItemWeights> static final org.jooq.ForeignKey<ItemWeights, Items> ItemForeignKeys.ITEM_WEIGHTS_ITEM_FKstatic final org.jooq.ForeignKey<ItemWeights, ItemWeightTypes> ItemForeignKeys.ITEM_WEIGHTS_ITEM_WEIGHT_TYPE_FKstatic final org.jooq.UniqueKey<ItemWeights> ItemUniqueKeys.ITEM_WEIGHTS_PKstatic final org.jooq.ForeignKey<ItemWeights, UnitOfMeasureTypes> ItemForeignKeys.ITEM_WEIGHTS_UNIT_OF_MEASURE_TYPE_FK -
Uses of ItemWeights in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemWeightsModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemWeights, Long> ItemWeights.FROM_TIMEThe columnitemweights.iwght_fromtime.final org.jooq.TableField<ItemWeights, ItemPK> ItemWeights.ITEMThe columnitemweights.iwght_itm_itemid.final org.jooq.TableField<ItemWeights, ItemWeightPK> ItemWeights.ITEM_WEIGHTThe columnitemweights.iwght_itemweightid.final org.jooq.TableField<ItemWeights, ItemWeightTypePK> ItemWeights.ITEM_WEIGHT_TYPEThe columnitemweights.iwght_iwghtt_itemweighttypeid.final org.jooq.TableField<ItemWeights, Long> ItemWeights.THRU_TIMEThe columnitemweights.iwght_thrutime.final org.jooq.TableField<ItemWeights, UnitOfMeasureTypePK> ItemWeights.UNIT_OF_MEASURE_TYPEThe columnitemweights.iwght_uomt_unitofmeasuretypeid.final org.jooq.TableField<ItemWeights, Long> ItemWeights.WEIGHTThe columnitemweights.iwght_weight.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemWeightsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemWeights> ItemWeights.getPrimaryKey()ItemWeights.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemWeights, ?>> ItemWeights.getReferences()List<org.jooq.UniqueKey<ItemWeights>> ItemWeights.getUniqueKeys()