Uses of Class
com.echothree.model.jooq.server.records.item.ItemVolumes
Packages that use ItemVolumes
Package
Description
-
Uses of ItemVolumes in com.echothree.model.jooq.server.keys.item
Fields in com.echothree.model.jooq.server.keys.item with type parameters of type ItemVolumesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ItemVolumes> static final org.jooq.ForeignKey<ItemVolumes, Items> ItemForeignKeys.ITEM_VOLUMES_ITEM_FKstatic final org.jooq.ForeignKey<ItemVolumes, ItemVolumeTypes> ItemForeignKeys.ITEM_VOLUMES_ITEM_VOLUME_TYPE_FKstatic final org.jooq.UniqueKey<ItemVolumes> ItemUniqueKeys.ITEM_VOLUMES_PKstatic final org.jooq.ForeignKey<ItemVolumes, UnitOfMeasureTypes> ItemForeignKeys.ITEM_VOLUMES_UNIT_OF_MEASURE_TYPE_FK -
Uses of ItemVolumes in com.echothree.model.jooq.server.tables.item
Fields in com.echothree.model.jooq.server.tables.item with type parameters of type ItemVolumesModifier and TypeFieldDescriptionfinal org.jooq.TableField<ItemVolumes, Long> ItemVolumes.DEPTHThe columnitemvolumes.ivol_depth.final org.jooq.TableField<ItemVolumes, Long> ItemVolumes.FROM_TIMEThe columnitemvolumes.ivol_fromtime.final org.jooq.TableField<ItemVolumes, Long> ItemVolumes.HEIGHTThe columnitemvolumes.ivol_height.final org.jooq.TableField<ItemVolumes, ItemPK> ItemVolumes.ITEMThe columnitemvolumes.ivol_itm_itemid.final org.jooq.TableField<ItemVolumes, ItemVolumePK> ItemVolumes.ITEM_VOLUMEThe columnitemvolumes.ivol_itemvolumeid.final org.jooq.TableField<ItemVolumes, ItemVolumeTypePK> ItemVolumes.ITEM_VOLUME_TYPEThe columnitemvolumes.ivol_ivolt_itemvolumetypeid.final org.jooq.TableField<ItemVolumes, Long> ItemVolumes.THRU_TIMEThe columnitemvolumes.ivol_thrutime.final org.jooq.TableField<ItemVolumes, UnitOfMeasureTypePK> ItemVolumes.UNIT_OF_MEASURE_TYPEThe columnitemvolumes.ivol_uomt_unitofmeasuretypeid.final org.jooq.TableField<ItemVolumes, Long> ItemVolumes.WIDTHThe columnitemvolumes.ivol_width.Methods in com.echothree.model.jooq.server.tables.item that return types with arguments of type ItemVolumesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<ItemVolumes> ItemVolumes.getPrimaryKey()ItemVolumes.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<ItemVolumes, ?>> ItemVolumes.getReferences()List<org.jooq.UniqueKey<ItemVolumes>> ItemVolumes.getUniqueKeys()